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

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeProcedure
IdProcedure-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


Source1

{
  "resourceType": "Procedure",
  "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"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant",
      "value": "T000001"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type",
        "code": "liver",
        "display": "Liver transplant"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "encounter": {
    "reference": "Encounter/VisitExample1"
  },
  "performedDateTime": "2023-08-15T08:00:00+01:00"
}