DK MedCom Terminology
1.5.0 - trial-use Denmark flag

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

: MedComCoreDiagnosticReportStatus - JSON Representation

Active as of 2023-10-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "medcom-corediagnosticreport-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status",
  "version" : "1.5.0",
  "name" : "MedComCoreDiagnosticReportStatus",
  "title" : "MedComCoreDiagnosticReportStatus",
  "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 DiagnosticReport",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/diagnostic-report-status",
        "concept" : [
          {
            "code" : "registered",
            "display" : "Registered",
            "designation" : [
              {
                "language" : "da",
                "value" : "Modtaget"
              }
            ]
          },
          {
            "code" : "partial",
            "display" : "Partial",
            "designation" : [
              {
                "language" : "da",
                "value" : "Del svar"
              }
            ]
          },
          {
            "code" : "final",
            "display" : "Final",
            "designation" : [
              {
                "language" : "da",
                "value" : "Komplet svar"
              }
            ]
          },
          {
            "code" : "corrected",
            "display" : "Corrected",
            "designation" : [
              {
                "language" : "da",
                "value" : "Rettet"
              }
            ]
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled",
            "designation" : [
              {
                "language" : "da",
                "value" : "Annulleret"
              }
            ]
          }
        ]
      }
    ]
  }
}