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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-lab-urine24h-creatinine"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ActivityDefinition/example-lab-urine24h-creatinine>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.999.11.12" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "UrineCreatinineProcedure"] ; #
fhir:title [ fhir:v "Procedure - urine creatinine - 24H urine"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2020-02-11T14:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:description [ fhir:v "creatinine measurements on 24-hour urine specimen"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:purpose [ fhir:v "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."] ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
( fhir:coding [
a loinc:65634-8 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "65634-8" ] ;
fhir:display [ fhir:v "Creatinine 24 hour urine panel - 24 hour Urine" ] ] )
] ; #
fhir:observationRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration>
] [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume>
] ) ; #
fhir:observationResultRequirement ( [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-duration>
] [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-collection-volume>
] [
fhir:v "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-urine24h-creatinine"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-observation-urine24h-creatinine>
] ) . #
IG © 2021+ HL7 International / Orders and Observations. Package hl7.fhir.uv.order-catalog#1.0.0-ballot based on FHIR 5.0.0. Generated 2025-11-07
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
