CH LAB-Order (R4)
1.0.0 - STU 1

This page is part of the CH LAB-Order (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

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

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

 a fhir:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "5-biol-monit"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-02-18T17:04:38.520+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-composition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Laboratory Order</div></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "enterer" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "PractitionerRole/PauloPorcelliniSuva" ]       ]     ];
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "PractitionerRole/EvaErlenmeyerLaborPipette" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "PractitionerRole/MarcMustermannArztpraxis" ]     ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "PractitionerRole/WoodyWorkdocSpeiserRails" ]     ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:721965002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "721965002" ];
       fhir:Coding.display [ fhir:value "Laboratory order (record artifact)" ]     ]
  ];
  fhir:Composition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:721963009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "721963009" ];
       fhir:Coding.display [ fhir:value "Order (record artifact)" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/BeatBorer" ]
  ];
  fhir:Composition.date [ fhir:value "2019-03-31T11:46:09+02:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "PractitionerRole/PauloPorcelliniSuva" ]
  ];
  fhir:Composition.title [ fhir:value "Referral 5-biol-monit"];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Order-Referral-Form 5-biol-monit" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:93037-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "93037-0" ];
         fhir:Coding.display [ fhir:value "Portable medical order form" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Order-Referral-Form 5-biol-monit</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Questionnaire/5-biol-monit" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "QuestionnaireResponse/5-biol-monit" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "ServiceRequest/5-biol-monit" ]     ]
  ].

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

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