Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

'Composition' example. - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Composition",
  "id" : "Index",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadComposition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Index</p><p><b>meta</b>: </p><p><b>contained</b>: , , , </p><p><b>status</b>: final</p><p><b>type</b>: US Breast screening <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '42132-1' = 'US Breast screening)</span></p><p><b>encounter</b>: unknown resource contained</p><p><b>date</b>: Mar 29, 2020 8:54:06 PM</p><p><b>author</b>: unknown resource contained</p><p><b>title</b>: Simple Narrative Only Breast Radiology Report</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"
      }
    },
    {
      "resourceType" : "Device",
      "id" : "Device.Device1",
      "deviceName" : [
        {
          "name" : "Test Author",
          "type" : "user-friendly-name"
        }
      ]
    },
    {
      "resourceType" : "DiagnosticReport",
      "id" : "DiagnosticReport.Report",
      "meta" : {
        "profile" : [
          "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadReport"
        ]
      },
      "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)"
        }
      ]
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "42132-1"
      }
    ],
    "text" : "US Breast screening"
  },
  "subject" : {
    "reference" : "#Patient.Patient1"
  },
  "encounter" : {
    "reference" : "#Encounter.Encounter1"
  },
  "date" : "2020-03-29T15:54:06.019806-05:00",
  "author" : [
    {
      "reference" : "#Device.Device1"
    }
  ],
  "title" : "Simple Narrative Only Breast Radiology Report",
  "section" : [
    {
      "title" : "Breast Radiology Report",
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/breast-radiology/CodeSystem/CompositionSectionSliceCodes",
            "code" : "sectionReport"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "#DiagnosticReport.Report"
        }
      ]
    },
    {
      "title" : "Admin",
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/breast-radiology/CodeSystem/CompositionSectionSliceCodes",
            "code" : "sectionCodeAdmin"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "#Patient.Patient1"
        },
        {
          "reference" : "#Encounter.Encounter1"
        },
        {
          "reference" : "#Device.Device1"
        }
      ]
    }
  ]
}