FHIR Data Standards Wales for PSOM v1.0.0-rc3
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc2 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

Example Patient - Alice Jones

Patient
Patient.id[0]Example-DataStandardsWales-PSOM-Patient-AliceJones
Patient.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient
Patient.identifier[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus
Patient.identifier[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales
Patient.identifier[0].extension[0].value[0].coding[0].code[0]nn
Patient.identifier[0].extension[0].value[0].coding[0].display[0]Number present and traced using Welsh NHS AR
Patient.identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
Patient.identifier[0].value[0]9912003444
Patient.identifier[1].type[0].coding[0].system[0]https://fhir.cavuhb.nhs.wales/Id/pas-code
Patient.identifier[1].type[0].coding[0].code[0]140
Patient.identifier[1].type[0].text[0]C&V PAS
Patient.identifier[1].system[0]https://fhir.cavuhb.nhs.wales/Id/pas-identifier
Patient.identifier[1].value[0]A000003
Patient.name[0].use[0]official
Patient.name[0].family[0]Jones
Patient.name[0].given[0]Alice
Patient.gender[0]female
Patient.birthDate[0]1980-09-13
Patient.address[0].postalCode[0]CF62 9AZ
Patient.communication[0].language[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage
Patient.communication[0].language[0].coding[0].code[0]cy
Patient.communication[0].language[0].coding[0].display[0]Welsh
Patient.communication[0].preferred[0]True
Patient.communication[1].language[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage
Patient.communication[1].language[0].coding[0].code[0]en
Patient.communication[1].language[0].coding[0].display[0]English
Patient.communication[1].preferred[0]False
<Patient xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PSOM-Patient-AliceJones" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" />
    </meta>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales" />
                    <code value="nn" />
                    <display value="Number present and traced using Welsh NHS AR" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9912003444" />
    </identifier>
    <identifier>
        <type>
            <coding>
                <system value="https://fhir.cavuhb.nhs.wales/Id/pas-code" />
                <code value="140" />
            </coding>
            <text value="C&amp;V PAS" />
        </type>
        <system value="https://fhir.cavuhb.nhs.wales/Id/pas-identifier" />
        <value value="A000003" />
    </identifier>
    <name>
        <use value="official" />
        <family value="Jones" />
        <given value="Alice" />
    </name>
    <gender value="female" />
    <birthDate value="1980-09-13" />
    <address>
        <postalCode value="CF62 9AZ" />
    </address>
    <communication>
        <language>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" />
                <code value="cy" />
                <display value="Welsh" />
            </coding>
        </language>
        <preferred value="true" />
    </communication>
    <communication>
        <language>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" />
                <code value="en" />
                <display value="English" />
            </coding>
        </language>
        <preferred value="false" />
    </communication>
</Patient>
{
    "resourceType": "Patient",
    "id": "Example-DataStandardsWales-PSOM-Patient-AliceJones",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
        ]
    },
    "identifier":  [
        {
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales",
                                "code": "nn",
                                "display": "Number present and traced using Welsh NHS AR"
                            }
                        ]
                    }
                }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9912003444"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "https://fhir.cavuhb.nhs.wales/Id/pas-code",
                        "code": "140"
                    }
                ],
                "text": "C&V PAS"
            },
            "system": "https://fhir.cavuhb.nhs.wales/Id/pas-identifier",
            "value": "A000003"
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Jones",
            "given":  [
                "Alice"
            ]
        }
    ],
    "gender": "female",
    "birthDate": "1980-09-13",
    "address":  [
        {
            "postalCode": "CF62 9AZ"
        }
    ],
    "communication":  [
        {
            "language": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                        "code": "cy",
                        "display": "Welsh"
                    }
                ]
            },
            "preferred": true
        },
        {
            "language": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                        "code": "en",
                        "display": "English"
                    }
                ]
            },
            "preferred": false
        }
    ]
}