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

💡 [REQUEST] - Clarification on dosage dose UCUM as UOM - ANFISK-334 #133

Open
julsas opened this issue Aug 22, 2024 · 4 comments
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@julsas
Copy link

julsas commented Aug 22, 2024

Target Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

Need to clarify if other code systems besides UCUM should be allowed for MedicationAdministration.dosage.dose and Dosage.doseAndRate.doseQuantity for MedicationRequest and MedicationStatement.

ISiK-3 has Quantity.system = http://unitsofmeasure.org. Should other code systems be allowed for concepts like Tablet from EDQM?
ISiK-4 introduces the Quantity data type profile Medication Quantity which mentions SNOMED as an alternative to UCUM. But Quantity.system is still set to UCUM.
This could this be a use case for http://hl7.org/fhir/R4/extension-iso21090-pq-translation.html

Common Examples

Use case of a Medication with a form:

    "form": {
        "coding":  [
            {
                "code": "10219000",
                "system": "http://standardterms.edqm.eu",
                "display": "Tablet"
            }
        ]
    },

should it be possible to have a MedicationAdministration of that Medication with:

  "dosage": {
    "dose": {
      "system": "http://standardterms.edqm.eu",
      "value": 1,
      "code": "10219000",
      "unit": "Tablet"
    }
  }

?

Drawbacks

Adds extra complexity when different code systems are allowed.
US Core is UCUM only: https://build.fhir.org/ig/HL7/US-Core/StructureDefinition-us-core-medicationrequest.html

Unadressed questions

No response

@julsas julsas added enhancement New feature or request question Further information is requested labels Aug 22, 2024
@f-peverali f-peverali changed the title 💡 [REQUEST] - Clarification on dosage dose UCUM as UOM 💡 [REQUEST] - Clarification on dosage dose UCUM as UOM - ANFISK-334 Sep 18, 2024
@f-peverali
Copy link
Contributor

hallo @julsas. Danke für die Anfrage. Diskutieren wir intern und dann sicher auch in einer AG.

@f-peverali
Copy link
Contributor

@patrick-werner und @lhitc wie ordnet ihr das ein?

@patrick-werner
Copy link
Contributor

Der Kommentar auf MedicationQuantity ist ein Überbleibsel einer Überlegung die wir dann aber nicht umgesetzt hatten.
Der letzte Stand der Diskussion war hier ggfs. zukünftig eine Extension zu nutzen, da Quantity mit mehreren unterschiedlichen Kodierungen sehr komplex in der Implementierung sind und die internationale Kompatibilität hier wichtig ist.

Damit würde man die Tablette in UCUM weiterhin mit '1' kodieren, aber in der Extension mittels SCT oder EDQM diese '1' weiter beschreiben. Diese Extension würde dann aber nur ein Coding enthalten, keine Quantity wie in der oben erwähnten Extension.

@julsas Wäre das für dich eine akzeptable Lösung?
Die KBV hatte hier stets SCT Values gefordert, dein Beispiel nutzt EDQM. Eine einheitliche Kodierung wäre hier wünschenswert. SCT wäre global "kompatibler" und auch meine Präferenz.

@julsas
Copy link
Author

julsas commented Nov 15, 2024

Ja, das ist eine akzeptable Lösung. Auch SCT ist gut. Bei EDQM ist irgendwie auch unklar, ob das relevant wird für den EHR-Bereich, oder nur bei Pharma und Arzneimittelzulassung angewendet wird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants