Clinical Practice Guidelines Example Implementation Guide - Chronic Kidney Disease, published by HL7 International - Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example-ckd/ and changes regularly. See the Directory of published versions
: Lab: Creatinine, Urine Random, Once - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "cc-cpg-activity-lab-creatinine"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActivityDefinition cc-cpg-activity-lab-creatinine</b></p><a name=\"cc-cpg-activity-lab-creatinine\"> </a><a name=\"hccc-cpg-activity-lab-creatinine\"> </a><a name=\"cc-cpg-activity-lab-creatinine-en-US\"> </a><p><b>url</b>: <a href=\"ActivityDefinition-cc-cpg-activity-lab-creatinine.html\">ActivityDefinition Lab: Creatinine, Urine Random, Once</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: LabCreatinineUrineRandom</p><p><b>title</b>: Lab: Creatinine, Urine Random, Once</p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-08-23 13:40:17+0000</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>contact</b>: HL7 International - Clinical Decision Support WG: <a href=\"http://www.hl7.org/Special/committees/dss/index.cfm\">http://www.hl7.org/Special/committees/dss/index.cfm</a></p><p><b>description</b>: </p><div><p>Lab: Creatinine, Urine Random, Once</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>kind</b>: ServiceRequest</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2161-8}\">Creatinine [Mass/volume] in Urine</span></p><p><b>timing</b>: Events: ?? </p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Practitioner</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "shareable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "publishable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel"^^xsd:anyURI ] ;
fhir:value [ fhir:v "structured" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/ckd/ActivityDefinition/cc-cpg-activity-lab-creatinine"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "LabCreatinineUrineRandom"] ; #
fhir:title [ fhir:v "Lab: Creatinine, Urine Random, Once"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-23T13:40:17+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Clinical Decision Support WG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Decision Support WG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss/index.cfm" ] ] )
] ) ; #
fhir:description [ fhir:v "Lab: Creatinine, Urine Random, Once"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
( fhir:coding [
a loinc:2161-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2161-8" ] ;
fhir:display [ fhir:v "Creatinine [Mass/volume] in Urine" ] ] )
] ; #
fhir:timing [
a fhir:Timing ;
( fhir:event [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-expression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "Now()" ] ] ] ) ] )
] ; #
fhir:participant ( [
fhir:type [ fhir:v "practitioner" ]
] ) . #