Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: Composition - Adrenal Gland Pathology Report - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "composition-adrenal-gland",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-composition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-adrenal-gland</b></p><a name=\"composition-adrenal-gland\"> </a><a name=\"hccomposition-adrenal-gland\"> </a><a name=\"composition-adrenal-gland-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11526-1}\">Pathology Study</span></p><p><b>date</b>: 2021-01-01 21:39:30+0000</p><p><b>author</b>: <a href=\"PractitionerRole-practitionerrole-uspath-practitioner-oncologist.html\">Wise Owl</a></p><p><b>title</b>: Adrenal Gland</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11526-1",
        "display" : "Pathology Study"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-JoelAlex",
    "display" : "Alex Joel"
  },
  "date" : "2021-01-01T21:39:30.000Z",
  "author" : [
    {
      🔗 "reference" : "PractitionerRole/practitionerrole-uspath-practitioner-oncologist",
      "display" : "Wise Owl"
    }
  ],
  "title" : "Adrenal Gland",
  "section" : [
    {
      "title" : "Lab Report Section",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "26436-6",
            "display" : "Laboratory Studies (set)"
          }
        ]
      },
      "entry" : [
        {
          "reference" : "DiagnosticReport/diagnosticreport-adrenalgland"
        }
      ]
    }
  ]
}