Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DoctorPayneRole1 - TTL Representation

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DoctorPayneRole1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitionerRole"^^xsd:anyURI ;
fhir:link <http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitionerRole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole DoctorPayneRole1</b></p><a name=\"DoctorPayneRole1\"> </a><a name=\"hcDoctorPayneRole1\"> </a><a name=\"DoctorPayneRole1-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/2426621B (use: official, )</p><p><b>practitioner</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p><p><b>organization</b>: <a href=\"Organization-VeryRemoteClinic.html\">Organization Very Remote Health Clinic</a></p><p><b>telecom</b>: <a href=\"tel:+61787654321\">+61 7 87654321</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2426621B" ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/DoctorPayne" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/VeryRemoteClinic" ]
  ] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61 7 87654321" ]
  ] ) . #