hl7-be / medication

Medication-related FHIR profiles
Creative Commons Zero v1.0 Universal
1 stars 3 forks source link

create fhir resource BeModelMedicationDispense in java #153

Open leniejan opened 10 months ago

leniejan commented 10 months ago

Dears,

How can we create a fhir resource of dipense cfr BeModelMedicationDispense in java?

https://build.fhir.org/ig/hl7-be/medication/branches/v2/StructureDefinition-be-lm-medicationdispense.html

for the previous version we simply used:

import org.hl7.fhir.r4.model.MedicationDispense; ... MedicationDispense medicationDispense = new MedicationDispense(); ...

mvg

Jan

costateixeira commented 5 months ago

Discussed in previous meetings or mails. We don't use instances of models. Keeping this as deferred just to make sure the requester is satisfied with the answer