| Package | medcom.fhir.dk.terminology |
| Resource Type | ValueSet |
| Id | medcom-corediagnosticreport-status |
| FHIR Version | R4 |
| Source | http://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-corediagnosticreport-status.html |
| URL | http://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status |
| Version | 2.0.0-draft |
| Status | active |
| Date | 2023-10-31 |
| Name | MedComCoreDiagnosticReportStatus |
| Title | MedComCoreDiagnosticReportStatus |
| Realm | dk |
| Description | ValueSet containing status codes for MedCom DiagnosticReport |
| StructureDefinition | |
| medcom-core-diagnosticreport | MedComCoreDiagnosticReport |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet medcom-corediagnosticreport-status
http://hl7.org/fhir/diagnostic-report-status| 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 |
{
"resourceType": "ValueSet",
"id": "medcom-corediagnosticreport-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-corediagnosticreport-status",
"version": "2.0.0-draft",
"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"
}
]
}
]
}
]
}
}