Stream: EBMonFHIR
Topic: Example for EvidenceReport
Yunwei Wang (Dec 16 2020 at 15:10):
Is there a good example for EvidenceReport? The current one is FHIR R5 is too simple @Brian Alper
Khalid Shahin (Dec 16 2020 at 16:59):
Here's an example: https://computablepublishing.us/fevir/resources/EvidenceReport/30
We made some changes to the EvidenceReport resource schema since then, but I think those changes won't affect this example.
Yunwei Wang (Dec 23 2020 at 16:35):
to represent "women between 21 and 30 years old" in ER.subject, should I have two characteristic, one with code "population" and vlaueRange for age, the other with code "population" and valueCodeableConcept for gender ?
Since i already have a Group defined, could I reference group resource in the subject?
Brian Alper (Dec 23 2020 at 17:57):
Yes in that you can do it either way. You can have 2 subject.characteristic elements [code=age, valueRange=21-30years; code=gender, valueCodeableConcept=female] or you can have 1 subject.characteristic element with code=population,valueReference="the Group Resource"
Last updated: Apr 12 2022 at 19:14 UTC