CH Core (R4)
7.0.0-ballot - ballot Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot 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: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/LabOrder> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "LabOrder"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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#InsuranceCardNumber#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#InsuranceCardNumber#80756015090002647590; status = active</a></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-term/CodeSystem/servicerequest-category" ] ;
       fhir:Coding.code [ fhir:value "RequestForLabExam" ] ;
       fhir:Coding.display [ fhir:value "Anforderung von Laboruntersuchungen" ]
     ]
  ] ;
  fhir:ServiceRequest.priority [ fhir:value "routine"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:2164-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "2164-2" ] ;
       fhir:Coding.display [ fhir:value "Creatinine renal clearance in 24 hour Urine and Serum or Plasma" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH> ;
     fhir:Reference.reference [ fhir:value "Patient/ElisabethBroennimannByBFH" ]
  ] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/HPWengerRole> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/HPWengerRole" ]
  ] ;
  fhir:ServiceRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/CoverageBroennimann> ;
     fhir:Reference.reference [ fhir:value "Coverage/CoverageBroennimann" ]
  ] .

<http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/HPWengerRole> a fhir:PractitionerRole .

<http://hl7.org/fhir/Coverage/CoverageBroennimann> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/LabOrder.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/LabOrder.ttl> .