This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "stmichael"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-09T04:03:57.874+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#xKY3lUN3BC4PISq4" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: stmichael</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 29</p><p><b>status</b>: active</p><p><b>name</b>: St Michael Medical Center</p><p><b>description</b>: Overland Park Location</p><p><b>telecom</b>: ph: (+1) 913-666-7777</p><p><b>address</b>: 6666 135th Street Overland Park KS 66223 USA </p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>-94.653759</td><td>38.884082</td></tr></table><p><b>managingOrganization</b>: <span>St Michael Health System</span></p></div>" ]; fhir:Location.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.acme.org/location" ]; fhir:Identifier.value [ fhir:value "29" ] ]; fhir:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "St Michael Medical Center"]; fhir:Location.description [ fhir:value "Overland Park Location"]; fhir:Location.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(+1) 913-666-7777" ] ]; fhir:Location.address [ fhir:Address.line [ fhir:value "6666 135th Street"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Overland Park" ]; fhir:Address.state [ fhir:value "KS" ]; fhir:Address.postalCode [ fhir:value "66223" ]; fhir:Address.country [ fhir:value "USA" ] ]; fhir:Location.position [ fhir:Location.position.longitude [ fhir:value "-94.653759"^^xsd:decimal ]; fhir:Location.position.latitude [ fhir:value "38.884082"^^xsd:decimal ] ]; fhir:Location.managingOrganization [ fhir:Reference.display [ fhir:value "St Michael Health System" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.