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

FHIR IG analytics

Packagepc.ig
Resource TypeEncounter
IdEncounter-TransplantExample1.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: Encounter TransplantExample1

Profile: Transplant

Transplant donor reference: Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)

Donor/recipient weight ratio: 0.95

Vessel mismatch (donor-recipient): false

Cold ischaemia time (minutes): 480

Time from diagnosis to transplant (months): 18

Vascular anomalies: Accessory hepatic artery reconstructed

First warm ischaemia time (minutes): 45

identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant/T000001

status: Finished

class: ActCode: IMP (inpatient encounter)

type: Liver transplant

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

period: 2023-08-15 08:00:00+0100 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "TransplantExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-donor-ref",
      "valueReference": {
        "reference": "Patient/ExampleDonor1"
      }
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-donor-recipient-weight-ratio",
      "valueDecimal": 0.95
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-vessel-mismatch",
      "valueBoolean": false
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-cold-ischaemia-time",
      "valueInteger": 480
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-time-diagnosis-to-transplant",
      "valueInteger": 18
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-vascular-anomalies",
      "valueString": "Accessory hepatic artery reconstructed"
    },
    {
      "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-first-warm-ischemia-time",
      "valueInteger": 45
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant",
      "value": "T000001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type",
          "code": "liver",
          "display": "Liver transplant"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "period": {
    "start": "2023-08-15T08:00:00+01:00"
  }
}