@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "location-min-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-location"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Location location-min-example

PMS Version extension: Medtech Artia v1.0

"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-medtechpms-version"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "Medtech Artia v1.0" ] ] ) . # # -------------------------------------------------------------------------------------