CH LAB-Order (R4)
2.0.0-ballot - ballot Switzerland flag

This page is part of the CH LAB-Order (R4) (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Catalog Header of Labor Pipette - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "Pipette-Catalog-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\"><p><b>Additional Narrative:</b></p><p><b>Laboratory catalog title</b>: Labor Pipette - Directory of Diagnostic Services</p><p><b>id:</b> example-lab-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> protocol</p><p><b>date published:</b> June 8, 2020</p><p><b>valid from:</b> 2020-08-01 <b>to:</b> 2021-12-31</p><!--\n<p><b>author:</b> <a href=\"Organization-Labor-Pipette.html\"> Labor Pipette</a></p>\n            \n<p><b>custodian:</b> <a href=\"Organization-Labor-Pipette.html\"> Labor Pipette</a></p>\n        \n--></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod",
      "valuePeriod" : {
        "start" : "2022-08-01",
        "end" : "2022-12-31"
      }
    }
  ],
  "identifier" : {
    "use" : "official",
    "system" : "http://fhir.org",
    "value" : "PipetteLabCatalog"
  },
  "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/LaborPipette"
    }
  ],
  "title" : "Pipette laboratory - Directory of Diagnostic Services",
  "custodian" : {
    "reference" : "Organization/LaborPipette"
  }
}