XML View
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-Extension-BirthTime-Example" />
<birthDate>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
<valueDateTime value="2002-03-11T15:39:00+00:00" />
</extension>
</birthDate>
</Patient>
JSON View
{
"resourceType": "Patient",
"id": "Patient-Extension-BirthTime-Example",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "2002-03-11T15:39:00+00:00"
}
]
}
}