FHIR Data Standards Wales for PSOM v1.0.0-rc5
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc5 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]urn:ietf:bcp:47
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]urn:ietf:bcp:47
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" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" />
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<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>
<system value="https://fhir.cavuhb.nhs.wales/Id/pas-code" />
<code value="140" />
</coding>
<text value="C&V PAS" />
</type>
<system value="https://fhir.cavuhb.nhs.wales/Id/pas-identifier" />
<value value="A000003" />
</identifier>
<use value="official" />
<family value="Jones" />
<given value="Alice" />
</name>
<gender value="female" />
<birthDate value="1980-09-13" />
<postalCode value="CF62 9AZ" />
</address>
<system value="urn:ietf:bcp:47" />
<code value="cy" />
<display value="Welsh" />
</coding>
</language>
<preferred value="true" />
</communication>
<system value="urn:ietf:bcp:47" />
<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"
]
},
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"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"
}
],
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "cy",
"display": "Welsh"
}
]
},
"preferred": true
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": false
}
]
}