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: R5 R4B R4 R3

Diagnosticreport-example-dxa.ttl

Raw Turtle, JSON-LD

Imaging Example (Bone Density DXA)

@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 sct: <http://snomed.info/sct/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir//DiagnosticReport/102> a fhir:DiagnosticReport;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "102"];
  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 "r1" ];
       fhir:Observation.status [ fhir:value "final" ];
       fhir:Observation.code [
         a loinc:24701-5;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:24701-5;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "24701-5" ];
           fhir:Coding.display [ fhir:value "Femur DXA Bone density" ]         ]       ];
       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 Imaging Diagnostics" ]       ];
       fhir:Observation.valueQuantity [
         fhir:Quantity.value [ fhir:value "0.887"^^xs:decimal ];
         fhir:Quantity.unit [ fhir:value "g/cm²" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "g/cm-2" ]       ];
       fhir:Observation.bodySite [
         a sct:71341001:272741003=7771000;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:71341001:272741003=7771000;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "71341001:272741003=7771000" ]         ]       ]     ]
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.code [
     a loinc:38269-7;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:38269-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "38269-7" ]     ];
     fhir:CodeableConcept.text [ fhir:value "DXA BONE DENSITOMETRY" ]
  ];
  fhir:DiagnosticReport.subjectReference [
     fhir:reference <http://hl7.org/fhir/Patient/pat2>;
     fhir:Reference.reference [ fhir:value "Patient/pat2" ]
  ];
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2008-06-17"^^xs:date];
  fhir:DiagnosticReport.issued [ fhir:value "2008-06-18T09:23:00+10: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 Imaging Diagnostics" ]
  ];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#r1" ]
  ];
  fhir:DiagnosticReport.codedDiagnosis [
     fhir:index 0;
     a sct:391040000;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:391040000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "391040000" ];
       fhir:Coding.display [ fhir:value "At risk of osteoporotic fracture" ]     ]
  ].

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


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.