FHIR Chat · docs / Issue #2 UserSession example user isn't formatted ... · fhircast-github

Stream: fhircast-github

Topic: docs / Issue #2 UserSession example user isn't formatted ...


view this post on Zulip Github Notifications (FHIRcast) (Aug 07 2018 at 20:36):

isaacvetter commented on Issue #2

Hey Will,

This excellent point became irrelevant following our rewrite of the spec this spring.

Isaac

view this post on Zulip Github Notifications (FHIRcast) (Aug 07 2018 at 20:36):

isaacvetter closed Issue #2

The current UserSession example's format for "user" seems incorrect. It currently looks like:
"user": "Practitioner/prov123",
but should be:
**"user": {
"reference": "Practitioner/prov123"
}"**
based on the reference type definition (http://hl7.org/fhir/references.html#Reference).

The same is true for the references in the focus property.


Last updated: Apr 12 2022 at 19:14 UTC