-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update US Core device profile and remove MedicationStatement.
- Loading branch information
1 parent
ebd08c4
commit d215ebf
Showing
1 changed file
with
19 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d215ebf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MedicationStatement
was dropped in the US Core update (see HL7 standards process).In general, we prefer to use as little FHIR resources as possible where there might be duplicative information. I don't want to have a debate about the uses and meaning of all the
Medication*
FHIR resources, but generally speaking Synthea usesMedicationRequest
for prescriptions andMedicationAdministration
for administrations. When we useMedicationAdministration
together with US Core we also produce the unadornedMedication
resource.If you'd like to continue this conversation, please create a new issue and take this out of general comments on commits.