Patient Flags - NHS England - Implementation Guide STU1
0.4.0 - ci-build

Patient Flags - NHS England - Implementation Guide STU1 - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UKCore patient example with very basic details. - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientExample1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample1</b></p><a name=\"PatientExample1\"> </a><a name=\"hcPatientExample1\"> </a><a name=\"hcPatientExample1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Alan Mann (official) Male, DoB: 1970-01-01 ( https://fhir.nhs.uk/Id/nhs-number#9912003888)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9912003888"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Mann",
      "given" : [
        "Alan"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-01-01"
}