Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - ci-build International flag

Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions

: RadiationSummaryReport-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"1\"> </a></p><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\">Resource Composition &quot;1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-radiation-summary-report.html\">Radiation Summary Report</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Radiation exposure and protection information [Description] Document Diagnostic imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#73569-6)</span></p><p><b>date</b>: 2015-01-01 23:43:30+0000</p><p><b>author</b>: <a href=\"Practitioner-33.html\">Practitioner/33: John Moore</a> &quot; MOORE&quot;</p><p><b>title</b>: Radiation exposure and protection information</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "73569-6",
        "display" : "Radiation exposure and protection information [Description] Document Diagnostic imaging"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/56",
    "display" : "Pascale Dupont"
  },
  "date" : "2015-01-01T23:43:30.000Z",
  "author" : [
    {
      "reference" : "Practitioner/33",
      "display" : "John Moore"
    }
  ],
  "title" : "Radiation exposure and protection information",
  "section" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "73569-6",
            "display" : "Radiation exposure and protection information [Description] Document Diagnostic imaging"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "Observation/139",
          "display" : "Radiation Dose Summary"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "121109",
            "display" : "Indications for Procedure"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "Observation/33",
          "display" : "Indications"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "82810-3",
            "display" : "Pregnancy status"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "Observation/34",
          "display" : "Pregnancy Status"
        }
      ]
    }
  ]
}