Example List - Empty Allergies List

This example references the following example resources:

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