Order Catalog Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. 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
| Page standards status: Informative |
{
"resourceType" : "ActivityDefinition",
"id" : "example-lab-urine24h-creatinine",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"
]
},
"language" : "en-US",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">\n<div>\n <table class=\"grid dict\">\n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Procedure - urine creatinine - 24H urine</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">example-lab-urine24h-creatinine</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">1.0.0-ballot</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>urn:oid:2.16.840.1.113883.4.642.40.999.11.12</span>\n </p>\n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td style=\"padding-left: 4px;\">draft</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Experimental: </b></th>\n <td style=\"padding-left: 4px;\">true</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2020-02-11 14:00:00+0200</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">HL7 International / Orders and Observations</td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>creatinine measurements on 24-hour urine specimen</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Purpose: </b></th>\n <td style=\"padding-left: 4px;\"/>\n </tr>\n \n\n \n\n \n\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"https://loinc.org/\">http://loinc.org</a></span></p>\n \n \n <p><b>code: </b><span>65634-8</span></p>\n \n \n <p><b>display: </b><span>Creatinine 24 hour urine panel - 24 hour Urine</span></p>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Kind: </b></th>\n <td style=\"padding-left: 4px;\">ServiceRequest</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"
},
"url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.40.999.11.12"
}
],
"version" : "1.0.0-ballot",
"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",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.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"
}
]
},
"observationRequirement" : [
🔗 "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration"🔗 ,
"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume"
],
"observationResultRequirement" : [
🔗 "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration"🔗 ,
"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume"🔗 ,
"http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-urine24h-creatinine"
]
}