Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support live feed extension for medication form and strength in Medicare Records IG #28

Open
2 tasks done
dtr-agency opened this issue Sep 21, 2022 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@dtr-agency
Copy link
Contributor

Prerequisites

  • I have searched open and closed issues to make sure it isn't already requested or reported
  • I have written a descriptive issue title

The issue / feature

Change description

The PBS / RPBS live feed includes medication form and strength by referencing an extension with an Agency canonical URL http://ns.electronichealth.net.au/fhir/StructureDefinition/medication-form-and-strength however this extension does not exist.

A similar Mobile Gateway extension http://ns.electronichealth.net.au/fhir/v1.2.0/StructureDefinition/medication-form-and-strength is published but cannot be used as it is an earlier forwards incompatible version of FHIR.

If the FHIR payload needs to carry this information the Agency should create and publish this extension in the Medicare Records FHIR implementation guide.

Sample snippet below

{
            "resourceType": "Medication",
            "id": "9b28d0a1-ba17-11ec-833a-b1763b0a7715",
            "extension": [
                {
                    "url": "http://ns.electronichealth.net.au/fhir/StructureDefinition/medication-form-and-strength",
                    "valueString": "BENZYLPENICILLIN 3G INJECTION, 1 VIAL"
                }
            ],
...
@dtr-agency dtr-agency added the enhancement New feature or request label Sep 21, 2022
@dtr-agency dtr-agency changed the title Live feed use of extension for medication form and strength Support live feed extension for medication form and strength in Medicare Records IG Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant