HL7 UK - UK Core Access
0.1.0 - ci-build
HL7 UK - UK Core Access, published by HL7 UK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-UK/UK-Core-Access/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "b88f0099-5213-4502-a49d-cc3887027bdd",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient b88f0099-5213-4502-a49d-cc3887027bdd</b></p><a name=\"b88f0099-5213-4502-a49d-cc3887027bdd\"> </a><a name=\"hcb88f0099-5213-4502-a49d-cc3887027bdd\"> </a><a name=\"b88f0099-5213-4502-a49d-cc3887027bdd-en-GB\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mary MORRIS (official) Female, DoB: 1972-10-07 ( https://fhir.nhs.uk/Id/nhs-number#4123456879)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.another-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr></table></div>"
},
"identifier" : [
{
"extension" : [
{
"url" : "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"code" : "01",
"display" : "Number present and verified"
}
]
}
}
],
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "4123456879"
},
{
"system" : "https://fhir.another-provider.nhs.uk/Id/pas-identifier",
"value" : "12345"
}
],
"name" : [
{
"use" : "official",
"family" : "MORRIS",
"given" : [
"Mary"
]
}
],
"gender" : "female",
"birthDate" : "1972-10-07"
}