FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | Composition |
| Id | Composition-example-medication-catalog-header.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Additional Narrative:
Medication catalog title: Drugs authorized for prescription in Healthyland
id: example-medication-catalog-header
meta - profile: hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader
status: preliminary
type: catalog
category: medication
date published: May 20, 2022
valid from: 2022-09-30 to: 2022-12-31
author: Healthyland medicinal product agency
custodian: Healthyland medicinal product agency
{
"resourceType": "Composition",
"id": "example-medication-catalog-header",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader"
]
},
"language": "en-US",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod",
"valuePeriod": {
"start": "2022-09-30",
"end": "2022-12-31"
}
}
],
"identifier": [
{
"use": "official",
"system": "http://fhir.org",
"value": "HealthylandDrugsCatalog"
}
],
"status": "preliminary",
"type": {
"text": "Catalog"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/catalogType",
"code": "medication"
}
]
}
],
"date": "2022-05-20T12:00:00+02:00",
"author": [
{
"display": "Healthyland medicinal product agency"
}
],
"title": "Drugs authorized for prescription in Healthyland",
"custodian": {
"display": "Healthyland medicinal product agency"
}
}