Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ALEX Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "AlexPatientExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient AlexPatientExample</b></p><a name=\"AlexPatientExample\"> </a><a name=\"hcAlexPatientExample\"> </a><a name=\"AlexPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Abnormal Patient (official) Female, DoB: 1968-01-27 ( https://standards.digital.health.nz/ns/nhi-id#ZXP7823\u00a0(use:\u00a0official,\u00a0))</p><hr/></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZXP7823"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Patient",
      "given" : [
        "Abnormal"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1968-01-27"
}