FHIR IG analytics| Package | uk.nhsengland.genomics.r4 |
| Resource Type | Patient |
| Id | Patient-LindsaySorrellPDS-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "Patient-LindsaySorrellPDS-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"
}
]
}
}
],
"meta": {
"versionId": "2",
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "U",
"display": "unrestricted"
}
]
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307946",
"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": [
"Lindsay"
],
"family": "Sorrell"
}
],
"birthDate": "2011-04-12",
"address": [
{
"line": [
"31 THE AVENUE",
"BERWICK COURT"
]
}
]
}