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 clinical laboratory catalog - JSON Representation

Raw json | Download


{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">\n            <p><b>Additional Narrative: </b></p>\n            <p><b>Laboratory compendium title</b>: The good testing laboratory - Directory of Diagnostic Services</p>\n            <p><b>id:</b> example-lab-compendium-header</p>\n            <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader</p>\n            <p><b>status:</b> preliminary</p>\n            <p><b>type:</b> catalog</p>\n            <p><b>category:</b> protocol</p>\n            <p><b>date published:</b> June 8, 2020</p>\n            <p><b>valid from:</b> 2020-08-01 <b>to:</b> 2021-12-31</p>\n            <p><b>author:</b> <a href=\"Organization-example-lab-organization.html\"> The good testing laboratory</a></p>\n            <p><b>custodian:</b> <a href=\"Organization-example-lab-organization.html\"> The good testing laboratory</a></p>\n        </div>"
  },
  "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" : [
    //   
                New concept to be added to catalogType CodeSystem: <code value="laboratory"/> <display value="laboratory service catalog"/>
                Temporary replacement below:
            
    {
      "reference" : "Organization/example-lab-organization"
    }
  ],
  "title" : "The good testing laboratory - Directory of Diagnostic Services",
  "custodian" : {
    "reference" : "Organization/example-lab-organization"
  }
}