HL7 UK - UK Core Access
0.1.0 - ci-build United Kingdom flag

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

: MichaelSmithies - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "9708ceae-ddc8-49d2-97c1-f6f161e0104a",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 9708ceae-ddc8-49d2-97c1-f6f161e0104a</b></p><a name=\"9708ceae-ddc8-49d2-97c1-f6f161e0104a\"> </a><a name=\"hc9708ceae-ddc8-49d2-97c1-f6f161e0104a\"> </a><a name=\"9708ceae-ddc8-49d2-97c1-f6f161e0104a-en-GB\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Michael SMITHIES (official) Male, DoB: 1972-08-12 ( https://fhir.nhs.uk/Id/nhs-number#9912003814)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 01131239876</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" : "9912003814"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "SMITHIES",
      "given" : [
        "Michael"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "01131239876"
    }
  ],
  "gender" : "male",
  "birthDate" : "1972-08-12"
}