FHIR IG analytics
| Package | hl7.fhir.eu.euridice-api |
| Resource Type | ValueSet |
| Id | ValueSet-eehrxf-document-type-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/bvdh/jwg-api/ValueSet-eehrxf-document-type-vs.html |
| URL | http://hl7.eu/fhir/euridice-api/ValueSet/eehrxf-document-type-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-01-30T11:02:49+00:00 |
| Name | EEHRxFDocumentTypeVS |
| Title | EEHRxF Document Type ValueSet |
| Realm | eu |
| Authority | hl7 |
| Description | Document type codes for clinical precision in document identification.
This ValueSet contains LOINC codes for specific document types used in
DocumentReference.type. Unlike category (coarse search), type provides
clinical precision for identifying exact document kinds.
**Usage Pattern**:
- type is primarily used for client-side filtering after a broad category search
- type MAY be used as a search parameter when the specific document type is known
- Multiple type codes may apply to a single document (e.g., a discharge summary
that is also a patient summary)
**MVP Document Types** (Priority Categories):
- Patient Summary (IPS)
- Discharge Summary (HDR)
- Laboratory Report
- Diagnostic Imaging Report
Note: This list will expand as additional priority categories are implemented.
JFM: This ValueSet should be made up of other ValueSets, with each of them assigned to one of the priority categories. Thus it is clear what document types are within each category. Is this the place to find all of them? https://confluence.hl7.org/spaces/HEU/pages/358255737/Implementation+Guides |
| Copyright | This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc |
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 these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "eehrxf-document-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/euridice-api/ValueSet/eehrxf-document-type-vs",
"version": "0.1.0",
"name": "EEHRxFDocumentTypeVS",
"title": "EEHRxF Document Type ValueSet",
"status": "draft",
"experimental": false,
"date": "2026-01-30T11:02:49+00:00",
"publisher": "HL7 Europe",
"contact": [
{
"name": "HL7 Europe",
"telecom": [
{
"system": "url",
"value": "http://hl7.eu"
}
]
}
],
"description": "Document type codes for clinical precision in document identification.\n\nThis ValueSet contains LOINC codes for specific document types used in\nDocumentReference.type. Unlike category (coarse search), type provides\nclinical precision for identifying exact document kinds.\n\n**Usage Pattern**:\n- type is primarily used for client-side filtering after a broad category search\n- type MAY be used as a search parameter when the specific document type is known\n- Multiple type codes may apply to a single document (e.g., a discharge summary\n that is also a patient summary)\n\n**MVP Document Types** (Priority Categories):\n- Patient Summary (IPS)\n- Discharge Summary (HDR)\n- Laboratory Report\n- Diagnostic Imaging Report\n\nNote: This list will expand as additional priority categories are implemented.\n\nJFM: This ValueSet should be made up of other ValueSets, with each of them assigned to one of the priority categories. Thus it is clear what document types are within each category. Is this the place to find all of them? https://confluence.hl7.org/spaces/HEU/pages/358255737/Implementation+Guides",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "60591-5",
"display": "Patient summary Document"
},
{
"code": "18842-5",
"display": "Discharge summary"
},
{
"code": "11502-2",
"display": "Laboratory report"
},
{
"code": "68604-8",
"display": "Radiology Diagnostic study note"
},
{
"code": "18748-4",
"display": "Diagnostic imaging study"
}
]
}
]
}
}