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

: R4 conversion of MDS test data ExplanationOfBenefit.id d46a4133-ba17-11ec-833a-b1763b0a7715 - 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 "mds"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-mhr-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-mhr-1>     ] )
  ] ; # R4 conversion of MDS test data ExplanationOfBenefit.id d46a4133-ba17-11ec-833a-b1763b0a7715
  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 mds</b></p><a name=\"mds\"> </a><a name=\"hcmds\"> </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-dh-practitionerrole-author-mhr-1.html\">MHR Authoring PractitionerRole</a></p></div><p><b>identifier</b>: ?ngen-9?</p><p><b>practitioner</b>: <a href=\"Practitioner-algrester-greg.html\">Practitioner Greg Algrester </a></p><p><b>organization</b>: <a href=\"Organization-hi-testdata-pharmacy.html\">Organization Test Org -DigitalHealth 6</a></p><p><b>code</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0 250000}\">Health Professional</span></p><p><b>telecom</b>: ph: 0491 574 632(Mobile)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "unknown"       ]     ] )
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/algrester-greg" ] #  relative reference to entry of Practitioner resource 
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/hi-testdata-pharmacy" ] #  relative reference to entry of Organization resource 
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "250000" ]     ] ) ;
fhir:text [ fhir:v "Health Professional" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0491 574 632" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) . #