FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Patient |
| Id | UKCore-Patient-MichaelJones-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "41e4b604-37f3-4799-a6b3-ab5b104f3c97",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus",
"code": "H",
"display": "UK Resident"
}
]
}
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
],
"name": [
{
"family": "Jones",
"given": [
"Michael"
]
}
],
"birthDate": "1989-12-08",
"address": [
{
"line": [
"48 Astoria Drive"
],
"city": "Coventry",
"postalCode": "CV4 9ZY"
}
]
}