IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions
Active as of 2024-11-12 |
{
"resourceType" : "ValueSet",
"id" : "type-of-diagnosis-eu-i4rc",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet type-of-diagnosis-eu-i4rc</b></p><a name=\"type-of-diagnosis-eu-i4rc\"> </a><a name=\"hctype-of-diagnosis-eu-i4rc\"> </a><a name=\"type-of-diagnosis-eu-i4rc-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-diagnosis-role.html\"><code>http://terminology.hl7.org/CodeSystem/diagnosis-role</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-diagnosis-role.html#diagnosis-role-DD\">DD</a></td><td>Discharge diagnosis</td><td>The diagnoses documented for administrative purposes at the time of hospital or other institutional discharge</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-diagnosis-role.html#diagnosis-role-AD\">AD</a></td><td>Admission diagnosis</td><td>The diagnoses documented for administrative purposes as the basis for a hospital or other institutional admission</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.eu/fhir/ig/idea4rc/ValueSet/type-of-diagnosis-eu-i4rc",
"version" : "0.1.0",
"name" : "VsTypeofDiagnosisI4rc",
"title" : "Type of Diagnosis",
"status" : "active",
"experimental" : false,
"date" : "2024-11-12T10:15:38+00:00",
"publisher" : "IDEA4RC Project",
"contact" : [
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
},
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
}
],
"description" : "type of Diagnosis",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "150",
"display" : "Europe"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"concept" : [
{
"code" : "DD",
"display" : "Discharge diagnosis"
},
{
"code" : "AD",
"display" : "Admission diagnosis"
}
]
}
]
}
}