Patient-SensitivePatient-Example

Example of a patient resource tagged as restricted, location-sensitive fields such as address, telecom and generalPractitioner are removed.

Patient
{
"resourceType": "Patient",
"id": "Patient-SensitivePatient-Example",
"meta": {
"versionId": "2",
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "restricted"
}
]
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
}
],
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307946",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"version": "1.1.1",
"code": "01",
"display": "Number present and verified"
}
]
}
}
]
}
],
"link": [
{
"other": {
"reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946"
},
"type": "seealso"
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-SensitivePatient-Example" />
<versionId value="2" />
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
<code value="R" />
<display value="restricted" />
</security>
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
<system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
<code value="M" />
<display value="Male" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="A" />
<display value="White - British" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
<version value="1.1.1" />
<code value="01" />
<display value="Number present and verified" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307946" />
</identifier>
<reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946" />
</other>
<type value="seealso" />
</link>
</Patient>