STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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

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 xs: <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:DomainResource.contained [
     fhir:index 0;
     fhir:Observation [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "cholesterol" ];
       fhir:Observation.status [ fhir:value "final" ];
       fhir:Observation.code [
         a loinc:35200-5;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:35200-5;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "35200-5" ]         ];
         fhir:CodeableConcept.text [ fhir:value "Cholesterol" ]       ];
       fhir:Observation.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/pat2>;
         fhir:Reference.reference [ fhir:value "Patient/pat2" ]       ];
       fhir:Observation.performerReference [
         fhir:index 0;
         fhir:reference <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"^^xs: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"^^xs:decimal ];
           fhir:Quantity.unit [ fhir:value "mmol/L" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "mmol/L" ]         ]       ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 1;
     fhir:Observation [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "triglyceride" ];
       fhir:Observation.status [ fhir:value "final" ];
       fhir:Observation.code [
         a loinc:35217-9;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:35217-9;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "35217-9" ]         ];
         fhir:CodeableConcept.text [ fhir:value "Triglyceride" ]       ];
       fhir:Observation.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/pat2>;
         fhir:Reference.reference [ fhir:value "Patient/pat2" ]       ];
       fhir:Observation.performerReference [
         fhir:index 0;
         fhir:reference <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"^^xs: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"^^xs:decimal ];
           fhir:Quantity.unit [ fhir:value "mmol/L" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "mmol/L" ]         ]       ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 2;
     fhir:Observation [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "hdlcholesterol" ];
       fhir:Observation.status [ fhir:value "final" ];
       fhir:Observation.code [
         a loinc:2085-9;
         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:CodeableConcept.text [ fhir:value "Cholesterol in HDL" ]       ];
       fhir:Observation.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/pat2>;
         fhir:Reference.reference [ fhir:value "Patient/pat2" ]       ];
       fhir:Observation.performerReference [
         fhir:index 0;
         fhir:reference <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"^^xs: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"^^xs:decimal ];
           fhir:Quantity.unit [ fhir:value "mmol/L" ];
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
           fhir:Quantity.code [ fhir:value "mmol/L" ]         ]       ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 3;
     fhir:Observation [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "ldlcholesterol" ];
       fhir:Observation.status [ fhir:value "final" ];
       fhir:Observation.code [
         a loinc:13457-7;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:13457-7;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "13457-7" ]         ];
         fhir:CodeableConcept.text [ fhir:value "LDL Chol. (Calc)" ]       ];
       fhir:Observation.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/pat2>;
         fhir:Reference.reference [ fhir:value "Patient/pat2" ]       ];
       fhir:Observation.performerReference [
         fhir:index 0;
         fhir:reference <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"^^xs: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"^^xs: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 [
     a loinc:57698-3;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:57698-3;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "57698-3" ];
       fhir:Coding.display [ fhir:value "Lipid panel with direct LDL - Serum or Plasma" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Lipid Panel" ]
  ];
  fhir:DiagnosticReport.subjectReference [
     fhir:reference <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"^^xs:dateTime];
  fhir:DiagnosticReport.issued [ fhir:value "2013-01-27T11:45:33+11:00"^^xs:dateTime];
  fhir:DiagnosticReport.performerReference [
     fhir:reference <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:DiagnosticReport.result [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "#triglyceride" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "#hdlcholesterol" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "#ldlcholesterol" ]
  ].

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


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.