FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeObservation
IdObservation-TransplantDetailsExample1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation TransplantDetailsExample1

partOf: Procedure Liver transplant

status: Final

category: Procedure

code: Transplant details panel

subject: Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

component

code: Transplant type (liver / kidney / combined)

value: Liver transplant

component

code: Time from diagnosis to transplant (months)

value: 24 months (Details: UCUM codemo = 'mo')

component

code: Donor/recipient weight ratio

value: 0.95 1 (Details: UCUM code1 = '1')

component

code: Cold ischemia time (minutes)

value: 480 min (Details: UCUM codemin = 'min')

component

code: Warm ischemia time (minutes)

value: 45 min (Details: UCUM codemin = 'min')

component

code: Type of surgical biliary anastomosis

value: Duct-to-duct anastomosis

component

code: Intraoperative complication

value: Major bleeding


Source1

{
  "resourceType": "Observation",
  "id": "TransplantDetailsExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-details"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/TransplantExample1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
        "code": "transplant-details-panel",
        "display": "Transplant details panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "tx-type",
            "display": "Transplant type (liver / kidney / combined)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type-cs",
            "code": "liver",
            "display": "Liver transplant"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "time_diag_to_tx"
          }
        ]
      },
      "valueQuantity": {
        "value": 24,
        "unit": "months",
        "system": "http://unitsofmeasure.org",
        "code": "mo"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "d_r_weight_ratio"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.95,
        "unit": "1",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "cold_ischemia_time"
          }
        ]
      },
      "valueQuantity": {
        "value": 480,
        "unit": "min",
        "system": "http://unitsofmeasure.org",
        "code": "min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "warm_ischemia_time"
          }
        ]
      },
      "valueQuantity": {
        "value": 45,
        "unit": "min",
        "system": "http://unitsofmeasure.org",
        "code": "min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "type_surgical_biliary_anastomosis"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biliary-anastomosis-type-cs",
            "code": "duct-to-duct",
            "display": "Duct-to-duct anastomosis"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-detail-cs",
            "code": "intraoperative_complications"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/intraoperative-complication-cs",
            "code": "major-bleeding",
            "display": "Major bleeding"
          }
        ]
      }
    }
  ]
}