MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Practitioner John Doe - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "au-ps-practitioner-2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner au-ps-practitioner-2</b></p><a name=\"au-ps-practitioner-2\"> </a><a name=\"hcau-ps-practitioner-2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-practitioner.html\">AU PS Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003619900015717\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: John Doe (Official)</p><p><b>telecom</b>: <a href=\"tel:+61212345678\">+61 2 1234 5678</a></p><p><b>address</b>: 123 Health Street Adelaide SA 5000 Australia (work)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ],
        "text" : "HPI-I"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003619900015717"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Doe",
      "given" : [
        "John"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 2 1234 5678",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "123 Health Street"
      ],
      "city" : "Adelaide",
      "state" : "SA",
      "postalCode" : "5000",
      "country" : "Australia"
    }
  ]
}