HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT United States of America flag

HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions

: ctc-adverse-event-example-2 - JSON Representation

Raw json | Download


{
  "resourceType" : "AdverseEvent",
  "id" : "ctc-adverse-event-example-2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ctcae/StructureDefinition/ctc-adverse-event"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AdverseEvent</b><a name=\"ctc-adverse-event-example-2\"> </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 AdverseEvent &quot;ctc-adverse-event-example-2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ctc-adverse-event.html\">CTC Adverse Event</a></p></div><p><b>CTC Adverse Event Grade</b>: Absent Adverse Event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ctcae-grade-code-system.html\">CTCAE Grade Code System</a>#0)</span></p><p><b>actuality</b>: actual</p><p><b>event</b>: AIHA NGTD <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C143283 &quot;Anemia&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-PatientPersona2.html\">Patient/PatientPersona2</a> &quot; C.&quot;</p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1</a> &quot; ANYDOC&quot;</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ctcae/StructureDefinition/ctcae-grade",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ctcae/CodeSystem/ctcae-grade-code-system",
            "code" : "0",
            "display" : "Absent Adverse Event"
          }
        ]
      }
    }
  ],
  "actuality" : "actual",
  "event" : {
    "coding" : [
      {
        "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code" : "C143283",
        "display" : "Anemia"
      }
    ],
    "text" : "AIHA NGTD"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientPersona2"
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/PractitionerExample1"
  }
}