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

: Lab service Rubella IgM - JSON Representation

Draft as of 2020-02-05

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "example-lab-service-rubella-serum",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "additional",
    "div" : "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n            <p><b>Additional Narrative: </b></p>\n            <p><b>Laboratory service title</b>: laboratory service - Rubella IgM quantification on serum</p>\n            <p><b>id:</b> example-lab-service-rubella-serum</p>\n            <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabServiceDefinition</p>\n            <p><b>CatalogReference:</b> <a href=\"Composition-example-lab-compendium-header.html\"> Composition/example-lab-compendium-header</a> </p>\n            <p><b>name:</b> RubellaIgM</p>\n            <p><b>description:</b> Rubella IgM quantitative on serum</p>\n            <p><b>type:</b> test</p>\n            <p><b>status:</b> draft, experimental</p>\n            <p><b>publisher:</b> HL7 International </p>\n            <p><b>contact:</b> HL7 Orders and Observations Work Group (<a href=\"http://www.hl7.org/Special/committees/orders/index.cfm\"> http://www.hl7.org/Special/committees/orders/index.cfm</a>)</p>            \n            <p><b>useContext (task):</b> LABOE (laboratory test order entry task)</p>\n            <p><b>topic:</b> SNOMED CT: 165994006 |Sample serology|</p>\n            <table class=\"grid\">\n                <tbody>\n                    <tr><td><b>action:</b></td><td colspan=\"5\"/></tr>\n                    <tr><td/><td><b>extension:SpecimenRequested:</b></td><td colspan=\"4\"><a href=\"SpecimenDefinition-example-specimen-2ml-serum.html\"> SpecimenDefinition/example-specimen-2ml-serum</a></td></tr>\n                    <tr><td/><td><b>code:</b></td><td colspan=\"4\"> LOINC: 5335-5 |Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay|</td></tr>\n                    <tr><td/><td><b>definition:</b></td><td colspan=\"4\"> <a href=\"ActivityDefinition-example-lab-procedure-rubella.html\"> ActivityDefinition/example-lab-procedure-rubella</a></td></tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference",
      "valueReference" : {
        "reference" : "Composition/example-lab-compendium-header"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/order-catalog/PlanDefinition/example-lab-service-rubella-serum",
  "version" : "current",
  "name" : "RubellaIgM",
  "title" : "laboratory service - Rubella IgM quantification on serum",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-definition-type",
        "code" : "test",
        "display" : "unitary measurement performed on an in vitro biologic specimen"
      }
    ]
  },
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-05T20:00:00+02:00",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Rubella IgM quantitative on serum",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "task"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
            "code" : "LABOE",
            "display" : "laboratory test order entry task"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "165994006",
          "display" : "Sample serology"
        }
      ]
    }
  ],
  "action" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "Material",
                  "valueReference" : {
                    "reference" : "SpecimenDefinition/example-specimen-2ml-serum"
                  }
                }
              ],
              "url" : "ExclusiveGroup"
            }
          ],
          "url" : "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/SpecimenRequested"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "5335-5",
            "display" : "Rubella virus IgM Ab [Units/volume] in Serum by Immunoassay"
          }
        ]
      },
      "definitionCanonical" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-rubella"
    }
  ]
}