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

FHIR IG Statistics: ValueSet/MedComDiagnosticReportCodesValueset

Packagemedcom.fhir.dk.terminology
TypeValueSet
IdMedComDiagnosticReportCodesValueset
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-MedComDiagnosticReportCodesValueset.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/MedComDiagnosticReportCodesValueset
Version2.0.0-draft
Statusdraft
Date2023-10-31
NameMedComDiagnosticReportCodesValueset
TitleMedComDiagnosticReportCodesValueset
Realmdk
DescriptionValueSet with codes that represents the name of the diagnostic report.

Resources that use this resource

StructureDefinition
medcom-core-diagnosticreportMedComCoreDiagnosticReport

Resources that this resource uses

CodeSystem
MedComDiagnosticReportCodesMedComDiagnosticReportCodes

Narrative

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

Generated Narrative: ValueSet MedComDiagnosticReportCodesValueset


Source

{
  "resourceType": "ValueSet",
  "id": "MedComDiagnosticReportCodesValueset",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/MedComDiagnosticReportCodesValueset",
  "version": "2.0.0-draft",
  "name": "MedComDiagnosticReportCodesValueset",
  "title": "MedComDiagnosticReportCodesValueset",
  "status": "draft",
  "experimental": true,
  "date": "2023-10-31",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "ValueSet with codes that represents the name of the diagnostic report.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://medcomfhir.dk/ig/terminology/CodeSystem/MedComDiagnosticReportCodes",
        "concept": [
          {
            "code": "HomeCareReport"
          }
        ]
      }
    ]
  }
}