Mona FHIR Implementation Guide
0.4.50648 - ci-build
Mona FHIR Implementation Guide - Local Development build (v0.4.50648). 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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "mona-basic-answer"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ]
];
fhir:Resource.language [ fhir:value "de-DE"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-DE\" lang=\"de-DE\"><p>This code system https://fhir.mona.icu/CodeSystem/mona-basic-answer defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ok<a name=\"mona-basic-answer-ok\"> </a></td><td>OK</td><td>Antwort ist 'OK', wie erwartet.</td></tr><tr><td style=\"white-space:nowrap\">not-ok<a name=\"mona-basic-answer-not-ok\"> </a></td><td>Nicht OK</td><td>Antwort ist 'nicht OK', abweichend vom erwarteten Ergebnis.</td></tr><tr><td style=\"white-space:nowrap\">not-applicable<a name=\"mona-basic-answer-not-applicable\"> </a></td><td>Nicht anwendbar</td><td>Antwort ist 'nicht anwendbar', die Beantwortung der Frage ist im aktuellen Kontext nicht anwendbar.</td></tr><tr><td style=\"white-space:nowrap\">yes<a name=\"mona-basic-answer-yes\"> </a></td><td>Ja</td><td/></tr><tr><td style=\"white-space:nowrap\">no<a name=\"mona-basic-answer-no\"> </a></td><td>Nein</td><td/></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://fhir.mona.icu/CodeSystem/mona-basic-answer"];
fhir:CodeSystem.version [ fhir:value "0.4.50648"];
fhir:CodeSystem.name [ fhir:value "BasicAnswerCS"];
fhir:CodeSystem.title [ fhir:value "Administration-Method"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2021-04-07"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "Clinomic"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Clinomic" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://clinomic.ai/" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "info@clinomic.ai" ] ]
];
fhir:CodeSystem.description [ fhir:value "Basic answers for any kind of questions."];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "ok" ];
fhir:CodeSystem.concept.display [ fhir:value "OK" ];
fhir:CodeSystem.concept.definition [ fhir:value "Antwort ist 'OK', wie erwartet." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "not-ok" ];
fhir:CodeSystem.concept.display [ fhir:value "Nicht OK" ];
fhir:CodeSystem.concept.definition [ fhir:value "Antwort ist 'nicht OK', abweichend vom erwarteten Ergebnis." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "not-applicable" ];
fhir:CodeSystem.concept.display [ fhir:value "Nicht anwendbar" ];
fhir:CodeSystem.concept.definition [ fhir:value "Antwort ist 'nicht anwendbar', die Beantwortung der Frage ist im aktuellen Kontext nicht anwendbar." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "yes" ];
fhir:CodeSystem.concept.display [ fhir:value "Ja" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "no" ];
fhir:CodeSystem.concept.display [ fhir:value "Nein" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.