Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Event Rejection needing treatment in HT - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "EventRejectionNeedingTreatmentInHt",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EventRejectionNeedingTreatmentInHt</b></p><a name=\"EventRejectionNeedingTreatmentInHt\"> </a><a name=\"hcEventRejectionNeedingTreatmentInHt\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 272379006}\">Event</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 72627004}\">Graft rejection</span></p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2025-06-11 12:00:00+0000</p><p><b>value</b>: <span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/TypeOfRejection 3}\">freetext</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 182991002}\">Treatment given</span></td><td><span title=\"Codes:{https://www.retention-project.eu/ig/CodeSystem/TypeOfRejectionTreatment 1}\">freetext</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "272379006",
          "display" : "Event"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "72627004",
        "display" : "Graft rejection"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/P001"
  },
  "effectiveDateTime" : "2025-06-11T12:00:00.000+00:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://www.retention-project.eu/ig/CodeSystem/TypeOfRejection",
        "code" : "3",
        "display" : "mixed"
      }
    ],
    "text" : "freetext"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "182991002",
            "display" : "Treatment given"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.retention-project.eu/ig/CodeSystem/TypeOfRejectionTreatment",
            "code" : "1",
            "display" : "antibody mediated rejection"
          }
        ],
        "text" : "freetext"
      }
    }
  ]
}