@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example4"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-location"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "example4"

Profile: AU Base Location

name: Telehealth

mode: kind

type: Virtual (Location Type AU#VI)

physicalType: Virtual (Location Type (Physical) AU#vi)

" ] ; # fhir:name [ fhir:v "Telehealth"] ; # fhir:mode [ fhir:v "kind"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/location-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "VI" ] ] ) ] ) ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "vi" ] ; fhir:display [ fhir:v "Virtual" ] ] ) ] . # # -------------------------------------------------------------------------------------