Imaging Diagnostic Report
0.0.1-current - ci-build
Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "example-Condition-Density",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-impression-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-Condition-Density</b></p><a name=\"example-Condition-Density\"> </a><a name=\"hcexample-Condition-Density\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-idr-impression-condition.html\">IDR Report Impression Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>category</b>: <span title=\"Codes:{https://profiles.ihe.net/RAD/IDR/CodeSystem/idr-impression-condition-category-cs diagnostic-imaging-impression}\">Imaging Impression</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 28328005}\">Abnormal Radiologic Density</span></p><p><b>bodyStructure</b>: <a href=\"BodyStructure-example-BodyStructure-Left-Breast.html\">BodyStructure</a></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Jane Doe Female, DoB Unknown ( Medical Record Number: 1234567)</a></p><p><b>asserter</b>: <a href=\"Practitioner-example-Practitioner-Radiologist.html\">Practitioner Roger Roentgen </a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "provisional"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "https://profiles.ihe.net/RAD/IDR/CodeSystem/idr-impression-condition-category-cs",
"code" : "diagnostic-imaging-impression"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "28328005",
"display" : "Abnormal Radiologic Density"
}
]
},
"bodyStructure" : {
🔗 "reference" : "BodyStructure/example-BodyStructure-Left-Breast"
},
"subject" : {
🔗 "reference" : "Patient/example-Patient"
},
"asserter" : {
🔗 "reference" : "Practitioner/example-Practitioner-Radiologist"
}
}