AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: PractitionerRole - Audiologist - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "audiologist-bradley-jill",
  "meta" : //   Example adapted from PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide 
  provider-role-audiologist-JillBradley   
  {
    "profile" : [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"audiologist-bradley-jill\"> </a></p><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\">Resource PractitionerRole &quot;audiologist-bradley-jill&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-practitionerrole.html\">AU Core PractitionerRole</a></p></div><p><b>identifier</b>: id:\u00a0?ngen-9?</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-bradley-jill.html\">Practitioner/bradley-jill</a> &quot; BRADLEY&quot;</p><p><b>organization</b>: <a href=\"Organization-adv-hearing-care.html\">Organization/adv-hearing-care</a> &quot;Audiology Advanced Hearing Care&quot;</p><p><b>code</b>: Audiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#231H00000X; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#309418004)</span></p><p><b>specialty</b>: Audiological medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394578005)</span></p><p><b>telecom</b>: <a href=\"mailto:jill.bradley@ahc.example.com\">jill.bradley@ahc.example.com</a></p></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "unknown"
        }
      ]
    }
  ],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/bradley-jill"
  },
  "organization" : {
    "reference" : "Organization/adv-hearing-care"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "231H00000X",
          "display" : "Audiologist"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "309418004",
          "display" : "Audiologist"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394578005",
          "display" : "Audiological medicine"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "jill.bradley@ahc.example.com",
      "use" : "work"
    }
  ]
}