Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: eOrders PractitionerRole Placer - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "570c1233-5361-453e-99a4-504c2045d27c"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/eorders-practitionerrole"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/eorders-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 570c1233-5361-453e-99a4-504c2045d27c</b></p><a name=\"570c1233-5361-453e-99a4-504c2045d27c\"> </a><a name=\"hc570c1233-5361-453e-99a4-504c2045d27c\"> </a><a name=\"570c1233-5361-453e-99a4-504c2045d27c-en-US\"> </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-eorders-practitionerrole.html\">EOrders PractitionerRole</a></p></div><p><b>identifier</b>: Medicare Provider Number/1063625F, Laboratory Doctor Number/DR11</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-75179ab5-684b-405e-a50c-a81359804d91.html\">Dr Jane Doe</a></p><p><b>organization</b>: <a href=\"Organization-fdcca47c-e554-46e5-a71f-91ec855faa29.html\">Small Family Trust</a></p><p><b>location</b>: Small Medical Clinic</p></div>"^^rdf:XMLLiteral
  ] ; # 
  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 "1063625F" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DN" ]       ] ) ;
fhir:text [ fhir:v "Laboratory Doctor Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/service-provider-individual/1.0/8003626568856670"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DR11" ] ;
fhir:assigner [
fhir:display [ fhir:v "Acme Pathology" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/75179ab5-684b-405e-a50c-a81359804d91" ] ;
fhir:display [ fhir:v "Dr Jane Doe" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/fdcca47c-e554-46e5-a71f-91ec855faa29" ] ;
fhir:display [ fhir:v "Small Family Trust" ]
  ] ; # 
  fhir:location ( [
fhir:display [ fhir:v "Small Medical Clinic" ]
  ] ) . #