CH Core (R4)
6.0.0-ci-build - ci-build Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 6.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-core/ and changes regularly. See the Directory of published versions

: Laboratory Order - 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 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LabOrder"] ; # 
  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: ServiceRequest LabOrder</b></p><a name=\"LabOrder\"> </a><a name=\"hcLabOrder\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-term/CodeSystem/servicerequest-category RequestForLabExam}\">Anforderung von Laboruntersuchungen</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2164-2}\">Creatinine renal clearance in 24 hour Urine and Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Elisabeth Brönnimann-Bertholet  Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)</a></p><p><b>requester</b>: <a href=\"PractitionerRole-HPWengerRole.html\">PractitionerRole Physician</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageBroennimann.html\">Coverage: identifier = urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590; status = active</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-term/CodeSystem/servicerequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RequestForLabExam" ] ;
fhir:display [ fhir:v "Anforderung von Laboruntersuchungen" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:2164-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2164-2" ] ;
fhir:display [ fhir:v "Creatinine renal clearance in 24 hour Urine and Serum or Plasma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ElisabethBroennimannByBFH" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/HPWengerRole" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/CoverageBroennimann" ]
  ] ) . #