Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). 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

: A medical device catalog - XML Representation

Raw xml | Download



<Composition xmlns="http://hl7.org/fhir">
  <id value="example-device-catalog-header"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader"/>
  </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>Device catalog title</b>: Worldwide Device Catalog</p><p><b>id:</b> example-device-catalog-header</p><p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader</p><p><b>status:</b> preliminary</p><p><b>type:</b> catalog</p><p><b>category:</b> device</p><p><b>date published:</b> March 21, 2022</p><p><b>valid from:</b> 2022-06-30 <b>to:</b> 2022-12-31</p><p><b>author:</b> World Device Association</p><p><b>custodian:</b> World Device Association</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod">
    <valuePeriod>
      <start value="2022-06-30"/>
      <end value="2022-12-31"/>
    </valuePeriod>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="http://fhir.org"/>
    <value value="GlobalMedicalDevicesCatalog12"/>
  </identifier>
  <status value="preliminary"/>
  <type>
    <text value="Catalog"/>
  </type>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/catalogType"/>
      <code value="device"/>
    </coding>
  </category>
  <date value="2022-03-21T12:00:00+02:00"/>
  <author>
    <display value="World Device Association"/>
  </author>
  <title value="Worldwide Device Catalog"/>
  <custodian>
    <display value="World Device Association"/>
  </custodian>
</Composition>