FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | Composition |
| Id | Composition-example-lab-compendium-header.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Additional Narrative:
Laboratory compendium title: The good testing laboratory - Directory of Diagnostic Services
id: example-lab-compendium-header
meta - profile: hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader
status: preliminary
type: catalog
category: protocol
date published: June 8, 2020
valid from: 2020-08-01 to: 2021-12-31
author: The good testing laboratory
custodian: The good testing laboratory
{
"resourceType": "Composition",
"id": "example-lab-compendium-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": "2020-08-01",
"end": "2021-12-31"
}
}
],
"identifier": [
{
"use": "official",
"system": "http://fhir.org",
"value": "GoodLabCompendium"
}
],
"status": "preliminary",
"type": {
"text": "Catalog"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/catalogType",
"code": "protocol"
}
]
}
],
"date": "2020-06-01T17:00:00+02:00",
"author": [
{
"reference": "Organization/example-lab-organization"
}
],
"title": "The good testing laboratory - Directory of Diagnostic Services",
"custodian": {
"reference": "Organization/example-lab-organization"
}
}