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:Organization;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "X143300"];
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 \"X143300\" </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>identifier</b>: id: X143300</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: LEIBER CHILDRENS HOSPITAL</p><p><b>address</b>: 225 E CHICAGO AVE # 140 CHICAGO IL 60611 USA (WORK)</p></div>"
];
fhir:Organization.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://sanerproject.org/connectathon/hospitals" ];
fhir:Identifier.value [ fhir:value "X143300" ]
];
fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
fhir:Organization.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
fhir:Coding.code [ fhir:value "prov" ] ]
];
fhir:Organization.name [ fhir:value "LEIBER CHILDRENS HOSPITAL"];
fhir:Organization.address [
fhir:index 0;
fhir:Address.use [ fhir:value "work" ];
fhir:Address.type [ fhir:value "both" ];
fhir:Address.line [
fhir:value "225 E CHICAGO AVE # 140";
fhir:index 0 ];
fhir:Address.city [ fhir:value "CHICAGO" ];
fhir:Address.district [ fhir:value "COOK" ];
fhir:Address.state [ fhir:value "IL" ];
fhir:Address.postalCode [ fhir:value "60611" ];
fhir:Address.country [ fhir:value "USA" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.