Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions
Source view
{
"resourceType" : "DiagnosticReport",
"id" : "Report",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadReport"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Report</p><p><b>meta</b>: </p><p><b>contained</b>: , </p><p><b>status</b>: final</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'imaging' = 'Imaging)</span></p><p><b>code</b>: Physical findings of Breasts Narrative <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '10193-1' = 'Physical findings of Breasts Narrative)</span></p><p><b>subject</b>: unknown resource contained</p><p><b>encounter</b>: unknown resource contained</p><p><b>conclusion</b>: Report Narrative conclusion.</p><p><b>conclusionCode</b>: Category 2 (Benign) <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS code 'Category2' = 'Category 2 (Benign))</span></p></div>"
},
"contained" : [
{
"resourceType" : "Patient",
"id" : "Patient.Patient1",
"name" : [
{
"family" : "Moose",
"given" : [
"Bullwinkle"
]
}
]
},
{
"resourceType" : "Encounter",
"id" : "Encounter.Encounter1",
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "CASH"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "imaging"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10193-1"
}
]
},
"subject" : {
"reference" : "#Patient.Patient1"
},
"encounter" : {
"reference" : "#Encounter.Encounter1"
},
"conclusion" : "Report Narrative conclusion.",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS",
"code" : "Category2"
}
],
"text" : "Category 2 (Benign)"
}
]
}