Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Composition xmlns="http://hl7.org/fhir">
<id value="example-catalog"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog"/>
</meta>
<language value="en-US"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<p><b>Additional Narrative: </b></p>
<p><b>Catalog title:</b> Example Laboratory Service Catalog</p>
<p><b>id:</b> example-catalog</p>
<p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog</p>
<p><b>status:</b> final</p>
<p><b>type:</b> Catalog</p>
<p><b>category:</b> protocol</p>
<p><b>date published:</b> June 1, 2024</p>
<p><b>valid from:</b> 2024-06-01 <b>to:</b> 2025-12-31</p>
<p><b>author:</b> <a href="Organization-example-lab-organization.html">The good testing laboratory</a></p>
</div>
</text>
<extension
url="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod">
<valuePeriod>
<start value="2024-06-01"/>
<end value="2025-12-31"/>
</valuePeriod>
</extension>
<status value="final"/>
<type>
<text value="Catalog"/>
</type>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/catalogType"/>
<code value="protocol"/>
</coding>
</category>
<date value="2024-06-01T10:00:00+02:00"/>
<author>🔗
<reference value="Organization/example-lab-organization"/>
</author>
<title value="Example Laboratory Service Catalog"/>
<section>
<title value="Potassium measurement"/>
<entry>🔗
<reference value="PlanDefinition/example-lab-service-potassium-serum"/>
</entry>
</section>
<section>
<title value="Serum creatinine measurement"/>
<entry>🔗
<reference value="PlanDefinition/example-lab-test-serum-creatinine"/>
</entry>
</section>
</Composition>