Skip to content

Conversation

@SevKohler
Copy link
Contributor

No description provided.

- name: "gender"
with:
fhir: "$fhirRoot"
fhir: "$resource.gender"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can not be a $resource if structureDefiniton is code. Can only be fhirRoot as before, in my opinion.

with:
fhir: "$resource.context.as(Reference).identifier"
openehr: "$composition/context/other_context[at0005]/items[openEHR-EHR-CLUSTER.case_identification.v0]"
fhir: "$resource.encounter.identifier"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no MedicationStatement.encounter in FHIR R4: https://hl7.org/fhir/R4/medicationstatement.html
So it has to stay context as before

extension: "add"
with:
fhir: "$resource.context.as(Encounter)"
fhir: "$resource.encounter"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants