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

FHIR IG Statistics: CodeSystem/medcom-messaging-destinationUse

Packagemedcom.fhir.dk.terminology
TypeCodeSystem
Idmedcom-messaging-destinationUse
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-messaging-destinationUse.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse
Version2.0.0-draft
Statusactive
Date2022-09-01
NameMedComMessagingDesinationUseCodes
TitleMedComMessagingDestinationUse
Realmdk
DescriptionCodes indicatin whether the use of a destination in a MedCom message header is as a primary or a carbon copy recipient of the message
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medcom-messaging-destinationUse

This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse defines the following codes:

CodeDisplay
primary Primary destination
cc Carbon-copy destination

Source

{
  "resourceType": "CodeSystem",
  "id": "medcom-messaging-destinationUse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
  "version": "2.0.0-draft",
  "name": "MedComMessagingDesinationUseCodes",
  "title": "MedComMessagingDestinationUse",
  "status": "active",
  "experimental": false,
  "date": "2022-09-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "Codes indicatin whether the use of a destination in a MedCom message header is as a primary or a carbon copy recipient of the message",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "primary",
      "display": "Primary destination"
    },
    {
      "code": "cc",
      "display": "Carbon-copy destination"
    }
  ]
}