Stream: implementers
Topic: MedicationStatement.status is incorrect in HAPI resources
Mukesh Sharma (Apr 01 2020 at 06:33):
MedicationStatement.status points to MedicationStatus list in HAPI jars but as per FHIR spec both the statuses have different values. (https://www.hl7.org/fhir/R4/codesystem-medication-status.html and https://www.hl7.org/fhir/R4/codesystem-medication-statement-status.html)
The HAPI validation resources jar points MedicationStatement.status to https://www.hl7.org/fhir/R4/codesystem-medication-status.html which is incorrect. Also, the code generation and validation schemas (fhir-single.xsd and medicationstatement.xsd) would require updates for this correction.
Last updated: Apr 12 2022 at 19:14 UTC