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 Practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "AlexPractitionerExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner AlexPractitionerExample</b></p><a name=\"AlexPractitionerExample\"> </a><a name=\"hcAlexPractitionerExample\"> </a><a name=\"AlexPractitionerExample-en-US\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/hpi-id</code>/ZXP7823\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: ALEX Practitioner (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1968-01-27</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-id",
      "value" : "ZXP7823"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Practitioner",
      "given" : [
        "ALEX"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1968-01-27"
}