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-ci-build 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
Active as of 2020-02-13 |
@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 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-creatinine-serum"] ; #
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 "generated" ] ;
fhir: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 procedure-creatinine-serum</b></p><a name=\"procedure-creatinine-serum\"> </a><a name=\"hcprocedure-creatinine-serum\"> </a><a name=\"procedure-creatinine-serum-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=\"http://hl7.org/fhir/uv/order-catalog/2020Sep/StructureDefinition-LabProcedureDefinition.html\">Laboratory Procedure Definition</a></p></div><p><b>url</b>: <a href=\"ActivityDefinition-procedure-creatinine-serum.html\">ActivityDefinition Procedure - serum creatinine - venous blood</a></p><p><b>version</b>: 3.0.0-ci-build</p><p><b>name</b>: UrineCreatinineProcedure</p><p><b>title</b>: Procedure - serum creatinine - venous blood</p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-02-13 12:00:00+0100</p><p><b>publisher</b>: HL7 Switzerland</p><p><b>contact</b>: HL7 Switzerland: <a href=\"https://www.hl7.ch\">https://www.hl7.ch</a>, Marcel Hanselmann: <a href=\"mailto:laborprojektgruppe@gmail.com\">laborprojektgruppe@gmail.com</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:{urn:iso:std:iso:3166 CH}\">Switzerland</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>copyright</b>: </p><div><p>CC0-1.0</p>\n</div><p><b>effectivePeriod</b>: 2020-04-01 --> 2020-12-25</p><p><b>topic</b>: <span title=\"Codes:{http://loinc.org 18719-5}\">Chemistry studies (set)</span>, <span title=\"Codes:{http://snomed.info/sct 275711006}\">Serum chemistry test (procedure)</span></p><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>: <a href=\"ObservationDefinition-observation-creatinine-serum.html\">ObservationDefinition Creatinine [Mass/volume] in Serum or Plasma</a></p></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-lab-order/lab-compendium/ActivityDefinition/procedure-creatinine-serum"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0-ci-build"] ; #
fhir:name [ fhir:v "UrineCreatinineProcedure"] ; #
fhir:title [ fhir:v "Procedure - serum creatinine - venous blood"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-02-13T12: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 "creatinine measurements on serum specimen obtained from venous or capillary blood"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:purpose [ fhir:v "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."] ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:effectivePeriod [
fhir:start [ fhir:v "2020-04-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-12-25"^^xsd:date ]
] ; #
fhir:topic ( [
( fhir:coding [
a loinc:18719-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18719-5" ] ;
fhir:display [ fhir:v "Chemistry studies (set)" ] ] )
] [
( fhir:coding [
a sct:275711006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "275711006" ] ;
fhir:display [ fhir:v "Serum chemistry test (procedure)" ] ] )
] ) ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
( fhir:coding [
a loinc:2160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2160-0" ] ;
fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ] ] )
] ; #
fhir:observationResultRequirement ( [
fhir:reference [ fhir:v "ObservationDefinition/observation-creatinine-serum" ]
] ) . #
IG © 2021+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-order#3.0.0-ci-build based on FHIR 4.0.1. Generated 2024-11-07
Links: Table of Contents |
QA Report
| Propose a change