Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Observationdefinition-example.ttl

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of observationdefinition

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ObservationDefinition/example> a fhir:ObservationDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: active</p><p><b>category</b>: Laboratory <span>(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Albumin/Protein.total in Serum or Plasma by Electrophoresis <span>(Details : {LOINC code '13980-8' = 'Albumin/Protein.total in Serum or Plasma by Electrophoresis', given as 'Albumin/Protein.total in Serum or Plasma by Electrophoresis'})</span></p><p><b>permittedDataType</b>: Quantity</p><p><b>multipleResultsAllowed</b>: false</p><p><b>method</b>: Total measurement <span>(Details : {SNOMED CT code '115341008' = 'Total measurement', given as 'Total measurement'})</span></p><p><b>preferredReportName</b>: Serum albumin/​Protein total</p><h3>QuantitativeDetails</h3><table><tr><td>-</td><td><b>Unit</b></td><td><b>DecimalPrecision</b></td></tr><tr><td>*</td><td>% <span>(Details : {UCUM code '%' = '%', given as '%'})</span></td><td>0</td></tr></table><blockquote><p><b>qualifiedInterval</b></p><p><b>category</b>: reference</p><p><b>range</b>: 50-?</p><p><b>context</b>: Normal Range <span>(Details : {http://terminology.hl7.org/CodeSystem/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></p></blockquote><blockquote><p><b>qualifiedInterval</b></p><p><b>category</b>: critical</p><p><b>range</b>: ?-40</p><p><b>context</b>: Normal Range <span>(Details : {http://terminology.hl7.org/CodeSystem/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'})</span></p></blockquote></div>"
  ];
  fhir:ObservationDefinition.status [ fhir:value "active"];
  fhir:ObservationDefinition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ];
  fhir:ObservationDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:13980-8;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "13980-8" ];
       fhir:Coding.display [ fhir:value "Albumin/Protein.total in Serum or Plasma by Electrophoresis" ]
     ]
  ];
  fhir:ObservationDefinition.permittedDataType [
     fhir:value "Quantity";
     fhir:index 0
  ];
  fhir:ObservationDefinition.multipleResultsAllowed [ fhir:value "false"^^xsd:boolean];
  fhir:ObservationDefinition.method [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:115341008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "115341008" ];
       fhir:Coding.display [ fhir:value "Total measurement" ]
     ]
  ];
  fhir:ObservationDefinition.preferredReportName [ fhir:value "Serum albumin/​Protein total"];
  fhir:ObservationDefinition.quantitativeDetails [
     fhir:ObservationDefinition.quantitativeDetails.unit [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Coding.code [ fhir:value "%" ];
         fhir:Coding.display [ fhir:value "%" ]
       ]
     ];
     fhir:ObservationDefinition.quantitativeDetails.decimalPrecision [ fhir:value "0"^^xsd:integer ]
  ];
  fhir:ObservationDefinition.qualifiedInterval [
     fhir:index 0;
     fhir:ObservationDefinition.qualifiedInterval.category [ fhir:value "reference" ];
     fhir:ObservationDefinition.qualifiedInterval.range [
       fhir:Range.low [
         fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ]
       ]
     ];
     fhir:ObservationDefinition.qualifiedInterval.context [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/referencerange-meaning" ];
         fhir:Coding.code [ fhir:value "normal" ];
         fhir:Coding.display [ fhir:value "Normal Range" ]
       ]
     ]
  ], [
     fhir:index 1;
     fhir:ObservationDefinition.qualifiedInterval.category [ fhir:value "critical" ];
     fhir:ObservationDefinition.qualifiedInterval.range [
       fhir:Range.high [
         fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ]
       ]
     ];
     fhir:ObservationDefinition.qualifiedInterval.context [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/referencerange-meaning" ];
         fhir:Coding.code [ fhir:value "normal" ];
         fhir:Coding.display [ fhir:value "Normal Range" ]
       ]
     ]
  ] .

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

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

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.