FHIR IG analytics
| Package | hl7.fhir.eu.imaging-r4 |
| Resource Type | ValueSet |
| Id | ValueSet-ImagingReportTypesEuVSEuImaging.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/imaging-r4/ValueSet-ImagingReportTypesEuVSEuImaging.html |
| URL | http://hl7.eu/fhir/imaging-r4/ValueSet/ImagingReportTypesEuVSEuImaging |
| Version | 0.1.1-build |
| Status | draft |
| Date | 2026-01-26T22:51:13+00:00 |
| Name | ImagingReportTypesEuVSEuImaging |
| Title | ValueSet: Radiology Report Types |
| Realm | eu |
| Authority | hl7 |
| Description | The set of radiology types as defined by LOINC. |
| Copyright | Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0). |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include codes from
http://loinc.org version Not Stated (use latest from terminology server) where STATUS = ACTIVE, SCALE_TYP = Doc and CLASS = RAD
Source1
{
"resourceType": "ValueSet",
"id": "ImagingReportTypesEuVSEuImaging",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
}
],
"url": "http://hl7.eu/fhir/imaging-r4/ValueSet/ImagingReportTypesEuVSEuImaging",
"version": "0.1.1-build",
"name": "ImagingReportTypesEuVSEuImaging",
"title": "ValueSet: Radiology Report Types",
"status": "draft",
"experimental": false,
"date": "2026-01-26T22:51:13+00:00",
"publisher": "HL7 Europe",
"contact": [
{
"name": "HL7 Europe",
"telecom": [
{
"system": "url",
"value": "http://hl7.eu"
}
]
}
],
"description": "The set of radiology types as defined by LOINC.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
"compose": {
"include": [
{
"system": "http://loinc.org",
"filter": [
{
"property": "STATUS",
"op": "=",
"value": "ACTIVE"
},
{
"property": "SCALE_TYP",
"op": "=",
"value": "Doc"
},
{
"property": "CLASS",
"op": "=",
"value": "RAD"
}
]
}
]
}
}