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

: Observation-Category - TTL Representation

Raw ttl | Download


@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-observation-category"];
  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-observation-category 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\">output<a name=\"mona-observation-category-output\"> </a></td><td>Output</td></tr><tr><td style=\"white-space:nowrap\">ventilation<a name=\"mona-observation-category-ventilation\"> </a></td><td>Ventilation</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://fhir.mona.icu/CodeSystem/mona-observation-category"];
  fhir:CodeSystem.version [ fhir:value "0.4.50648"];
  fhir:CodeSystem.name [ fhir:value "ObservationCategoryCS"];
  fhir:CodeSystem.title [ fhir:value "Observation-Category"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2021-04-27"^^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 observation categories."];
  fhir:CodeSystem.valueSet [
     fhir:value "https://fhir.mona.icu/ValueSet/mona-observation-categories";
     fhir:link <https://fhir.mona.icu/ValueSet/mona-observation-categories>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "output" ];
     fhir:CodeSystem.concept.display [ fhir:value "Output" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "ventilation" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ventilation" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.