FHIR IG Statistics: ValueSet/idr-diagnostic-report-status-vs
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/diagnostic-report-status
Code | Display | Definition |
preliminary | Preliminary | Verified early results are available, but not all results are final. |
findal | | |
amended | Amended | Subsequent to being final, the report has been modified. This includes any change in the results, diagnosis, narrative text, or other content of a report that has been issued. |
Source
{
"resourceType": "ValueSet",
"id": "idr-diagnostic-report-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/RAD/IDR/ValueSet/idr-diagnostic-report-status-vs",
"version": "0.0.1-current",
"name": "IDRDiagnosticReportStatusVS",
"title": "IDR DiagnosticReport.status ValueSet",
"status": "draft",
"experimental": false,
"date": "2024-06-25T17:20:59+00:00",
"publisher": "IHE Radiology Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/radiology/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "radiology@ihe.net"
}
]
},
{
"name": "IHE Radiology Technical Committee",
"telecom": [
{
"system": "email",
"value": "radiology@ihe.net"
}
]
}
],
"description": "Valueset for imaging diagnostic reports",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/diagnostic-report-status",
"concept": [
{
"code": "preliminary"
},
{
"code": "findal"
},
{
"code": "amended"
}
]
}
]
}
}