DK MedCom Terminology
1.7.0 - release Denmark flag

This page is part of the MedCom Terminology (v1.7.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions

: MedComCoreObservationStatus - TTL Representation

Active as of 2023-10-31

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medcom-core-observation-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medcom-core-observation-status</b></p><a name=\"medcom-core-observation-status\"> </a><a name=\"hcmedcom-core-observation-status\"> </a><a name=\"hcmedcom-core-observation-status-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-registered\">registered</a></td><td>Registered</td><td>The existence of the observation is registered, but there is no result yet available.</td><td>Modtaget</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-preliminary\">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td><td>Forløbigt svar</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td><td>Endelig</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-corrected\">corrected</a></td><td>Corrected</td><td>Subsequent to being Final, the observation has been modified to correct an error in the test result.</td><td>Svar rettet</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The observation is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;).</td><td>Svar annulleret</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-observation-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.7.0"] ; # 
  fhir:name [ fhir:v "MedComCoreObservationStatus"] ; # 
  fhir:title [ fhir:v "MedComCoreObservationStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-10-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MedCom"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet containing status codes for MedCom Core Observation"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/observation-status"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "registered" ] ;
fhir:display [ fhir:v "Registered" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Modtaget" ]         ] )       ] [
fhir:code [ fhir:v "preliminary" ] ;
fhir:display [ fhir:v "Preliminary" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Forløbigt svar" ]         ] )       ] [
fhir:code [ fhir:v "final" ] ;
fhir:display [ fhir:v "Final" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Endelig" ]         ] )       ] [
fhir:code [ fhir:v "corrected" ] ;
fhir:display [ fhir:v "Corrected" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Svar rettet" ]         ] )       ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Svar annulleret" ]         ] )       ] )     ] )
  ] . #