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-procedure-serum-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 class=\"res-header-id\"><b>Generated Narrative: ActivityDefinition example-lab-procedure-serum-creatinine</b></p><a name=\"example-lab-procedure-serum-creatinine\"> </a><a name=\"hcexample-lab-procedure-serum-creatinine\"> </a><a name=\"example-lab-procedure-serum-creatinine-en-US\"> </a><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\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LabProcedureDefinition.html\">Laboratory Procedure Definition</a></p></div><p><b>url</b>: <a href=\"ActivityDefinition-example-lab-procedure-serum-creatinine.html\">ActivityDefinition Procedure - serum creatinine - venous blood</a></p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.4.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.4.642.40.999.11.8</p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: UrineCreatinineProcedure</p><p><b>title</b>: Procedure - serum creatinine - venous blood</p><p><b>status</b>: Draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-02-13 12:00:00+0100</p><p><b>publisher</b>: HL7 International / Orders and Observations</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/orders\">http://www.hl7.org/Special/committees/orders</a></p><p><b>description</b>: </p><div><p>creatinine measurements on serum specimen obtained from venous or capillary blood</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">Global (Whole world)</span></p><p><b>purpose</b>: </p><div><p>This <em>ActivityDefinition</em> specifies the input serum specimen and the output observation for serum creatinine. It is referenced by any <em>PlanDefinition</em> representing a lab service incorporating this procedure.</p>\n</div><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2160-0}\">Creatinine [Mass/volume] in Serum or Plasma</span></p><p><b>observationResultRequirement</b>: <code>http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-creatinine</code></p></div>"
},
"url" : "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-procedure-serum-creatinine",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.40.999.11.8"
}
],
"version" : "1.0.0-ballot",
"name" : "UrineCreatinineProcedure",
"title" : "Procedure - serum creatinine - venous blood",
"status" : "draft",
"experimental" : true,
"date" : "2020-02-13T12:00:00+01:00",
"publisher" : "HL7 International / Orders and Observations",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description" : "creatinine measurements on serum specimen obtained from venous or capillary blood",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"purpose" : "This _ActivityDefinition_ specifies the input serum specimen and the output observation for serum creatinine. It is referenced by any _PlanDefinition_ representing a lab service incorporating this procedure.",
"kind" : "ServiceRequest",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2160-0",
"display" : "Creatinine [Mass/volume] in Serum or Plasma"
}
]
},
"observationResultRequirement" : [
🔗 "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-serum-creatinine"
]
}