ACT-NOW Implementation Guide
0.5.0 - ci-build NZ

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

: Example practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "exPractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Marcus Welby</div>"
  },
  "identifier" : [
    {
      "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
      "value" : "1234"
    }
  ],
  "name" : [
    {
      "text" : "Marcus Welby",
      "family" : "Welby",
      "given" : [
        "Marcus"
      ]
    }
  ],
  "birthDate" : "1970-01-01"
}