{
  "resourceType" : "Practitioner",
  "id" : "losch-sallie",
  "meta" : {
    "profile" : ["http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-practitioner"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner losch-sallie</b></p><a name=\"losch-sallie\"> </a><a name=\"hclosch-sallie\"> </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=\"StructureDefinition-au-erequesting-practitioner.html\">AU eRequesting Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003613233384866</p><p><b>name</b>: Sallie LOSCH </p><p><b>telecom</b>: ph: 0270104128(Work), <a href=\"mailto:sallie.losch@example.com.au\">sallie.losch@example.com.au</a></p><p><b>address</b>: 93 Elizabeth Cl Marlowe NSW 2622 </p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Ahpra Registration Number/HAC0000000068</td><td><span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AHPRA}\">Ahpra Other Medical Practitioners</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" : "8003613233384866"
  }],
  "name" : [{
    "family" : "LOSCH",
    "given" : ["Sallie"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "0270104128",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "sallie.losch@example.com.au"
  }],
  "address" : [{
    "line" : ["93 Elizabeth Cl"],
    "city" : "Marlowe",
    "state" : "NSW",
    "postalCode" : "2622"
  }],
  "gender" : "female",
  "qualification" : [{
    "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" : "HAC0000000068"
    }],
    "code" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0360",
        "code" : "AHPRA",
        "display" : "Ahpra Registration"
      }],
      "text" : "Ahpra Other Medical Practitioners"
    }
  }]
}