DK MedCom Terminology
1.8.0 - release
DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.8.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions
Active as of 2022-09-01 |
{
"resourceType" : "ValueSet",
"id" : "medcom-core-encounter-class",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medcom-core-encounter-class</b></p><a name=\"medcom-core-encounter-class\"> </a><a name=\"hcmedcom-core-encounter-class\"> </a><a name=\"medcom-core-encounter-class-da-DK\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept descends from <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-_ActEncounterCode\">_ActEncounterCode</a></li><li>Include these codes as defined in <a href=\"CodeSystem-medcom-core-encounter-act-codes.html\"><code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-medcom-core-encounter-act-codes.html#medcom-core-encounter-act-codes-other\">other</a></td><td style=\"color: #cccccc\">Other encounter class</td></tr></table></li></ul></div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-encounter-class",
"version" : "1.8.0",
"name" : "MedComCoreEncounterClass",
"title" : "MedComCoreEncounterClassCodes",
"status" : "active",
"experimental" : false,
"date" : "2022-09-01",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "http://www.medcom.dk"
}
]
}
],
"description" : "ValueSet containing classification codes for MedComCoreEncounter.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"filter" : [
{
"property" : "concept",
"op" : "descendent-of",
"value" : "_ActEncounterCode"
}
]
},
{
"system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-encounter-act-codes",
"concept" : [
{
"code" : "other"
}
]
}
]
}
}