FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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: R4 R3

Diagnosticreport-example-lipids.ttl

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device, Encounter, Patient, Practitioner

Raw Turtle, JSON-LD

Lipid profile

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/owl#> .
@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/DiagnosticReport/lipids> a fhir:DiagnosticReport;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "lipids"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\n\n      <h3>Lipid Report for Wile. E. COYOTE (MRN: 23453) issued 3-Mar 2009 14:26</h3>\n\n\n      <pre>\nTest                  Units       Value       Reference Range\nCholesterol           mmol/L      6.3         &lt;4.5\nTriglyceride          mmol/L      1.3         &lt;2.0\nHDL Cholesterol       mmol/L      1.3         &gt;1.5\nLDL Chol. (calc)      mmol/L      4.2         &lt;3.0\n      </pre>\n\n\n      <p>Acme Laboratory, Inc signed: Dr Pete Pathologist</p>\n\n\n    </div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Observation;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "cholesterol" ];
     fhir:Observation.status [ fhir:value "final" ];
     fhir:Observation.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:14647-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "14647-2" ];
         fhir:Coding.display [ fhir:value "Cholesterol [Moles/​volume] in Serum or Plasma" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Cholesterol" ]
     ];
     fhir:Observation.subject [
       fhir:link <http://hl7.org/fhir/Patient/pat2>;
       fhir:Reference.reference [ fhir:value "Patient/pat2" ]
     ];
     fhir:Observation.performer [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f>;
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ];
       fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
     ];
     fhir:Observation.valueQuantity [
       fhir:Quantity.value [ fhir:value "6.3"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mmol/L" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mmol/L" ]
     ];
     fhir:Observation.referenceRange [
       fhir:index 0;
       fhir:Observation.referenceRange.high [
         fhir:Quantity.value [ fhir:value "4.5"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mmol/L" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mmol/L" ]
       ]
     ]
  ], [
     a fhir:Observation;
     fhir:index 1;
     fhir:Resource.id [ fhir:value "triglyceride" ];
     fhir:Observation.status [ fhir:value "final" ];
     fhir:Observation.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:14927-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "14927-8" ];
         fhir:Coding.display [ fhir:value "Triglyceride [Moles/​volume] in Serum or Plasma" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Triglyceride" ]
     ];
     fhir:Observation.subject [
       fhir:link <http://hl7.org/fhir/Patient/pat2>;
       fhir:Reference.reference [ fhir:value "Patient/pat2" ]
     ];
     fhir:Observation.performer [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f>;
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ];
       fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
     ];
     fhir:Observation.valueQuantity [
       fhir:Quantity.value [ fhir:value "1.3"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mmol/L" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mmol/L" ]
     ];
     fhir:Observation.referenceRange [
       fhir:index 0;
       fhir:Observation.referenceRange.high [
         fhir:Quantity.value [ fhir:value "2.0"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mmol/L" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mmol/L" ]
       ]
     ]
  ], [
     a fhir:Observation;
     fhir:index 2;
     fhir:Resource.id [ fhir:value "hdlcholesterol" ];
     fhir:Observation.status [ fhir:value "final" ];
     fhir:Observation.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:2085-9;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "2085-9" ];
         fhir:Coding.display [ fhir:value "Cholesterol in HDL [Moles/​volume] in Serum or Plasma" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Cholesterol in HDL" ]
     ];
     fhir:Observation.subject [
       fhir:link <http://hl7.org/fhir/Patient/pat2>;
       fhir:Reference.reference [ fhir:value "Patient/pat2" ]
     ];
     fhir:Observation.performer [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f>;
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ];
       fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
     ];
     fhir:Observation.valueQuantity [
       fhir:Quantity.value [ fhir:value "1.3"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mmol/L" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mmol/L" ]
     ];
     fhir:Observation.referenceRange [
       fhir:index 0;
       fhir:Observation.referenceRange.low [
         fhir:Quantity.value [ fhir:value "1.5"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mmol/L" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mmol/L" ]
       ]
     ]
  ], [
     a fhir:Observation;
     fhir:index 3;
     fhir:Resource.id [ fhir:value "ldlcholesterol" ];
     fhir:Observation.status [ fhir:value "final" ];
     fhir:Observation.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:39469-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "39469-2" ];
         fhir:Coding.display [ fhir:value "Cholesterol in LDL [Moles/​volume] in Serum or Plasma by calculation" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "LDL Chol. (Calc)" ]
     ];
     fhir:Observation.subject [
       fhir:link <http://hl7.org/fhir/Patient/pat2>;
       fhir:Reference.reference [ fhir:value "Patient/pat2" ]
     ];
     fhir:Observation.performer [
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f>;
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ];
       fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
     ];
     fhir:Observation.valueQuantity [
       fhir:Quantity.value [ fhir:value "4.6"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mmol/L" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mmol/L" ]
     ];
     fhir:Observation.referenceRange [
       fhir:index 0;
       fhir:Observation.referenceRange.high [
         fhir:Quantity.value [ fhir:value "3.0"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "mmol/L" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "mmol/L" ]
       ]
     ]
  ];
  fhir:DiagnosticReport.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://acme.com/lab/reports" ];
     fhir:Identifier.value [ fhir:value "5234342" ]
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0074" ];
       fhir:Coding.code [ fhir:value "HM" ]
     ]
  ];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:24331-1;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "24331-1" ];
       fhir:Coding.display [ fhir:value "Lipid 1996 panel - Serum or Plasma" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "Lipid Panel" ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat2>;
     fhir:Reference.reference [ fhir:value "Patient/pat2" ]
  ];
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2011-03-04T08:30:00+11:00"^^xsd:dateTime];
  fhir:DiagnosticReport.issued [ fhir:value "2013-01-27T11:45:33+11:00"^^xsd:dateTime];
  fhir:DiagnosticReport.performer [
     fhir:index 0;
     fhir:DiagnosticReport.performer.actor [
       fhir:link <http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f>;
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ];
       fhir:Reference.display [ fhir:value "Acme Laboratory, Inc" ]
     ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#cholesterol" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "#triglyceride" ]
  ], [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "#hdlcholesterol" ]
  ], [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "#ldlcholesterol" ]
  ] .

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

<http://hl7.org/fhir/Organization/1832473e-2fe0-452d-abe9-3cdb9879522f> a fhir:Organization .

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

<http://hl7.org/fhir/DiagnosticReport/lipids.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/DiagnosticReport/lipids.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.