This extension is used to provide warnings that a List may be incomplete as data has been excluded due to confidentiality or may be missing due to data being in transit
XML View
<List xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-ListWarningCode-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-ListWarningCode">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" />
<code value="data-in-transit" />
<display value="Data in Transit" />
</coding>
</valueCodeableConcept>
</extension>
<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="2021-12-10T13:00:00+00:00" />
</List>
JSON View
{
"resourceType": "List",
"id": "UKCore-Extension-ListWarningCode-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode",
"code": "data-in-transit",
"display": "Data in Transit"
}
]
}
}
],
"status": "current",
"mode": "working",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "826501000000100",
"display": "Miscellaneous record"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"date": "2021-12-10T13:00:00+00:00"
}