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-admission-type"];
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-admission-type 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\">planned-surgical<a name=\"mona-admission-type-planned-surgical\"> </a></td><td>Planned Surgical</td><td>Planned surgical admission</td></tr><tr><td style=\"white-space:nowrap\">emergency-surgical<a name=\"mona-admission-type-emergency-surgical\"> </a></td><td>Emergency Surgical</td><td>Emergency surgical admission</td></tr><tr><td style=\"white-space:nowrap\">general-medical<a name=\"mona-admission-type-general-medical\"> </a></td><td>General Medical</td><td>General medical admission</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://fhir.mona.icu/CodeSystem/mona-admission-type"];
fhir:CodeSystem.version [ fhir:value "0.4.50648"];
fhir:CodeSystem.name [ fhir:value "AdmissionTypeCS"];
fhir:CodeSystem.title [ fhir:value "Admission type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2021-05-25"^^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 "The type of a patients admission to a hospital."];
fhir:CodeSystem.valueSet [
fhir:value "https://fhir.mona.icu/ValueSet/mona-anamnesis-admission-types";
fhir:link <https://fhir.mona.icu/ValueSet/mona-anamnesis-admission-types>
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "planned-surgical" ];
fhir:CodeSystem.concept.display [ fhir:value "Planned Surgical" ];
fhir:CodeSystem.concept.definition [ fhir:value "Planned surgical admission" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "emergency-surgical" ];
fhir:CodeSystem.concept.display [ fhir:value "Emergency Surgical" ];
fhir:CodeSystem.concept.definition [ fhir:value "Emergency surgical admission" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "general-medical" ];
fhir:CodeSystem.concept.display [ fhir:value "General Medical" ];
fhir:CodeSystem.concept.definition [ fhir:value "General medical admission" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.