FHIR Chat · Observation resource · crucible

Stream: crucible

Topic: Observation resource


view this post on Zulip Nikolay (Feb 05 2019 at 15:26):

Hi! In test - C12T11_4: Submit DiagnosticReport, Specimen, and Observation resources (and other), I have a problem with requests which creates an Observation resource - "Validation failed: [{:path [:performer], :message \"expected array\"}]"
The payload in test contains:

},
          "performer": {
              "reference": "Practitioner/44f3446a-c54a-416f-94e2-50d0f98f8b32"
},

In FHIR spec preformer field in obserbvation have cardinality - 0..* - which I understand as - array of entities.
It's a bug or not?
How I can quickly check resource is valid or not?


Last updated: Apr 12 2022 at 19:14 UTC