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

FHIR IG Statistics: ValueSet/medcom-corediagnosticreport-status

Packagemedcom.fhir.dk.terminology
TypeValueSet
Idmedcom-corediagnosticreport-status
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-corediagnosticreport-status.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status
Version2.0.0-draft
Statusactive
Date2023-10-31
NameMedComCoreDiagnosticReportStatus
TitleMedComCoreDiagnosticReportStatus
Realmdk
DescriptionValueSet containing status codes for MedCom DiagnosticReport

Resources that use this resource

StructureDefinition
medcom-core-diagnosticreportMedComCoreDiagnosticReport

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet medcom-corediagnosticreport-status

  • Include these codes as defined in http://hl7.org/fhir/diagnostic-report-status
    CodeDisplayDefinitionDansk (Danish, da)
    registeredRegisteredThe existence of the report is registered, but there is nothing yet available.Modtaget
    partialPartialThis is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified.Del svar
    finalFinalThe report is complete and verified by an authorized person.Komplet svar
    correctedCorrectedSubsequent to being final, the report has been modified to correct an error in the report or referenced results.Rettet
    cancelledCancelledThe report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").Annulleret

Source

{
  "resourceType": "ValueSet",
  "id": "medcom-corediagnosticreport-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status",
  "version": "2.0.0-draft",
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}