Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DoctorPayne - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "DoctorPayne",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner DoctorPayne</b></p><a name=\"DoctorPayne\"> </a><a name=\"hcDoctorPayne\"> </a><a name=\"DoctorPayne-en-AU\"> </a><p><b>identifier</b>: National provider identifier/8003619900015717\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Jane Payne </p><p><b>telecom</b>: <a href=\"tel:+61455123456\">+61 455 123456</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003619900015717"
    }
  ],
  "name" : [
    {
      "family" : "Payne",
      "given" : [
        "Jane"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 455 123456"
    }
  ]
}