0.0.1 - ci-build
mCODETestingIG - Local Development build (v0.0.1). See the Directory of published versions
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir"> <id value="scenario-patient"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Jenny M </b> female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: USUAL))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail:</td><td colspan="3">123 Main St Anytown 12345 United States </td></tr><tr><td style="background-color: #f3f5da" title="Languages spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 en-US}">English</span></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact</td><td colspan="3"><ul><li>ph: 555-867-5309(HOME)</li><li><a href="mailto:example@example.com">example@example.com</a></li></ul></td></tr></table></div> </text> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"> <extension url="ombCategory"> <valueCoding> <system value="urn:oid:2.16.840.1.113883.6.238"/> <code value="2106-3"/> <display value="White"/> </valueCoding> </extension> <extension url="text"> <valueString value="White"/> </extension> </extension> <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"> <extension url="ombCategory"> <valueCoding> <system value="urn:oid:2.16.840.1.113883.6.238"/> <code value="2186-5"/> <display value="Not Hispanic or Latino"/> </valueCoding> </extension> <extension url="text"> <valueString value="Not Hispanic or Latino"/> </extension> </extension> <identifier> <use value="usual"/> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> <code value="MR"/> <display value="Medical Record Number"/> </coding> </type> <system value="http://hospital.example.org"/> <value value="MRN1234"/> </identifier> <name> <family value="M"/> <given value="Jenny"/> </name> <gender value="female"/> <birthDate value="1965-01-01"/> <address> <line value="123 Main St"/> <city value="Anytown"/> <postalCode value="12345"/> <country value="United States"/> </address> <contact> <telecom> <system value="phone"/> <value value="555-867-5309"/> <use value="home"/> </telecom> <telecom> <system value="email"/> <value value="example@example.com"/> </telecom> </contact> <communication> <language> <coding> <system value="urn:ietf:bcp:47"/> <code value="en-US"/> </coding> <text value="English"/> </language> </communication> </Patient>