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-clinical-impression-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-clinical-impression-type 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\">physician-report<a name=\"mona-clinical-impression-type-physician-report\"> </a></td><td>Physician Report</td></tr><tr><td style=\"white-space:nowrap\">speech-therapy-report<a name=\"mona-clinical-impression-type-speech-therapy-report\"> </a></td><td>Speech Therapy Report</td></tr><tr><td style=\"white-space:nowrap\">physical-therapy-report<a name=\"mona-clinical-impression-type-physical-therapy-report\"> </a></td><td>Physical Therapy Report</td></tr><tr><td style=\"white-space:nowrap\">neurology-report<a name=\"mona-clinical-impression-type-neurology-report\"> </a></td><td>Neurology Report</td></tr><tr><td style=\"white-space:nowrap\">care-report<a name=\"mona-clinical-impression-type-care-report\"> </a></td><td>Care Report</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://fhir.mona.icu/CodeSystem/mona-clinical-impression-type"];
fhir:CodeSystem.version [ fhir:value "0.4.50648"];
fhir:CodeSystem.name [ fhir:value "ClinicalImpressionTypeCS"];
fhir:CodeSystem.title [ fhir:value "ClinicalImpression type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2023-01-26"^^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 clinical impression."];
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 "physician-report" ];
fhir:CodeSystem.concept.display [ fhir:value "Physician Report" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "speech-therapy-report" ];
fhir:CodeSystem.concept.display [ fhir:value "Speech Therapy Report" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "physical-therapy-report" ];
fhir:CodeSystem.concept.display [ fhir:value "Physical Therapy Report" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "neurology-report" ];
fhir:CodeSystem.concept.display [ fhir:value "Neurology Report" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "care-report" ];
fhir:CodeSystem.concept.display [ fhir:value "Care Report" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.