XML View
<Patient xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-DeathNotificationStatus-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus">
<extension url="deathNotificationStatus">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" />
<code value="U" />
<display value="Removed" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="systemEffectiveDate">
<valueDateTime value="2019-08-01T00:00:00.000Z" />
</extension>
</extension>
</Patient>
JSON View
{
"resourceType": "Patient",
"id": "UKCore-Extension-DeathNotificationStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"extension": [
{
"url": "deathNotificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus",
"code": "U",
"display": "Removed"
}
]
}
},
{
"url": "systemEffectiveDate",
"valueDateTime": "2019-08-01T00:00:00.000Z"
}
],
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"
}
]
}