FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeConceptMap
IdConceptMap-ehealth-to-medcom-carecommunication-priority.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/ConceptMap-ehealth-to-medcom-carecommunication-priority.html
URLhttp://ehealth.sundhed.dk/cm/ehealth-to-medcom-carecommunication-priority
Version10.0.0
Statusactive
Date2026-08-05T10:42:25+00:00
TitleeHealth to MedCom CareCommunication Priority Map
Realmdk

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentehealth-carecommunication-priorityeHealth CareCommunication Priority codes
ValueSet
medcom.fhir.dk.terminology#2.0.2medcom-careCommunication-requestPriorityMedComCareCommunicationRequestPriorityCodes

Narrative

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

Generated Narrative: ConceptMap ehealth-to-medcom-carecommunication-priority

This mapping does not specify any particular context of use.


Mapping from eHealth CareCommunication Priority codes to http://medcomfhir.dk/ig/terminology/ValueSet/medcom-careCommunication-requestPriority

Source CodeRelationshipTarget Code
routine:(equivalent)routine
asap:(equivalent)asap

Source1

{
  "resourceType": "ConceptMap",
  "id": "ehealth-to-medcom-carecommunication-priority",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cm/ehealth-to-medcom-carecommunication-priority",
  "version": "10.0.0",
  "title": "eHealth to MedCom CareCommunication Priority Map",
  "status": "active",
  "date": "2026-08-05T10:42:25+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://ehealth.sundhed.dk/cs/ehealth-carecommunication-priority",
      "target": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-careCommunication-requestPriority",
      "element": [
        {
          "code": "routine",
          "target": [
            {
              "code": "routine",
              "display": "Routine",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "asap",
          "target": [
            {
              "code": "asap",
              "display": "ASAP",
              "equivalence": "relatedto"
            }
          ]
        }
      ]
    }
  ]
}