FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | Composition |
| Id | Composition-example-device-catalog-header.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Additional Narrative:
Device catalog title: Worldwide Device Catalog
id: example-device-catalog-header
meta - profile: hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader
status: preliminary
type: catalog
category: device
date published: March 21, 2022
valid from: 2022-06-30 to: 2022-12-31
author: World Device Association
custodian: World Device Association
{
"resourceType": "Composition",
"id": "example-device-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-06-30",
"end": "2022-12-31"
}
}
],
"identifier": [
{
"use": "official",
"system": "http://fhir.org",
"value": "GlobalMedicalDevicesCatalog12"
}
],
"status": "preliminary",
"type": {
"text": "Catalog"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/catalogType",
"code": "device"
}
]
}
],
"date": "2022-03-21T12:00:00+02:00",
"author": [
{
"display": "World Device Association"
}
],
"title": "Worldwide Device Catalog",
"custodian": {
"display": "World Device Association"
}
}