My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dr. George Freeman, GP, at Mackay Family Medicine Clinic - 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 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 "freeman-george-gp"] ; # 
  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 class=\"res-header-id\"><b>Generated Narrative: PractitionerRole freeman-george-gp</b></p><a name=\"freeman-george-gp\"> </a><a name=\"hcfreeman-george-gp\"> </a><a name=\"freeman-george-gp-en-AU\"> </a><p><b>identifier</b>: Medicare Provider Number/5544887B, HPI-I/8003619900015717</p><p><b>practitioner</b>: <a href=\"Practitioner-freeman-george.html\">Practitioner George Freeman (official)</a></p><p><b>organization</b>: <a href=\"Organization-birdsville-hospital.html\">Organization Birdsville Hospital</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">GP</span></p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ]       ] ) ;
fhir:text [ fhir:v "Medicare Provider Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5544887B" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National provider identifier" ]       ] ) ;
fhir:text [ fhir:v "HPI-I" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003619900015717" ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/freeman-george" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/birdsville-hospital" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:62247001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "General practitioner" ]     ] ) ;
fhir:text [ fhir:v "GP" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "[email protected]" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #