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/bundle-type| Code | Display | Definition |
| document | Document | The bundle is a document. The first resource is a Composition. |
| collection | Collection | The bundle is a set of resources collected into a single package for ease of distribution that imposes no processing obligations or behavioral rules beyond persistence. |
Source1
{
"resourceType": "ValueSet",
"id": "reportBundleType-uv-lab",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
}
],
"url": "http://hl7.org/fhir/uv/lab-report/ValueSet/reportBundleType-uv-lab",
"version": "1.0.0-ballot",
"name": "LabReportBundleTypesVs",
"title": "Laboratory Report Bundle Types",
"status": "active",
"experimental": false,
"date": "2025-01-25T05:49:10+00:00",
"publisher": "HL7 International / Orders and Observations",
"contact": [
{
"name": "HL7 International / Orders and Observations",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description": "Laboratory Report Bundle Types",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/bundle-type",
"concept": [
{
"code": "document",
"display": "Document"
},
{
"code": "collection",
"display": "Collection"
}
]
}
]
}
}