Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "bonedensity-simple-contained",
"meta" : // Example adapted from R5 observation-example-bmd
{
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-imag"🔗 ,
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"🔗 ,
"http://hl7.org.au/fhir/StructureDefinition/au-imagingresult"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"bonedensity-simple-contained\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "bonedensity-simple-contained" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-diagnosticresult-imag.html\">AU Core Diagnostic Imaging Result Observation</a>, <a href=\"StructureDefinition-au-core-observation.html\">AU Core Observation</a>, <a href=\"http://hl7.org.au/fhir/4.1.2-preview/StructureDefinition-au-imagingresult.html\">AU Base Diagnostic Imaging Result</a></p></div><p><b>Body Site</b>: <a name=\"left-femur\"> </a></p><blockquote><p/><p><a name=\"left-femur\"> </a></p><p><b>location</b>: Bone structure of femur <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#71341001)</span></p><p><b>locationQualifier</b>: Left <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000)</span></p><p><b>patient</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> " DAN"</p></blockquote><p><b>status</b>: final</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#imaging)</span></p><p><b>code</b>: BMD - Left Femur <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24701-5 "DXA Femur [Mass/Area] Bone density")</span></p><p><b>subject</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> " DAN"</p><p><b>effective</b>: 2022-02-10</p><p><b>performer</b>: <span>: Regional Imaging Diagnostics Center</span></p><p><b>value</b>: 0.887 g/cm²<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code g/cm-2 = 'g/cm-2')</span></p><p><b>bodySite</b>: Left Femur <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#71341001)</span></p><hr/><blockquote><p><b>Generated Narrative: BodyStructure #left-femur</b><a name=\"left-femur\"> </a></p><p><b>location</b>: Bone structure of femur <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#71341001)</span></p><p><b>locationQualifier</b>: Left <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7771000)</span></p><p><b>patient</b>: <a href=\"Patient-dan-harry.html\">Patient/dan-harry</a> " DAN"</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "BodyStructure",
"id" : "left-femur",
"location" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "71341001",
"display" : "Bone structure of femur"
}
]
},
"locationQualifier" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "7771000",
"display" : "Left"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/dan-harry"
}
}
],
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference" : {
"reference" : "#left-femur"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "imaging"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24701-5",
"display" : "DXA Femur [Mass/Area] Bone density"
}
],
"text" : "BMD - Left Femur"
},
"subject" : {
🔗 "reference" : "Patient/dan-harry"
},
"effectiveDateTime" : "2022-02-10",
"performer" : [
{
"display" : "Regional Imaging Diagnostics Center"
}
],
"valueQuantity" : {
"value" : 0.887,
"unit" : "g/cm²",
"system" : "http://unitsofmeasure.org",
"code" : "g/cm-2"
},
"bodySite" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference" : {
"reference" : "#left-femur"
}
}
],
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "71341001"
}
],
"text" : "Left Femur"
}
}
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.2-preview based on FHIR 4.0.1. Generated 2023-11-16
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change