@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Location ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "location-max-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-max-example

PMS Version extension: Medtech Artia v1.0

identifier: HPI-O/8003621566684455, ACN/518247535, ABN/12345678901

name: DownUnder Medical Center

type: Orthopaedic service

telecom: ph: 555-4321(Home), ph: 555-1234(Work), fax: 021-7890(Work)

address: 3 McGregor Street darlinghurst test residence Sydney NSW 2000 Australia

"^^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" ] ] ) ; # fhir:identifier ( [ fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpio-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-status"^^xsd:anyURI ] ; fhir:code [ fhir:v "A" ] ; fhir:display [ fhir:v "Active" ] ] ] ) ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NOI" ] ; fhir:display [ fhir:v "National Organisation Identifier" ] ] ) ; fhir:text [ fhir:v "HPI-O" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003621566684455" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ] ) ; fhir:text [ fhir:v "ACN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/acn"^^xsd:anyURI ] ; fhir:value [ fhir:v "518247535" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "XX" ] ] ) ; fhir:text [ fhir:v "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345678901" ] ] ) ; # fhir:name [ fhir:v "DownUnder Medical Center"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "8512-10" ] ; fhir:display [ fhir:v "Orthopaedic service" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "555-4321" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "555-1234" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "021-7890" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:line ( [ fhir:v "3 McGregor Street" ] [ fhir:v "darlinghurst" ] [ fhir:v "test residence" ] ) ; fhir:city [ fhir:v "Sydney" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "Australia" ] ] . # # -------------------------------------------------------------------------------------