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-care-check-type"];
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-care-check-type defines many codes, but they are not represented here</p></div>"
];
fhir:CodeSystem.url [ fhir:value "https://fhir.mona.icu/CodeSystem/mona-care-check-type"];
fhir:CodeSystem.version [ fhir:value "0.4.50648"];
fhir:CodeSystem.name [ fhir:value "CareCheckTypeCS"];
fhir:CodeSystem.title [ fhir:value "Care-Check-Type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2021-04-12"^^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 "A code system for describing care check types."];
fhir:CodeSystem.content [ fhir:value "not-present"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.