hl7-be / core-clinical

Implementation Guide for Transversal Clinical Concepts
Other
0 stars 1 forks source link

BeProblem doesn't contain an (JSON) example #33

Open pedro-earlytracks opened 6 months ago

pedro-earlytracks commented 6 months ago

I'm having trouble creating an example of BeProblem without an example in the profile page. More specifically, I can't model be-ext-problem-origin-type and be-ext-laterality.

annabel-uzl commented 6 months ago

Have you looked at the examples of Condition? https://hl7.org/fhir/R4/condition.html (BeProblem is derived from it) For the extensions, I would expect something like extension: [{ "url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-laterality", "valueCoding" : "Upper" }] for the laterality and something like extension: [{ "url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-problem-origin-type", "valueCoding" : "referral" }] for the problem-origin-type in the JSON. But I'm not an expert so someone needs to confirm this.