Publication Build: This will be filled in by the publication tooling
: Location - Friends Pharmacy - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "au-hospital-pharm-out"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"au-hospital-pharm-out\"> </a></p><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\">Resource Location "au-hospital-pharm-out" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-location.html\">AU Core Location</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Friends Pharmacy - AU Hospital</p><p><b>mode</b>: instance</p><p><b>type</b>: outpatient pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#OUTPHARM)</span>, Pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#PHARM)</span></p><p><b>address</b>: Suite 14, Building 31 54301 Stanley St South Brisbane QLD 4101 AU </p><p><b>physicalType</b>: Building <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html\">Location type</a>#bu)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-hospital-int.html\">Organization/hospital-int</a> "Hospitals International"</p><p><b>partOf</b>: <a href=\"Location-au-hospital.html\">Location/au-hospital</a> "QLD Hospital"</p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Friends Pharmacy - AU Hospital"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OUTPHARM" ] ;
fhir:display [ fhir:v "outpatient pharmacy" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PHARM" ] ;
fhir:display [ fhir:v "Pharmacy" ] ] )
] ) ; #
fhir:address [
( fhir:line [ fhir:v "Suite 14, Building 31" ] [ fhir:v "54301 Stanley St" ] ) ;
fhir:city [ fhir:v "South Brisbane" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4101" ] ;
fhir:country [ fhir:v "AU" ]
] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/hospital-int" ]
] ; #
fhir:partOf [
fhir:reference [ fhir:v "Location/au-hospital" ]
] . #