HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Release

This page is part of the HL7® FHIR® New Zealand Base Implementation Guide (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: practitioner-edi-address - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-edi-address",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-edi-address</b></p><a name=\"practitioner-edi-address\"> </a><a name=\"hcpractitioner-edi-address\"> </a><p><b>name</b>: Marcus Welby</p><p><b>telecom</b>: 001a</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1998-01-01</p></div>"
  },
  "name" : [
    {
      "text" : "Marcus Welby",
      "family" : "Welby",
      "given" : [
        "Marcus"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "other",
      "_system" : {
        "extension" : [
          {
            "url" : "http://hl7.org.nz/fhir/StructureDefinition/edi-address",
            "valueString" : "healthlink"
          }
        ]
      },
      "value" : "001a"
    }
  ],
  "gender" : "male",
  "birthDate" : "1998-01-01"
}