Example Patient - Peter Piper
- Overview
- Table
- XML
- JSON
- Narrative
| Patient |
| id : Example-DataStandardsWales-Patient-PeterPiper |
| meta |
| profile : https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient |
| text |
| status : generated |
| identifier |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales |
| code : 01 |
| display : Number present and traced |
| system : https://fhir.nhs.uk/Id/nhs-number |
| value : 1192335566 |
| name |
| family : Piper |
| given : Peter |
| gender : male |
| birthDate : 1981-07-03 |
| address |
| line : 14 Semore View |
| line : Porthcawl |
| postalCode : CF32 0AY |
| Patient.id[0] | Example-DataStandardsWales-Patient-PeterPiper |
| Patient.meta[0].profile[0] | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient |
| Patient.text[0].status[0] | generated |
| Patient.text[0].div[0] | PIPER, Peter (NHS: 1192335566) |
| 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] | 01 |
| Patient.identifier[0].extension[0].value[0].coding[0].display[0] | Number present and traced |
| Patient.identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
| Patient.identifier[0].value[0] | 1192335566 |
| Patient.name[0].family[0] | Piper |
| Patient.name[0].given[0] | Peter |
| Patient.gender[0] | male |
| Patient.birthDate[0] | 1981-07-03 |
| Patient.address[0].line[0] | 14 Semore View |
| Patient.address[0].line[1] | Porthcawl |
| Patient.address[0].postalCode[0] | CF32 0AY |
<Patient xmlns="http://hl7.org/fhir"> <id value="Example-DataStandardsWales-Patient-PeterPiper" /> <meta> <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" /> </meta> <text> <status value="generated" /> --- We have skipped the narrative for better readability of the resource --- </text> <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="01" /> <display value="Number present and traced" /> </coding> </valueCodeableConcept> </extension> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="1192335566" /> </identifier> <name> <family value="Piper" /> <given value="Peter" /> </name> <gender value="male" /> <birthDate value="1981-07-03" /> <address> <line value="14 Semore View" /> <line value="Porthcawl" /> <postalCode value="CF32 0AY" /> </address> </Patient>
{ "resourceType": "Patient", "id": "Example-DataStandardsWales-Patient-PeterPiper", "meta": { "profile": [ "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" ] }, "text": { "status": "generated", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusWales", "code": "01", "display": "Number present and traced" } ] } } ], "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "1192335566" } ], "name": [ { "family": "Piper", "given": [ "Peter" ] } ], "gender": "male", "birthDate": "1981-07-03", "address": [ { "line": [ "14 Semore View", "Porthcawl" ], "postalCode": "CF32 0AY" } ] }
PIPER, Peter (NHS: 1192335566)