Swissnoso Implementation Guide (R4)
1.0.0 - STU 1
This page is part of the Swissnoso Implementation Guide (R4) (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2022-06-14 |
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "swissnoso-procedure-location"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-procedure-location defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"swissnoso-procedure-location-1\"> </a></td><td>Emergency ward</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"swissnoso-procedure-location-2\"> </a></td><td>Bed ward</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"swissnoso-procedure-location-3\"> </a></td><td>Intensive care unit</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"swissnoso-procedure-location-4\"> </a></td><td>Operating room</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"swissnoso-procedure-location-5\"> </a></td><td>Delivery room</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"swissnoso-procedure-location-6\"> </a></td><td>Other place</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"swissnoso-procedure-location-7\"> </a></td><td>Hospital external place</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td></tr><tr><td>1</td><td>Notfallstation</td><td>Service des urgences</td><td>Pronto soccorso</td></tr><tr><td>2</td><td>Bettenstation</td><td>Unité hospitalière</td><td>Degenza</td></tr><tr><td>3</td><td>Intensivstation</td><td>Soins intensifs</td><td>Cure intensive</td></tr><tr><td>4</td><td>Operationssaal</td><td>Salle d’opération</td><td>Sala operatoria</td></tr><tr><td>5</td><td>Gebärsaal</td><td>Salle d’accouchement</td><td>Sala parto</td></tr><tr><td>6</td><td>Anderer Ort</td><td>Autre lieu</td><td>Altra sede</td></tr><tr><td>7</td><td>Spitalexterner Ort</td><td>En dehors du milieu hospitalier</td><td>Esterna all’ospedale</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-procedure-location"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "SwissnosoProcedureLocation"];
fhir:CodeSystem.title [ fhir:value "Swissnoso Procedure Location"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-06-14T13:09:44+02:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Swissnoso"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Swissnoso" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.swissnoso.ch/" ] ]
];
fhir:CodeSystem.description [ fhir:value "This code system contains codes defined by Swissnoso for representing the location where the procedure is performed."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "CHE" ] ]
];
fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Emergency ward" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Notfallstation" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Service des urgences" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Pronto soccorso" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "Bed ward" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Bettenstation" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Unité hospitalière" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Degenza" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Intensive care unit" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Intensivstation" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Soins intensifs" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Cure intensive" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.display [ fhir:value "Operating room" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Operationssaal" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Salle d’opération" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Sala operatoria" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Delivery room" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Gebärsaal" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Salle d’accouchement" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Sala parto" ] ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "6" ];
fhir:CodeSystem.concept.display [ fhir:value "Other place" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Anderer Ort" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Autre lieu" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Altra sede" ] ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Hospital external place" ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Spitalexterner Ort" ] ], [
fhir:index 1;
fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "En dehors du milieu hospitalier" ] ], [
fhir:index 2;
fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Esterna all’ospedale" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.