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

FHIR IG analytics

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

status: Completed

code: Hemodialysis

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

performed: 2023-12-01 --> 2024-03-15

reasonReference: Condition Kidney Rejection Episode


Source1

{
  "resourceType": "Procedure",
  "id": "ClinicalEventDialysisProcedureExample1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-event-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type",
        "code": "hemodialysis",
        "display": "Hemodialysis"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatientTransplant1"
  },
  "performedPeriod": {
    "start": "2023-12-01",
    "end": "2024-03-15"
  },
  "reasonReference": [
    {
      "reference": "Condition/ClinicalEventExample1"
    }
  ]
}