FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Patient |
| Id | Patient-PatrickSammy-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Patient-PatrickSammy-Example",
"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"
}
]
}
}
],
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873",
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"version": "1.1.1",
"code": "01",
"display": "Number present and verified"
}
]
}
}
]
}
],
"name": [
{
"given": [
"Patrick"
],
"family": "Sammy"
}
],
"birthDate": "1982-10-06",
"address": [
{
"line": [
"51 Westgate,"
],
"city": "Bradford",
"postalCode": "BD1 2RD"
}
],
"generalPractitioner": [
{
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G9999999"
},
"display": "Dr. Aero Smith"
},
{
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/ODS-code",
"value": "TP123"
},
"display": "123 Test Practice"
}
],
"link": [
{
"other": {
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873"
},
"type": "seealso"
}
]
}