{
  "resourceType" : "Practitioner",
  "id" : "external-hcpd-practitioner-record",
  "meta" : {
    "profile" : ["http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-practitioner"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner external-hcpd-practitioner-record</b></p><a name=\"external-hcpd-practitioner-record\"> </a><a name=\"hcexternal-hcpd-practitioner-record\"> </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-hcpd-practitioner.html\">HCPD Practitioner</a></p></div><blockquote><p><b>Person Recorded Sex Or Gender</b></p><ul><li>value: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></li></ul></blockquote><p><b>identifier</b>: National provider identifier/8003616566719020</p><p><b>name</b>: John Fryer (Official), John Fryer </p><p><b>telecom</b>: <a href=\"tel:+61285550199\">+61 2 8555 0199</a>, <a href=\"tel:+61277770199\">+61 2 7777 0199</a></p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: Provider number/PRN-123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Codes:\">Clinical Hypnotherapist</span></p><p><b>issuer</b>: Australian Clinical Hypnotherapy Association</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: Provider number/PRN-2468\u00a0(use:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Codes:\">Pathologist</span></p><p><b>issuer</b>: RCPA</p></blockquote><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span></p></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "value",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/administrative-gender",
          "code" : "male",
          "display" : "Male"
        }]
      }
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NPI"
      }]
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
    "value" : "8003616566719020"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Fryer",
    "given" : ["John"],
    "prefix" : ["Dr"]
  },
  {
    "use" : "usual",
    "family" : "Fryer",
    "given" : ["John"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+61 2 8555 0199",
    "use" : "work"
  },
  {
    "system" : "phone",
    "value" : "+61 2 7777 0199",
    "use" : "home"
  }],
  "qualification" : [{
    "identifier" : [{
      "use" : "official",
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PRN"
        }]
      },
      "system" : "http://example.org/fhir/identifier/acha-prn",
      "value" : "PRN-123456"
    }],
    "code" : {
      "text" : "Clinical Hypnotherapist"
    },
    "issuer" : {
      "display" : "Australian Clinical Hypnotherapy Association"
    }
  },
  {
    "identifier" : [{
      "use" : "official",
      "type" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "PRN"
        }]
      },
      "system" : "http://example.org/fhir/identifier/rcpa-prn",
      "value" : "PRN-2468"
    }],
    "code" : {
      "text" : "Pathologist"
    },
    "issuer" : {
      "display" : "RCPA"
    }
  }],
  "communication" : [{
    "coding" : [{
      "system" : "urn:ietf:bcp:47",
      "code" : "it",
      "display" : "Italian"
    }]
  }]
}