Registry / serialization / hapi-fhir-structures-r4

hapi-fhir-structures-r4

JSON →
library8.8.1javamavenunverified

Java model classes for FHIR R4 (Release 4) resources, part of the HAPI FHIR library.

<dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-r4</artifactId> <version>8.8.1</version> </dependency>
INSTALL
IMPORT
SIG · HAPI-FHIR-STRUCTUR
H
hapi-fhir-structures-r4
serializationjavav8.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Patient
org.hl7.fhir.r4.model.Patient

Create and manipulate a FHIR R4 Patient resource.

import org.hl7.fhir.r4.model.Patient; import org.hl7.fhir.r4.model.Enumerations; public class Example { public static void main(String[] args) { Patient patient = new Patient(); patient.addName().setFamily("Doe").addGiven("John"); patient.setGender(Enumerations.AdministrativeGender.MALE); System.out.println(patient.getNameFirstRep().getNameAsSingleString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hapi-fhir-structures-r4 — mvn dependency:get hapi-fhir-structures-r4 · libregistry