Situational Awareness for Novel Epidemic Response, published by HL7 International Public Health Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. 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 "Loc-X140290"];
fhir:Resource.meta [
fhir:Meta.security [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
fhir:Coding.code [ fhir:value "HTEST" ] ]
];
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><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 \"Loc-X140290\" </p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>status</b>: active</p><p><b>name</b>: SITKA MEDICAL CENTER Building</p><p><b>mode</b>: instance</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HOSP)</span></p><p><b>address</b>: 1555 BARRINGTON RD HOFFMAN EST IL 60169 USA (WORK)</p><p><b>physicalType</b>: Site <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-location-physical-type.html\">Location type</a>#si)</span></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>-88.144445</td><td>42.052409</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-X140290.html\">Organization/X140290</a> \"SITKA MEDICAL CENTER\"</p></div>"
];
fhir:Location.status [ fhir:value "active"];
fhir:Location.name [ fhir:value "SITKA MEDICAL CENTER Building"];
fhir:Location.mode [ fhir:value "instance"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "HOSP" ] ]
];
fhir:Location.address [
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.line [
fhir:value "1555 BARRINGTON RD";
fhir:index 0 ];
fhir:Address.city [ fhir:value "HOFFMAN EST" ];
fhir:Address.district [ fhir:value "COOK" ];
fhir:Address.state [ fhir:value "IL" ];
fhir:Address.postalCode [ fhir:value "60169" ];
fhir:Address.country [ fhir:value "USA" ]
];
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
fhir:Coding.code [ fhir:value "si" ] ]
];
fhir:Location.position [
fhir:Location.position.longitude [ fhir:value "-88.144445"^^xsd:decimal ];
fhir:Location.position.latitude [ fhir:value "42.052409"^^xsd:decimal ]
];
fhir:Location.managingOrganization [
fhir:Reference.reference [ fhir:value "Organization/X140290" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.