<List xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-List-Allergies-NotRecorded" />
<meta>
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList" />
</meta>
<status value="current" />
<mode value="snapshot" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="886921000000105" />
<display value="Allergies and adverse reactions" />
</coding>
</code>
<subject>
<reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" />
<display value="JONES, Alice" />
</subject>
<date value="2001-01-01T23:59:00+00:00" />
<note>
<text value="Information not available" />
</note>
<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>
{
"resourceType": "List",
"id": "Example-DataStandardsWales-List-Allergies-NotRecorded",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList"
]
},
"status": "current",
"mode": "snapshot",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "886921000000105",
"display": "Allergies and adverse reactions"
}
]
},
"subject": {
"reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
"display": "JONES, Alice"
},
"date": "2001-01-01T23:59:00+00:00",
"emptyReason": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode",
"code": "no-content-recorded",
"display": "No Content Recorded"
}
]
},
"note": {
"text": "Information not available"
}
}