CH ALIS (R4)
0.2.0 - CI build
Publish Box goes here
@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 "ch-alis-persontyp"];
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/ch-alis/CodeSystem/ch-alis-persontyp defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">ResponsiblePhysician<a name=\"ch-alis-persontyp-ResponsiblePhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">ProvidingPhysician<a name=\"ch-alis-persontyp-ProvidingPhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">TreatingPhysician<a name=\"ch-alis-persontyp-TreatingPhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">FeePhysician<a name=\"ch-alis-persontyp-FeePhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician1<a name=\"ch-alis-persontyp-AssistingPhysician1\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician2<a name=\"ch-alis-persontyp-AssistingPhysician2\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician3<a name=\"ch-alis-persontyp-AssistingPhysician3\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician4<a name=\"ch-alis-persontyp-AssistingPhysician4\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician5<a name=\"ch-alis-persontyp-AssistingPhysician5\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician6<a name=\"ch-alis-persontyp-AssistingPhysician6\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician7<a name=\"ch-alis-persontyp-AssistingPhysician7\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician8<a name=\"ch-alis-persontyp-AssistingPhysician8\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician9<a name=\"ch-alis-persontyp-AssistingPhysician9\"> </a></td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp"];
fhir:CodeSystem.version [ fhir:value "0.2.0"];
fhir:CodeSystem.name [ fhir:value "ChAlisPersonTyp"];
fhir:CodeSystem.title [ fhir:value "CH ALIS PersonTyp"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2020-11-26"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "ALIS-Connect"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "ALIS-Connect" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.alis-connect.ch/" ] ]
];
fhir:CodeSystem.description [ fhir:value "This code system defines the PersonTyp."];
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 "CH" ] ]
];
fhir:CodeSystem.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "ResponsiblePhysician" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "ProvidingPhysician" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "TreatingPhysician" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "FeePhysician" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician1" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician2" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician3" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician4" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician5" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician6" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician7" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician8" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "AssistingPhysician9" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.