Breast Radiology Reporting - 1st for comment ballot

This page is part of the Breast Radiology Report (v0.1.0: Comment Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Example: BreastRadiologyReportExample1

{
  "resourceType" : "DiagnosticReport",
  "id" : "BreastRadiologyReportExample1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-BreastRadiologyReport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\nThis is an example Breast Radiology Report.<br/>\r\n<br/>\r\n<b>Status</b>: 'Final'<br/>\r\n<b>Code</b>: [http://loinc.org] '10193-1'<br/>\r\n<b>Subject</b>: 'Reference to subject of breast report'<br/>\r\n<b>Effective</b>: [dateTime] '2019-01-01T00:00:00+00:00'<br/>\r\n<b>Issued</b>: [instant] '2019-01-01T00:00:00+00:00'<br/>\r\n<b>Id</b>: BreastRadiologyReportExample1<br/>\r\n<b>Category</b>: [http://terminology.hl7.org/CodeSystem/v2-0074] 'RAD'<br/>\r\n<b>Conclusion</b>: Conclusion text<br/>\r\n<b>ConclusionCode</b>: [http://snomed.info/sct] '144008'<br/>\r\n<b>ResultComposition</b>: Reference to a BreastRadiologyDocument<br/>\r\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-ResultComposition-extension",
      "valueReference" : {
        "display" : "Reference to BreastRadiologyDocument"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "RAD"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "10193-1"
      }
    ]
  },
  "subject" : {
    "display" : "Reference to subject of breast report"
  },
  "effectiveDateTime" : "2019-01-01T00:00:00+00:00",
  "issued" : "2019-01-01T00:00:00+00:00",
  "conclusion" : "Conclusion text",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "144008"
        }
      ]
    }
  ]
}