@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://digitalhealth.gov.au/fhir/hcpd/Practitioner/external-hcpd-practitioner-record> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "external-hcpd-practitioner-record"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-practitioner"^^xsd:anyURI ;
       fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-practitioner>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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 (use: official, )</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 (use: official, )</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "male" ] ;
           fhir:display [ fhir:v "Male" ]
         ] )
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "NPI" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "8003616566719020" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Fryer" ] ;
     fhir:given ( [ fhir:v "John" ] ) ;
     fhir:prefix ( [ fhir:v "Dr" ] )
  ] [
     fhir:use [ fhir:v "usual" ] ;
     fhir:family [ fhir:v "Fryer" ] ;
     fhir:given ( [ fhir:v "John" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+61 2 8555 0199" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+61 2 7777 0199" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:qualification ( [
     fhir:identifier ( [
       fhir:use [ fhir:v "official" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "PRN" ]
         ] )
       ] ;
       fhir:system [ fhir:v "http://example.org/fhir/identifier/acha-prn"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "PRN-123456" ]
     ] ) ;
     fhir:code [
       fhir:text [ fhir:v "Clinical Hypnotherapist" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "Australian Clinical Hypnotherapy Association" ]
     ]
  ] [
     fhir:identifier ( [
       fhir:use [ fhir:v "official" ] ;
       fhir:type [
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "PRN" ]
         ] )
       ] ;
       fhir:system [ fhir:v "http://example.org/fhir/identifier/rcpa-prn"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "PRN-2468" ]
     ] ) ;
     fhir:code [
       fhir:text [ fhir:v "Pathologist" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "RCPA" ]
     ]
  ] ) ; # 
  fhir:communication ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "it" ] ;
       fhir:display [ fhir:v "Italian" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

