FHIR IG analytics| Package | medcom.fhir.dk.terminology |
| Resource Type | CodeSystem |
| Id | CodeSystem-medcom-messaging-destinationUse.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-messaging-destinationUse.html |
| URL | http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse |
| Version | 1.8.1 |
| Status | active |
| Date | 2025-09-22 |
| Name | MedComMessagingDesinationUseCodes |
| Title | MedComMessagingDestinationUse |
| Realm | 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 |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem medcom-messaging-destinationUse
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type | Description |
| status | status | http://hl7.org/fhir/concept-properties#status | code | A property that indicates the status of the concept. One of active, experimental, deprecated, or retired. |
| effectiveDate | effectiveDate | http://hl7.org/fhir/concept-properties#effectiveDate | dateTime | The date at which the concept status was last changed. |
Concepts
This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse defines the following codes:
| Code | Display | status | effectiveDate |
| primary | Primary destination | active | 2022-10-05 |
| cc | Carbon-copy destination | active | 2022-10-05 |
{
"resourceType": "CodeSystem",
"id": "medcom-messaging-destinationUse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
"version": "1.8.1",
"name": "MedComMessagingDesinationUseCodes",
"title": "MedComMessagingDestinationUse",
"status": "active",
"experimental": false,
"date": "2025-09-22",
"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,
"property": [
{
"code": "status",
"uri": "http://hl7.org/fhir/concept-properties#status",
"description": "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.",
"type": "code"
},
{
"code": "effectiveDate",
"uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
"description": "The date at which the concept status was last changed.",
"type": "dateTime"
}
],
"concept": [
{
"code": "primary",
"display": "Primary destination",
"property": [
{
"code": "status",
"valueCode": "active"
},
{
"code": "effectiveDate",
"valueDateTime": "2022-10-05"
}
]
},
{
"code": "cc",
"display": "Carbon-copy destination",
"property": [
{
"code": "status",
"valueCode": "active"
},
{
"code": "effectiveDate",
"valueDateTime": "2022-10-05"
}
]
}
]
}