FHIR IG Statistics: ValueSet/type-of-diagnosis-eu-i4rc
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/diagnosis-role
Code | Display | Definition |
DD | Discharge diagnosis | The diagnoses documented for administrative purposes at the time of hospital or other institutional discharge |
AD | Admission diagnosis | The diagnoses documented for administrative purposes as the basis for a hospital or other institutional admission |
Source
{
"resourceType": "ValueSet",
"id": "type-of-diagnosis-eu-i4rc",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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": "2025-07-11T13:38:02+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"
}
]
}
]
}
}