CH LAB-Order (R4)
3.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: CH LAB-Order Procedure for Renal Insufficiency Assessment Panel - TTL Representation

Draft as of 2024-12-13

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "procedure-lab-panel-renal-insufficiency"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabProcedureDefinition>     ] )
  ] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b style=\"color: maroon\">Exception generating Narrative: Error @1, 17: Premature ExpressionNode termination at unexpected token &quot;==&quot;</b></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-lab-order/ActivityDefinition/procedure-lab-panel-renal-insufficiency"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.19.7.100" ]
  ] ) ; # 
  fhir:version [ fhir:v "3.0.0"] ; # 
  fhir:title [ fhir:v "Procedure for renal insufficiency assessment panel"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-12-13T18:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch" ]     ] )
  ] [
fhir:name [ fhir:v "Marcel Hanselmann" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "laborprojektgruppe@gmail.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Order Panel for chronic renal insufficiency"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:relatedArtifact ( [
fhir:type [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "Explanation of diagnostic tests used for assessment of stable renal insufficiency" ]
  ] ) ; # 
  fhir:kind [ fhir:v "ServiceRequest"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:441915005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "441915005" ] ;
fhir:display [ fhir:v "Measurement of renal function (procedure)" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:specimenRequirement ( [
fhir:reference [ fhir:v "SpecimenDefinition/single-test-serum-venous" ]
  ] ) ; # 
  fhir:observationResultRequirement ( [
fhir:reference [ fhir:v "ObservationDefinition/observationAlbuminUrine" ]
  ] [
fhir:reference [ fhir:v "ObservationDefinition/observationCreatinineUrine" ]
  ] [
fhir:reference [ fhir:v "ObservationDefinition/observation-uACR" ]
  ] [
fhir:reference [ fhir:v "ObservationDefinition/observationCreatinineSerum" ]
  ] ) . #