hl7-be / medication

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

MedicationDispense prescriber #156

Open leniejan opened 9 months ago

leniejan commented 9 months ago

It should be possible on MedicationDispense to mention the prescriber

"extension": [ { "valueCodeableConcept": {"coding": [ { "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty", "code": "persphysician" }, { "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner", "code": "14443003004" } ]}, "url": "https://www.farmaflux.be/fhir/StructureDefinition/authorizingPrescriber" } ]

mvg Jan

costateixeira commented 7 months ago

This seems to replicate the content of the prescription. This information should be available as a separate resource. @leniejan can we discuss the need?