| Patient |
| id : ACME-base-patient-VALID |
| meta |
| profile : https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient |
| extension |
| url : http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex |
| value : F |
| identifier |
| use : usual |
| type |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v2-0203 |
| code : MR |
| display : Medical Record Number |
| text : Medical Record Number |
| system : http://hospital.smarthealthit.org |
| value : 1032702 |
| identifier |
| use : usual |
| system : https://fake-acme.org/fhir/NamingSystem/Patient-Identifier |
| value : 1032702 |
| active : True |
| name |
| family : Baba |
| given : Amy |
| given : K. |
| telecom |
| system : phone |
| value : 555-555-5555 |
| use : home |
| telecom |
| system : email |
| value : amy.shaw@example.com |
| gender : female |
| birthDate : 2010-02-20 |
| address |
| line : 49 Meadow St |
| city : Mounds |
| state : OK |
| postalCode : 74047 |
| country : US |
This is the resource in XML:
<Patient xmlns="http://hl7.org/fhir">
<id value="ACME-base-patient-VALID" />
<profile value="https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient" />
</meta>
<extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
</extension>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<display value="Medical Record Number" />
</coding>
<text value="Medical Record Number" />
</type>
<system value="http://hospital.smarthealthit.org" />
<value value="1032702" />
</identifier>
<system value="https://fake-acme.org/fhir/NamingSystem/Patient-Identifier" />
<value value="1032702" />
</identifier>
</name>
<value value="555-555-5555" />
</telecom>
<value value="amy.shaw@example.com" />
</telecom>
<line value="49 Meadow St" />
</address>
</Patient>
This is the resource in JSON:
{
"id": "ACME-base-patient-VALID",
"https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient"
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
}
],
{
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
},
{
"system": "https://fake-acme.org/fhir/NamingSystem/Patient-Identifier",
}
],
],
{
},
{
"value": "amy.shaw@example.com"
}
],
]
}