eHealth Infrastructure
2022.1 - release

eHealth Infrastructure - Local Development build (v2022.1). See the Directory of published versions

: Task 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 "ehealth-task-category"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://ehealth.sundhed.dk/cs/task-category 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\">TBD<a name=\"ehealth-task-category-TBD\"> </a></td><td>Example value - Under construction</td><td>Example value - Under construction</td></tr><tr><td style=\"white-space:nowrap\">MissingMeasurementResolving<a name=\"ehealth-task-category-MissingMeasurementResolving\"> </a></td><td>Need resolving of why scheduled measurement has not been submitted</td><td>Need resolving of why scheduled measurement has not been submitted</td></tr><tr><td style=\"white-space:nowrap\">UnexpectedMeasurementResolving<a name=\"ehealth-task-category-UnexpectedMeasurementResolving\"> </a></td><td>Need resolving of why unexpected measurement was submitted</td><td>Need resolving of why unexpected measurement was submitted</td></tr><tr><td style=\"white-space:nowrap\">MeasurementForAssessment<a name=\"ehealth-task-category-MeasurementForAssessment\"> </a></td><td>Need assessment of measurement</td><td>Need assessment of measurement</td></tr><tr><td style=\"white-space:nowrap\">OpenSSLOrder<a name=\"ehealth-task-category-OpenSSLOrder\"> </a></td><td>Need processing of open SSL order</td><td>Need processing of open SSL order</td></tr><tr><td style=\"white-space:nowrap\">CalibrationNeeded<a name=\"ehealth-task-category-CalibrationNeeded\"> </a></td><td>Device in need of calibration</td><td>Device in need of calibration</td></tr><tr><td style=\"white-space:nowrap\">MeasurementForAssessmentFailureInAutoProcessing<a name=\"ehealth-task-category-MeasurementForAssessmentFailureInAutoProcessing\"> </a></td><td>Measurement Assessment failure during automated processing</td><td>Measurement Assessment failure during automated processing</td></tr><tr><td style=\"white-space:nowrap\">LibraryUseMismatchFixingNeeded<a name=\"ehealth-task-category-LibraryUseMismatchFixingNeeded\"> </a></td><td>Input and rule did not match</td><td>Input and rule did not match</td></tr><tr><td style=\"white-space:nowrap\">RefRangeNeeded<a name=\"ehealth-task-category-RefRangeNeeded\"> </a></td><td>Missing reference range required for automated processing</td><td>Missing reference range required for automated processing</td></tr><tr><td style=\"white-space:nowrap\">RefRangeFixingNeeded<a name=\"ehealth-task-category-RefRangeFixingNeeded\"> </a></td><td>Reference range required for automated processing needs fixing</td><td>Reference range required for automated processing needs fixing</td></tr><tr><td style=\"white-space:nowrap\">RefBaseNeeded<a name=\"ehealth-task-category-RefBaseNeeded\"> </a></td><td>Missing in force reference base required for automatic processing</td><td>Missing in force reference base required for automatic processing</td></tr><tr><td style=\"white-space:nowrap\">RefBaseFixingNeeded<a name=\"ehealth-task-category-RefBaseFixingNeeded\"> </a></td><td>In force reference base required for automatic processing needs fixing</td><td>In force reference base required for automatic processing needs fixing</td></tr><tr><td style=\"white-space:nowrap\">RequiredQuestionAnswerMissing<a name=\"ehealth-task-category-RequiredQuestionAnswerMissing\"> </a></td><td>Missing question answers required for automated processing</td><td>Missing question answers required for automated processing</td></tr><tr><td style=\"white-space:nowrap\">ExpectedDelivery<a name=\"ehealth-task-category-ExpectedDelivery\"> </a></td><td>Delivery expected</td><td>Delivery expected</td></tr><tr><td style=\"white-space:nowrap\">MeasurementForAssessmentNotTriaged<a name=\"ehealth-task-category-MeasurementForAssessmentNotTriaged\"> </a></td><td>Need assessment of measurement where triage was not performed during automated processing</td><td>Need assessment of measurement where triage was not performed during automated processing</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>TBD</td><td></td></tr><tr><td>MissingMeasurementResolving</td><td>Afklaring af årsag til manglende målinger</td></tr><tr><td>UnexpectedMeasurementResolving</td><td>Uventet måling</td></tr><tr><td>MeasurementForAssessment</td><td>Måling til vurdering</td></tr><tr><td>OpenSSLOrder</td><td>Behandling af åben SSL bestilling</td></tr><tr><td>CalibrationNeeded</td><td>Måleudstyr har behov for kalibrering</td></tr><tr><td>MeasurementForAssessmentFailureInAutoProcessing</td><td>Vurdering af måling er fejlet under automatisk behandling</td></tr><tr><td>LibraryUseMismatchFixingNeeded</td><td>Input og regel passer ikke sammen</td></tr><tr><td>RefRangeNeeded</td><td>Mangler grænseværdi påkrævet for automatisk behandling</td></tr><tr><td>RefRangeFixingNeeded</td><td>Grænseværdi påkrævet for automatisk behandling skal udbedres</td></tr><tr><td>RefBaseNeeded</td><td>Mangler gældende referenceværdi påkrævet for automatisk behandling</td></tr><tr><td>RefBaseFixingNeeded</td><td>Gældende referenceværdi påkrævet for automatisk behandling skal udbedres</td></tr><tr><td>RequiredQuestionAnswerMissing</td><td>Mangler besvarelse af spørgsmål påkrævet for automatisk behandling</td></tr><tr><td>ExpectedDelivery</td><td>Forventet levering</td></tr><tr><td>MeasurementForAssessmentNotTriaged</td><td>Måling til vurdering, hvor triagering ikke er udført af automatiseret behandling</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/task-category"];
  fhir:CodeSystem.version [ fhir:value "2022.1"];
  fhir:CodeSystem.name [ fhir:value "TaskCategory"];
  fhir:CodeSystem.title [ fhir:value "Task Category"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-01-29T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Task Category"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "TBD" ];
     fhir:CodeSystem.concept.display [ fhir:value "Example value - Under construction" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Example value - Under construction" ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "deprecated" ];
       fhir:CodeSystem.concept.property.valueDateTime [ fhir:value "2020-02-27"^^xsd:date ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "MissingMeasurementResolving" ];
     fhir:CodeSystem.concept.display [ fhir:value "Need resolving of why scheduled measurement has not been submitted" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Need resolving of why scheduled measurement has not been submitted" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Afklaring af årsag til manglende målinger" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "UnexpectedMeasurementResolving" ];
     fhir:CodeSystem.concept.display [ fhir:value "Need resolving of why unexpected measurement was submitted" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Need resolving of why unexpected measurement was submitted" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Uventet måling" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "MeasurementForAssessment" ];
     fhir:CodeSystem.concept.display [ fhir:value "Need assessment of measurement" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Need assessment of measurement" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Måling til vurdering" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "OpenSSLOrder" ];
     fhir:CodeSystem.concept.display [ fhir:value "Need processing of open SSL order" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Need processing of open SSL order" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Behandling af åben SSL bestilling" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "CalibrationNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "Device in need of calibration" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Device in need of calibration" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Måleudstyr har behov for kalibrering" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "MeasurementForAssessmentFailureInAutoProcessing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Measurement Assessment failure during automated processing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Measurement Assessment failure during automated processing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Vurdering af måling er fejlet under automatisk behandling" ]     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "LibraryUseMismatchFixingNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "Input and rule did not match" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Input and rule did not match" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Input og regel passer ikke sammen" ]     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "RefRangeNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "Missing reference range required for automated processing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Missing reference range required for automated processing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Mangler grænseværdi påkrævet for automatisk behandling" ]     ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "RefRangeFixingNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "Reference range required for automated processing needs fixing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Reference range required for automated processing needs fixing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Grænseværdi påkrævet for automatisk behandling skal udbedres" ]     ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "RefBaseNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "Missing in force reference base required for automatic processing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Missing in force reference base required for automatic processing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Mangler gældende referenceværdi påkrævet for automatisk behandling" ]     ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "RefBaseFixingNeeded" ];
     fhir:CodeSystem.concept.display [ fhir:value "In force reference base required for automatic processing needs fixing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "In force reference base required for automatic processing needs fixing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Gældende referenceværdi påkrævet for automatisk behandling skal udbedres" ]     ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "RequiredQuestionAnswerMissing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Missing question answers required for automated processing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Missing question answers required for automated processing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Mangler besvarelse af spørgsmål påkrævet for automatisk behandling" ]     ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "ExpectedDelivery" ];
     fhir:CodeSystem.concept.display [ fhir:value "Delivery expected" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Delivery expected" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Forventet levering" ]     ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "MeasurementForAssessmentNotTriaged" ];
     fhir:CodeSystem.concept.display [ fhir:value "Need assessment of measurement where triage was not performed during automated processing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Need assessment of measurement where triage was not performed during automated processing" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Måling til vurdering, hvor triagering ikke er udført af automatiseret behandling" ]     ]
  ].

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

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