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 procedure HSV 1 IgM titer - JSON Representation

Draft as of 2020-02-19

Raw json | Download


{
  "resourceType" : "ActivityDefinition",
  "id" : "example-lab-procedure-hsvt1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"
    ]
  },
  "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 procedure title</b>: HSV 1 IgM titer procedure</p>\n            <p><b>id:</b> example-lab-procedure-hsvt1</p>\n            <p><b>canonical url:</b> http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-hsvt1</p>\n            <p><b>meta - profile:</b> hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition</p>\n            <p><b>name:</b> HSVT1Procedure</p>\n            <p><b>description:</b> IgM titer for herpes simplex virus 1</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>topic:</b> SNOMED CT: 165994006 |Sample serology|</p>\n            <p><b>kind:</b> ServiceRequest</p>\n            <p><b>code:</b> LOINC: 50758-2 |Herpes simplex virus 1 IgM Ab [Titer] in Serum by Immunofluorescence|</p>\n            <p><b>output observation:</b> <a href=\"ObservationDefinition-example-observation-hsv1igmt.html\"> ObservationDefinition/example-observation-hsv1igmt</a></p>\n        </div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-hsvt1",
  "version" : "current",
  "name" : "HSVT1Procedure",
  "title" : "HSV 1 IgM titer procedure",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-19T14:00:00+02:00",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "IgM titer for herpes simplex virus 1",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "effectivePeriod" : {
    "start" : "2020-04-01",
    "end" : "2022-12-25"
  },
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "165994006",
          "display" : "Sample serology"
        }
      ]
    }
  ],
  "kind" : "ServiceRequest",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "50758-2",
        "display" : "Herpes simplex virus 1 IgM Ab [Titer] in Serum by Immunofluorescence"
      }
    ]
  },
  "observationResultRequirement" : [
    "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-hsv1igmt"
  ]
}