Stream: ontology
Topic: Error
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:
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;
Grahame Grieve (May 21 2016 at 01:41):
this should be:
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