@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "102"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n

DXA BONE DENSITOMETRY

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
NAMEXXXXXXX
DOB10/02/1974
REFERRING DRSmith, Jane
INDICATIONSEarly menopause on estrogen levels. No period for 18 months
PROCEDUREDual energy x-ray absorptiometry (DEXA)
\n

Bone Mineral Density

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Scan TypeRegionMeasuredAgeBMDT-ScoreZ-Score?BMD(g/cm2)?BMD(%)
AP SpineL1-L417/06/200834.41.148 g/cm²-0.4-0.5--
Left FemurNeck17/06/200834.40.891 g/cm²-1.0-0.9--
Left FemurTotal17/06/200834.40.887 g/cm²-1.2-1.3--
Right FemurNeck17/06/200834.40.885 g/cm²-1.0-1.0--
Right FemurTotal17/06/200834.40.867 g/cm²-1.4-1.4--
\n

Assessment:

\n
    \n
  • The Spine L1-L4 BMD is normal.
  • \n
  • The Left Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.
  • \n
  • The Left Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.
  • \n
  • The Right Femur Neck BMD is in the osteopenic range. Relative fracture risk is about 2.
  • \n
  • The Right Femur Total BMD is in the osteopenic range. Relative fracture risk is about 2.
  • \n
\n

\n COMMENT\n

\n

Osteopenia on measured BMD. The estimated 10-year probability of fracture based on present age, gender and measured BMD is less than 10%. This absolute fracture risk remains low. A follow-up assessment may be considered in 2 to 3 years to monitor the trend in BMD.

\n

Thank you for your referral. Dr Henry Seven 17/06/2008

\n
\nNote:\nWHO classification of osteoporosis (WHO Technical Report Series 1994: 843)\n- Normal: T-score equal to -1.0 s.d. or higher\n- Osteopenia: T-score  between -1.0 and -2.5 s.d.\n- Osteoporosis: T-score equal to -2.5 s.d. or lower\n- Severe/Established osteoporosis: Osteoporosis with one or more fragility fracture.\nT-score: The number of s.d. from the mean BMD for a gender-matched young adult population.\nZ-score: The number of s.d. from the mean BMD for an age-, weight- and gender-matched population.\nReference for 10-year probability of fracture risk: Kanis JA, Johnell O, Oden A, Dawson A,  De Laet C, Jonsson B. Ten year probabilities of osteoporotic fractures according to BMD and diagnostic thresholds. Osteoporos.Int. 2001;12(12):989-995.\nGE LUNAR PRODIGY DENSITOMETER\n
\n
" ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.code [ 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.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2008-06-17"^^xsd:date]; fhir:DiagnosticReport.issued [ fhir:value "2008-06-18T09:23:00+10:00"^^xsd:dateTime]; fhir:DiagnosticReport.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809" ]; fhir:Reference.display [ fhir:value "Dr Henry Seven" ] ]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/bmd" ] ]; fhir:DiagnosticReport.conclusionCode [ fhir:index 0; 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" ] ] ] . a fhir:Patient . a fhir:Practitioner . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------