My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dr. George Freeman - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "freeman-george",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner freeman-george</b></p><a name=\"freeman-george\"> </a><a name=\"hcfreeman-george\"> </a><a name=\"freeman-george-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003619900015717</p><p><b>name</b>: George Freeman (Official)</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>AHPRA Registration Number/MED0000932850</td><td><span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AUAHPRAProfession}\">Medical Practitioner</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "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" : "Freeman",
      "given" : [
        "George"
      ],
      "suffix" : [
        "M.D."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "[email protected]",
      "use" : "work"
    }
  ],
  "qualification" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details",
          "extension" : [
            {
              "url" : "ahpraProfession",
              "valueCodeableConcept" : {
                "text" : "Medical Practitioner"
              }
            }
          ]
        }
      ],
      "identifier" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                "code" : "AHPRA",
                "display" : "Australian Health Practitioner Regulation Agency Registration Number"
              }
            ],
            "text" : "AHPRA Registration Number"
          },
          "system" : "http://hl7.org.au/id/ahpra-registration-number",
          "value" : "MED0000932850"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0360",
            "code" : "AUAHPRAProfession"
          }
        ],
        "text" : "Medical Practitioner"
      }
    }
  ]
}