FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/medcom-core-observation-status

Packagemedcom.fhir.dk.terminology
TypeValueSet
Idmedcom-core-observation-status
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-core-observation-status.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-observation-status
Version2.0.0-draft
Statusactive
Date2023-10-31
NameMedComCoreObservationStatus
TitleMedComCoreObservationStatus
Realmdk
DescriptionValueSet containing status codes for MedCom Core Observation

Resources that use this resource

StructureDefinition
medcom-core-observationMedComCoreObservation

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet medcom-core-observation-status

  • Include these codes as defined in http://hl7.org/fhir/observation-status
    CodeDisplayDefinitionDansk (Danish, da)
    registeredRegisteredThe existence of the observation is registered, but there is no result yet available.Modtaget
    preliminaryPreliminaryThis is an initial or interim observation: data may be incomplete or unverified.Forløbigt svar
    finalFinalThe observation is complete and there are no further actions needed. Additional information such "released", "signed", 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.Endelig
    correctedCorrectedSubsequent to being Final, the observation has been modified to correct an error in the test result.Svar rettet
    cancelledCancelledThe observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted").Svar annulleret

Source

{
  "resourceType": "ValueSet",
  "id": "medcom-core-observation-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-observation-status",
  "version": "2.0.0-draft",
  "name": "MedComCoreObservationStatus",
  "title": "MedComCoreObservationStatus",
  "status": "active",
  "experimental": true,
  "date": "2023-10-31",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "ValueSet containing status codes for MedCom Core Observation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-status",
        "concept": [
          {
            "code": "registered",
            "display": "Registered",
            "designation": [
              {
                "language": "da",
                "value": "Modtaget"
              }
            ]
          },
          {
            "code": "preliminary",
            "display": "Preliminary",
            "designation": [
              {
                "language": "da",
                "value": "Forløbigt svar"
              }
            ]
          },
          {
            "code": "final",
            "display": "Final",
            "designation": [
              {
                "language": "da",
                "value": "Endelig"
              }
            ]
          },
          {
            "code": "corrected",
            "display": "Corrected",
            "designation": [
              {
                "language": "da",
                "value": "Svar rettet"
              }
            ]
          },
          {
            "code": "cancelled",
            "display": "Cancelled",
            "designation": [
              {
                "language": "da",
                "value": "Svar annulleret"
              }
            ]
          }
        ]
      }
    ]
  }
}