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 24H urine creat - JSON Representation

Draft as of 2020-02-11

Raw json | Download


{
  "resourceType" : "ActivityDefinition",
  "id" : "example-lab-urine24h-creatinine",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"example-lab-urine24h-creatinine\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ActivityDefinition &quot;example-lab-urine24h-creatinine&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabProcedureDefinition.html\">Laboratory Procedure Definition</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine</code></p><p><b>version</b>: current</p><p><b>name</b>: UrineCreatinineProcedure</p><p><b>title</b>: Procedure - urine creatinine - 24H urine</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-02-11 14:00:00+0200</p><p><b>publisher</b>: HL7 International - Orders and Observations Work Group</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/orders\">http://hl7.org/Special/committees/orders</a></p><p><b>description</b>: creatinine measurements on 24-hour urine specimen</p><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>purpose</b>: This _ActivityDefinition_ specifies the input specimens and input and output observations for urine creatinine.              It is referenced by any _PlanDefinition_ representing a lab service incorporating this procedure.</p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: Creatinine 24 hour urine panel - 24 hour Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#65634-8)</span></p></div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine",
  "version" : "current",
  "name" : "UrineCreatinineProcedure",
  "title" : "Procedure - urine creatinine - 24H urine",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-11T14:00:00+02:00",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "creatinine measurements on 24-hour urine specimen",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "purpose" : "This _ActivityDefinition_ specifies the input specimens and input and output observations for urine creatinine.              It is referenced by any _PlanDefinition_ representing a lab service incorporating this procedure.",
  "kind" : "ServiceRequest",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "65634-8",
        "display" : "Creatinine 24 hour urine panel - 24 hour Urine"
      }
    ]
  }
}