FHIR Chat · Error · ontology

Stream: ontology

Topic: Error


view this post on Zulip Grahame Grieve (May 21 2016 at 01:41):

Just found an error in my generated resources - for a resource in Bundle.entry, I'm using the wrong name. e.g:

view this post on Zulip Grahame Grieve (May 21 2016 at 01:41):

 fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/base/MedicationOrder/3123" ];
     fhir:MedicationOrder [
       fhir:index 0;

view this post on Zulip Grahame Grieve (May 21 2016 at 01:41):

this should be:

view this post on Zulip Grahame Grieve (May 21 2016 at 01:42):

 fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/base/MedicationOrder/3123" ];
     fhir:Bundle.entry.resource [
      a fhir:MedicationOrder;
       fhir:index 0;

Last updated: Apr 12 2022 at 19:14 UTC