FHIR IG analytics
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://hl7.org/fhir/diagnostic-report-status version 📦4.0.1| Code | Display | Definition | Dansk (Danish, da) |
| registered | Registered | The existence of the report is registered, but there is nothing yet available. | Modtaget |
| partial | Partial | This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified. | Del svar |
| final | Final | The report is complete and verified by an authorized person. | Komplet svar |
| corrected | Corrected | Subsequent to being final, the report has been modified to correct an error in the report or referenced results. | Rettet |
| cancelled | Cancelled | The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). | Annulleret |
Source1
{
"resourceType": "ValueSet",
"id": "medcom-corediagnosticreport-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status",
"version": "1.8.1",
"name": "MedComCoreDiagnosticReportStatus",
"title": "MedComCoreDiagnosticReportStatus",
"status": "active",
"experimental": true,
"date": "2023-10-31",
"publisher": "MedCom",
"contact": [
{
"name": "MedCom",
"telecom": [
{
"system": "url",
"value": "http://www.medcom.dk"
}
]
}
],
"description": "ValueSet containing status codes for MedCom DiagnosticReport",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/diagnostic-report-status",
"concept": [
{
"code": "registered",
"display": "Registered",
"designation": [
{
"language": "da",
"value": "Modtaget"
}
]
},
{
"code": "partial",
"display": "Partial",
"designation": [
{
"language": "da",
"value": "Del svar"
}
]
},
{
"code": "final",
"display": "Final",
"designation": [
{
"language": "da",
"value": "Komplet svar"
}
]
},
{
"code": "corrected",
"display": "Corrected",
"designation": [
{
"language": "da",
"value": "Rettet"
}
]
},
{
"code": "cancelled",
"display": "Cancelled",
"designation": [
{
"language": "da",
"value": "Annulleret"
}
]
}
]
}
]
}
}