Usage of the EVALUATION Class: Structure and Implementation Details in FHIR R5
Uses of Class org.hl7.fhir.r5.openehr.EVALUATION (HAPI FHIR Structures HAPI FHIR use:
Summary
This article details how to use the `org.hl7.fhir.r5.openehr.EVALUATION` class based on the HL7 FHIR R5 specification. This class provides a structure for handling evaluation information across various data elements, defining methods for parsing and manipulating data in JSON and XML formats.
Details
This document serves as a technical usage guide for the `EVALUATION` class within the HL7 FHIR R5 API. The class is designed to structurally hold evaluation information (e.g., clinical notes or recommendations) related to specific data elements within an FHIR resource. The available methods demonstrate parsing capabilities using both JSON (`OpenehrJsonParser`) and XML (`OpenehrXmlParser`) parsers (such as `parseEVALUATION` and `composeEVALUATIONProperties`). Specifically, operations like `setData` and `copyValues` allow for the setting and copying of evaluation information. This serves as a technical reference point for developers who need to exchange and process complex clinical data across systems using standard FHIR structures.
Technology Note
FHIR(Fast Healthcare Interoperability Resources)は医療データ交換の国際標準。このエントリの関連技術: HL7
Original content copyright by respective publishers