AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

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

: PractitionerRole - Audiologist - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "audiologist-bradley-jill"] ; #   Example adapted from PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide 
#  provider-role-audiologist-JillBradley   
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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: ?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>"
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]     ] )
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/bradley-jill" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/adv-hearing-care" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "231H00000X" ] ;
fhir:display [ fhir:v "Audiologist" ]     ] [
a sct:309418004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309418004" ] ;
fhir:display [ fhir:v "Audiologist" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394578005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394578005" ] ;
fhir:display [ fhir:v "Audiological medicine" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jill.bradley@ahc.example.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #