FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | Composition |
| Id | Composition-example-catalog.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Additional Narrative:
Catalog title: Example Laboratory Service Catalog
id: example-catalog
meta - profile: hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog
status: final
type: Catalog
category: protocol
date published: June 1, 2024
valid from: 2024-06-01 to: 2025-12-31
author: The good testing laboratory
{
"resourceType": "Composition",
"id": "example-catalog",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog"
]
},
"language": "en-US",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod",
"valuePeriod": {
"start": "2024-06-01",
"end": "2025-12-31"
}
}
],
"status": "final",
"type": {
"text": "Catalog"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/catalogType",
"code": "protocol"
}
]
}
],
"date": "2024-06-01T10:00:00+02:00",
"author": [
{
"reference": "Organization/example-lab-organization"
}
],
"title": "Example Laboratory Service Catalog",
"section": [
{
"title": "Potassium measurement",
"entry": [
{
"reference": "PlanDefinition/example-lab-service-potassium-serum"
}
]
},
{
"title": "Serum creatinine measurement",
"entry": [
{
"reference": "PlanDefinition/example-lab-test-serum-creatinine"
}
]
}
]
}