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: BreastRadiologyDocumentExample1

{
  "resourceType" : "Composition",
  "id" : "BreastRadiologyDocumentExample1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-BreastRadiologyDocument"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\nThis is an example Breast Radiology Document.<br/>\r\n<br/>\r\n<b>Id</b>: BreastRadiologyDocumentExample1<br/>\r\n<b>Status</b>: 'Final'<br/>\r\n<b>Type</b>: [http://loinc.org] '10193-1'<br/>\r\n<b>Title</b>: Breast Radiology Document<br/>\r\n<b>Author</b>: 'Reference to document author'<br/>\r\nSection List<br/>\r\nPatient History<br/>\r\nFindings<br/>\r\n&nbsp;&nbsp;&nbsp;&nbsp;Findings Left Breast<br/>\r\n&nbsp;&nbsp;&nbsp;&nbsp;Findings Right Breast<br/>\r\nImpressions<br/>\r\nRecommendations<br/>\r\nPatient Risk<br/>\r\nPrior Reports<br/>\r\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-SummaryBiRadCode-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/breast-radiology/CodeSystem/breastrad-BiRadCodeCS",
            "code" : "BIRAD1Negative"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-BreastExamTechnique-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "34117-2"
          }
        ]
      }
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "10193-1"
      }
    ]
  },
  "subject" : {
    "display" : "Reference to document subject"
  },
  "date" : "2019-01-01T00:00:00+00:00",
  "author" : [
    {
      "display" : "Reference to document author"
    }
  ],
  "title" : "Breast Radiology Document",
  "section" : [
    {
      "title" : "Patient History",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "34117-2"
          }
        ]
      },
      "entry" : [
        {
          "display" : "Reference to Patient History Observation"
        }
      ]
    },
    {
      "title" : "Findings",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "32422-8"
          }
        ]
      },
      "section" : [
        {
          "title" : "Findings Left Breast",
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "26215-4"
              }
            ]
          },
          "entry" : [
            {
              "display" : "Reference to BreastAbnormality Observation for left breast"
            }
          ]
        },
        {
          "title" : "Findings Right Breast",
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "26216-2"
              }
            ]
          },
          "entry" : [
            {
              "display" : "Reference to BreastAbnormality Observation for right breast"
            }
          ]
        }
      ]
    },
    {
      "title" : "Impressions",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "19005-8"
          }
        ]
      },
      "entry" : [
        {
          "display" : "Reference to Impression Condition"
        }
      ]
    },
    {
      "title" : "Recommendations",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18783-1"
          }
        ]
      },
      "entry" : [
        {
          "display" : "Reference to Recommendation ActionRequest"
        }
      ]
    },
    {
      "title" : "Patient Risk",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "76546-1"
          }
        ]
      },
      "entry" : [
        {
          "display" : "Reference to patientRisk Resource"
        }
      ]
    },
    {
      "title" : "Prior Reports",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "76546-1"
          }
        ]
      },
      "entry" : [
        {
          "display" : "Reference to prior BreastRadiologyReport"
        }
      ]
    }
  ]
}