WARNING
This guidance is under active development by NHS England and content may be added or updated on a regular basis.It is NOT currently recommended to develop against this guidance.
PatientFlag-AlanMann-Example
Table View
Patient.id[0] | PatientFlag-AlanMann-Example |
Patient.meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient |
Patient.identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
Patient.identifier[0].value[0] | 9912003888 |
Patient.active[0] | True |
Patient.name[0].use[0] | official |
Patient.name[0].family[0] | Mann |
Patient.name[0].given[0] | Alan |
Patient.gender[0] | male |
Patient.birthDate[0] | 1970-01-01 |
Tree View
Patient |
id : PatientFlag-AlanMann-Example |
meta |
profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9912003888 |
active : True |
name |
use : official |
family : Mann |
given : Alan |
gender : male |
birthDate : 1970-01-01 |
XML View
<Patient xmlns="http://hl7.org/fhir"> <id value="PatientFlag-AlanMann-Example" /> <meta> <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" /> </meta> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9912003888" /> </identifier> <active value="true" /> <name> <use value="official" /> <family value="Mann" /> <given value="Alan" /> </name> <gender value="male" /> <birthDate value="1970-01-01" /> </Patient>
JSON View
{ "resourceType": "Patient", "id": "PatientFlag-AlanMann-Example", "meta": { "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient" ] }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9912003888" } ], "active": true, "name": [ { "use": "official", "family": "Mann", "given": [ "Alan" ] } ], "gender": "male", "birthDate": "1970-01-01" }