HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Detailed structure of fragment of creatinine panel. - 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 -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "obsCreat"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "empty" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:65634-8;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "65634-8" ];
       fhir:Coding.display [ fhir:value "Creatinine 24 hour urine panel - 24 hour Urine" ]     ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.issued [ fhir:value "2015-11-04T09:16:00-05:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner10" ]
  ];
  fhir:Observation.specimen [
     fhir:Reference.reference [ fhir:value "Specimen/urine1" ]
  ];
  fhir:Observation.hasMember [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/obsUrineScreening" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Observation/obsMagnesium" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.