@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Location-example-02"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "Location-example-02"

status: active

name: Maharashtra

mode: kind

type: Diagnostics or therapeutics unit (RoleCode#DX)

physicalType: Jurisdiction (Location type#jdn)

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "Maharashtra"] ; # fhir:mode [ fhir:v "kind"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "DX" ] ; fhir:display [ fhir:v "Diagnostics or therapeutics unit" ] ] ) ] ) ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "jdn" ] ; fhir:display [ fhir:v "Jurisdiction" ] ] ) ] . # # -------------------------------------------------------------------------------------