XML View
<List xmlns="http://hl7.org/fhir">
<id value="UKCore-List-EmptyList-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="current" />
<mode value="working" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="826501000000100" />
<display value="Miscellaneous record" />
</coding>
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<date value="2019-12-10T13:00:00+00:00" />
<emptyReason>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" />
<code value="no-content-recorded" />
<display value="No Content Recorded" />
</coding>
</emptyReason>
</List>
JSON View
{
"resourceType": "List",
"id": "UKCore-List-EmptyList-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "current",
"mode": "working",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "826501000000100",
"display": "Miscellaneous record"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"date": "2019-12-10T13:00:00+00:00",
"emptyReason": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode",
"code": "no-content-recorded",
"display": "No Content Recorded"
}
]
}
}