FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

R2 : R3 Converson maps for Bundle.

Functional status for this map: 23 tests of which 1 fail to execute. 11 fail round-trip testing and 11 r3 resources are invalid (3836 errors). (see documentation)

map "http://hl7.org/fhir/StructureMap/Bundle2to3" = "R2 to R3 Conversions for Bundle"

uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Bundle" alias BundleR2 as source
uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias Bundle as target

imports "http://hl7.org/fhir/StructureMap/*2to3"

group for type+types  Bundle extends Resource
  input src : BundleR2 as source
  input tgt : Bundle as target

  "Bundle-type" : for src.type make tgt.type
  "Bundle-total" : for src.total make tgt.total
  "Bundle-link" : for src.link as vs0 make tgt.link as vt0 then bundleLink(vs0, vt0)
  "Bundle-entry" : for src.entry as vs0 make tgt.entry as vt0 then bundleEntry(vs0, vt0)
  "Bundle-signature" : for src.signature make tgt.signature
endgroup

group bundleLink extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.link-relation" : for src.relation make tgt.relation
  "Bundle.link-url" : for src.url make tgt.url
endgroup

group bundleEntry extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry-fullUrl" : for src.fullUrl make tgt.fullUrl
  "Bundle.entry-resource" : for src.resource make tgt.resource
  "Bundle.entry-search" : for src.search as vs make tgt.search as vt then bundleSearch(vs, vt)
  "Bundle.entry-request" : for src.request as vs make tgt.request as vt then bundleRequest(vs, vt)
  "Bundle.entry-response" : for src.response as vs make tgt.response as vt then bundleResponse(vs, vt)
endgroup

group bundleSearch extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.search-mode" : for src.mode make tgt.mode
  "Bundle.entry.search-score" : for src.score make tgt.score
endgroup

group bundleRequest extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.request-method" : for src.method make tgt.method
  "Bundle.entry.request-url" : for src.url make tgt.url
  "Bundle.entry.request-ifNoneMatch" : for src.ifNoneMatch make tgt.ifNoneMatch
  "Bundle.entry.request-ifModifiedSince" : for src.ifModifiedSince make tgt.ifModifiedSince
  "Bundle.entry.request-ifMatch" : for src.ifMatch make tgt.ifMatch
  "Bundle.entry.request-ifNoneExist" : for src.ifNoneExist make tgt.ifNoneExist
endgroup

group bundleResponse extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.response-status" : for src.status make tgt.status
  "Bundle.entry.response-location" : for src.location make tgt.location
  "Bundle.entry.response-etag" : for src.etag make tgt.etag
  "Bundle.entry.response-lastModified" : for src.lastModified make tgt.lastModified
  "Bundle.entry.response-outcome" : for src.outcome make tgt.outcome
endgroup


map "http://hl7.org/fhir/StructureMap/Bundle3to2" = "R3 to R2 Conversion for Bundle"

uses "http://hl7.org/fhir/StructureDefinition/Bundle" alias Bundle as source
uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Bundle" alias BundleR2 as target

imports "http://hl7.org/fhir/StructureMap/*3to2"

group for type+types  Bundle extends Resource
  input src : Bundle as source
  input tgt : BundleR2 as target
  "Bundle-type" : for src.type make tgt.type
  "Bundle-total" : for src.total make tgt.total
  "Bundle-link" : for src.link as vs0 make tgt.link as vt0 then bundleLink(vs0, vt0)
  "Bundle-entry" : for src.entry as vs0 make tgt.entry as vt0 then bundleEntry(vs0, vt0)
  "Bundle-signature" : for src.signature make tgt.signature
endgroup

group bundleLink extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.link-relation" : for src.relation make tgt.relation
  "Bundle.link-url" : for src.url make tgt.url
endgroup

group bundleEntry extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry-fullUrl" : for src.fullUrl make tgt.fullUrl
  "Bundle.entry-resource" : for src.resource make tgt.resource
  "Bundle.entry-search" : for src.search as vs make tgt.search as vt then bundleSearch(vs, vt)
  "Bundle.entry-request" : for src.request as vs make tgt.request as vt then bundleRequest(vs, vt)
  "Bundle.entry-response" : for src.response as vs make tgt.response as vt then bundleResponse(vs, vt)
endgroup

group bundleSearch extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.search-mode" : for src.mode make tgt.mode
  "Bundle.entry.search-score" : for src.score make tgt.score
endgroup

group bundleRequest extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.request-method" : for src.method make tgt.method
  "Bundle.entry.request-url" : for src.url make tgt.url
  "Bundle.entry.request-ifNoneMatch" : for src.ifNoneMatch make tgt.ifNoneMatch
  "Bundle.entry.request-ifModifiedSince" : for src.ifModifiedSince make tgt.ifModifiedSince
  "Bundle.entry.request-ifMatch" : for src.ifMatch make tgt.ifMatch
  "Bundle.entry.request-ifNoneExist" : for src.ifNoneExist make tgt.ifNoneExist
endgroup

group bundleResponse extends BackboneElement
  input src as source
  input tgt as target

  "Bundle.entry.response-status" : for src.status make tgt.status
  "Bundle.entry.response-location" : for src.location make tgt.location
  "Bundle.entry.response-etag" : for src.etag make tgt.etag
  "Bundle.entry.response-lastModified" : for src.lastModified make tgt.lastModified
  "Bundle.entry.response-outcome" : for src.outcome make tgt.outcome
endgroup


conceptmaps
  • WARNING @ Bundle.entry[22].resource.group[41].element.target.comment: value should not start or finish with whitespace (src = InstanceValidator)
2763c3ea-6bce-4f15-bdc9-4b41aaceee03
  • ERROR @ Bundle.entry[1].resource: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource [contained.where(('#'+id in %resource.descendants().reference).not()).empty()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[1].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[1].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[1].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[3].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[10].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[10].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[11].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[11].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[12].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[13].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[17].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[20].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[21].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[22].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[23].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[24].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[25].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[26].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[27].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[28].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[29].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[30].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[33].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[34].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[35].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[36].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[37].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[38].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[39].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[40].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[41].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[42].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[43].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[44].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[45].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[46].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[47].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[48].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[49].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[50].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[51].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[52].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[53].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[54].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[55].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[56].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[58].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[59].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[60].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[61].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[66].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[67].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[68].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[69].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[70].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[71].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[72].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[76].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[77].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[78].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[79].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[80].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[83].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[84].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[86].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[90].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[91].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[94].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[95].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[96].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[102].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[103].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[104].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[105].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[106].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[107].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[111].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[112].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[113].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[114].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[115].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[116].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[117].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[118].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[119].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[127].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[130].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[131].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[133].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[138].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[142].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[145].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[146].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[149].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[150].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[152].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[153].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[154].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[155].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[156].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[157].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[158].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[159].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[160].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[161].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[162].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[163].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[164].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[166].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[167].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[171].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[172].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[173].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[174].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[177].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[178].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[179].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[180].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[181].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[182].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[186].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[187].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[188].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[189].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[190].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[192].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[193].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[195].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[198].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[199].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[200].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[201].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[205].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[206].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[207].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[208].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[209].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[210].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[211].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[212].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[213].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[214].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[215].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[216].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[217].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[220].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[221].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[222].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[223].resource.contained.reasonCode.text: value should not start or finish with whitespace (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[223].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[223].resource.basedOn.contained.reasonCode.text: value should not start or finish with whitespace (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[224].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[225].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[226].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[228].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[230].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[231].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[232].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[233].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[234].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[235].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[236].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[237].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[238].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[239].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[240].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[241].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[242].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[243].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[244].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[245].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[246].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[248].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[250].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[251].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[253].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[254].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[255].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[256].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[257].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[258].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[268].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[269].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[273].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[279].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[280].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[281].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[282].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[286].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[287].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[288].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[289].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[292].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[293].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[294].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[295].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[296].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[297].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[299].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[300].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[301].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[306].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[307].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[308].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[310].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[311].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[316].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[317].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[318].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[319].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[320].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[321].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[322].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[323].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[324].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[327].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[328].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[329].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[330].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[331].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[332].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.basedOn.contained.status': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.basedOn.contained.intent': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.basedOn.contained: Profile http://hl7.org/fhir/StructureDefinition/ProcedureRequest, Element 'Bundle.entry[333].resource.basedOn.contained.code': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.basedOn.contained.extension: The extension http://hl7.org/fhir/diagnosticorder-r2-marker is unknown, and not allowed here (src = InstanceValidator)
father
  • ERROR @ Bundle: A document must have an identifier with a system and a value [type = 'document' implies (identifier.system.exists() and identifier.value.exists())] (src = InstanceValidator)
  • WARNING @ Bundle.entry[6].resource.requester.agent: URN reference is not locally contained within the bundle Practitioner/example (src = InstanceValidator)
  • WARNING @ Bundle.entry:5: URN reference is not locally contained within the bundle Practitioner/example (src = InstanceValidator)
extensions
  • ERROR @ Bundle.entry[15].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,item,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],certainty,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[15].resource: All element definitions must have unique ids (diff) ( (ids: Extension,item,extension,Extension.extension.url,Extension.extension.value[x],certainty,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,individual,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],status,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCode,priority,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource: All element definitions must have unique ids (diff) ( (ids: Extension,individual,extension,Extension.extension.url,Extension.extension.value[x],status,extension,Extension.extension.url,Extension.extension.value[x],priority,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,content,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,timestamp,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueInstant,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource: All element definitions must have unique ids (diff) ( (ids: Extension,content,extension,Extension.extension.url,Extension.extension.value[x],timestamp,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource: If the structure defines an extension then the structure must have context information [type != 'Extension' or derivation = 'specialization' or (context.exists() and contextType.exists())] (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,required,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,optional,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource: All element definitions must have unique ids (diff) ( (ids: Extension,required,extension,Extension.extension.url,Extension.extension.value[x],optional,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,type,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,identifier,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueReference,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource: All element definitions must have unique ids (diff) ( (ids: Extension,type,extension,Extension.extension.url,Extension.extension.value[x],identifier,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,measure,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,detail,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource: All element definitions must have unique ids (diff) ( (ids: Extension,measure,extension,Extension.extension.url,Extension.extension.value[x],detail,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,name,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,preferred,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueBoolean,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource: All element definitions must have unique ids (diff) ( (ids: Extension,name,extension,Extension.extension.url,Extension.extension.value[x],preferred,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,code,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,period,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valuePeriod,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource: All element definitions must have unique ids (diff) ( (ids: Extension,code,extension,Extension.extension.url,Extension.extension.value[x],period,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[168].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,code,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,detail,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[168].resource: All element definitions must have unique ids (diff) ( (ids: Extension,code,extension,Extension.extension.url,Extension.extension.value[x],detail,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,NCT,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,period,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valuePeriod,reason,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource: All element definitions must have unique ids (diff) ( (ids: Extension,NCT,extension,Extension.extension.url,Extension.extension.value[x],period,extension,Extension.extension.url,Extension.extension.value[x],reason,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[197].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,condition,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueReference,role,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,Extension.url,Extension.valueReference)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[197].resource: All element definitions must have unique ids (diff) ( (ids: Extension,condition,extension,Extension.extension.url,Extension.extension.value[x],role,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,user,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,use,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource: All element definitions must have unique ids (diff) ( (ids: Extension,user,extension,Extension.extension.url,Extension.extension.value[x],use,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[218].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,question,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,answered,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueBoolean,answer,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[218].resource: All element definitions must have unique ids (diff) ( (ids: Extension,question,extension,Extension.extension.url,Extension.extension.value[x],answered,extension,Extension.extension.url,Extension.extension.value[x],answer,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,type,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,target,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueReference,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource: All element definitions must have unique ids (diff) ( (ids: Extension,type,extension,Extension.extension.url,Extension.extension.value[x],target,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[265].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,code,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,period,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valuePeriod,Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[265].resource: All element definitions must have unique ids (diff) ( (ids: Extension,code,extension,Extension.extension.url,Extension.extension.value[x],period,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[278].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,code,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueCodeableConcept,detail,Extension.extension.id,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[278].resource: All element definitions must have unique ids (diff) ( (ids: Extension,code,extension,Extension.extension.url,Extension.extension.value[x],detail,extension,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource: All element definitions must have unique ids (snapshot) ( (ids: Extension,Extension.id,Extension.extension,name,Extension.extension.id,extension,Extension.extension.url,Extension.extension.valueString,revision,Extension.extension.id,Extension.extension.extension,date,Extension.extension.extension.id,extension,Extension.extension.extension.url,Extension.extension.extension.valueDateTime,id,Extension.extension.extension.id,extension,Extension.extension.extension.url,Extension.extension.extension.valueString,author,Extension.extension.extension.id,extension,Extension.extension.extension.url,Extension.extension.extension.valueString,notes,Extension.extension.extension.id,extension,Extension.extension.extension.url,Extension.extension.extension.valueString,Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource: All element definitions must have unique ids (diff) ( (ids: Extension,name,extension,Extension.extension.url,Extension.extension.value[x],revision,date,extension,Extension.extension.extension.url,Extension.extension.extension.value[x],id,extension,Extension.extension.extension.url,Extension.extension.extension.value[x],author,extension,Extension.extension.extension.url,Extension.extension.extension.value[x],notes,extension,Extension.extension.extension.url,Extension.extension.extension.value[x],Extension.extension.url,Extension.extension.value[x],Extension.url,Extension.value[x])) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
profiles-others
  • ERROR @ Bundle.entry[7].resource.snapshot.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[7].resource.snapshot.element[25]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[7].resource.differential.element[5]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[7].resource.differential.element[6]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[11]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[12]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[13]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[14]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[15]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[16]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[17]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[18]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[19]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[20]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[25]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[30]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[32]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[33]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[34]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[35]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[36]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[37]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[38]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[42]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[43]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[44]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[45]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[49]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[50]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[51]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[52]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[53]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[54]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[55]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[56]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[57]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[61]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[62]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[63]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[64]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[68]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[69]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[70]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[71]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[72]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[73]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[74]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[75]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[76]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[77]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[78]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[82]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[83]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[87]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[88]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.snapshot.element[92]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[4]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[5]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[6]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[7]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[8]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[11]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[12]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[13]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[14]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[15]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[16]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[17]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[18]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[19]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[20]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[21]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[22]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[23]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[25]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[27]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[28]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[29]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[30]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[32]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[33]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[34]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[35]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[36]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[37]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[38]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[39]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[40]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[41]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[42]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[43]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[44]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[45]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[46]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[47]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[48]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[49]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[50]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[51]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[52]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[53]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[54]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[55]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[56]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.differential.element[57]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource: All element definitions must have unique ids (snapshot) ( (ids: USLab-Patient,Patient.id,Patient.meta,Patient.implicitRules,Patient.language,Patient.text,Patient.contained,Patient.extension,race,Patient.extension.id,extension,Patient.extension.url,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.id,Patient.extension.valueCodeableConcept.extension,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.id,Patient.extension.valueCodeableConcept.coding.extension,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.version,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.extension.valueCodeableConcept.coding.userSelected,Patient.extension.valueCodeableConcept.text,ethnicity,Patient.extension.id,extension,Patient.extension.url,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.id,Patient.extension.valueCodeableConcept.extension,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.id,Patient.extension.valueCodeableConcept.coding.extension,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.version,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.extension.valueCodeableConcept.coding.userSelected,Patient.extension.valueCodeableConcept.text,Patient.modifierExtension,Patient.identifier,Patient.identifier.id,Patient.identifier.extension,Patient.identifier.use,Patient.identifier.type,Patient.identifier.system,Patient.identifier.value,Patient.identifier.period,Patient.identifier.assigner,Patient.active,Patient.name,Patient.name.id,Patient.name.extension,Patient.name.use,Patient.name.text,Patient.name.family,Patient.name.given,Patient.name.prefix,Patient.name.suffix,Patient.name.period,Patient.telecom,Patient.gender,Patient.birthDate,Patient.deceased[x],Patient.address,Patient.address.id,Patient.address.extension,Patient.address.use,Patient.address.type,Patient.address.text,Patient.address.line,Patient.address.city,Patient.address.district,Patient.address.state,Patient.address.postalCode,Patient.address.country,Patient.address.period,Patient.maritalStatus,Patient.multipleBirth[x],Patient.photo,Patient.contact,Patient.contact.id,Patient.contact.extension,Patient.contact.modifierExtension,Patient.contact.relationship,Patient.contact.name,Patient.contact.telecom,Patient.contact.address,Patient.contact.gender,Patient.contact.organization,Patient.contact.period,Patient.animal,Patient.animal.id,Patient.animal.extension,Patient.animal.modifierExtension,Patient.animal.species,Patient.animal.breed,Patient.animal.genderStatus,Patient.communication,Patient.communication.id,Patient.communication.extension,Patient.communication.modifierExtension,Patient.communication.language,Patient.communication.preferred,Patient.careProvider,Patient.managingOrganization,Patient.link,Patient.link.id,Patient.link.extension,Patient.link.modifierExtension,Patient.link.other,Patient.link.type)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource: All element definitions must have unique ids (diff) ( (ids: USLab-Patient,race,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,ethnicity,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.identifier,Patient.identifier.use,Patient.identifier.system,Patient.identifier.value,Patient.name,Patient.name.use,Patient.name.family,Patient.name.given,Patient.name.suffix,Patient.gender,Patient.birthDate,Patient.deceased[x],Patient.address,Patient.address.use,Patient.address.line,Patient.address.city,Patient.address.state,Patient.address.postalCode,Patient.address.country)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource: All element definitions must have unique ids (snapshot) ( (ids: USLab-PHPatient,Patient.id,Patient.meta,Patient.implicitRules,Patient.language,Patient.text,Patient.contained,Patient.extension,DAFRace,Patient.extension.id,extension,Patient.extension.url,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.id,Patient.extension.valueCodeableConcept.extension,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.id,Patient.extension.valueCodeableConcept.coding.extension,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.version,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.extension.valueCodeableConcept.coding.userSelected,Patient.extension.valueCodeableConcept.text,DAFethnicity,Patient.extension.id,extension,Patient.extension.url,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.id,Patient.extension.valueCodeableConcept.extension,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.id,Patient.extension.valueCodeableConcept.coding.extension,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.version,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.extension.valueCodeableConcept.coding.userSelected,Patient.extension.valueCodeableConcept.text,Patient.modifierExtension,Patient.identifier,Patient.identifier.id,Patient.identifier.extension,Patient.identifier.use,Patient.identifier.type,Patient.identifier.system,Patient.identifier.value,Patient.identifier.period,Patient.identifier.assigner,Patient.active,Patient.name,Patient.name.id,Patient.name.extension,Patient.name.use,Patient.name.text,Patient.name.family,Patient.name.given,Patient.name.prefix,Patient.name.suffix,Patient.name.period,Patient.telecom,USLabHomePhone,Patient.telecom.id,Patient.telecom.extension,Patient.telecom.system,Patient.telecom.value,Patient.telecom.use,Patient.telecom.rank,Patient.telecom.period,USLabWorkPhone,Patient.telecom.id,Patient.telecom.extension,Patient.telecom.system,Patient.telecom.value,Patient.telecom.use,Patient.telecom.rank,Patient.telecom.period,Patient.gender,Patient.birthDate,Patient.deceased[x],Patient.address,Patient.address.id,Patient.address.extension,USLabPHCountry,Patient.address.use,Patient.address.type,Patient.address.text,Patient.address.line,Patient.address.city,Patient.address.district,Patient.address.state,Patient.address.postalCode,Patient.address.country,Patient.address.period,Patient.maritalStatus,Patient.multipleBirth[x],Patient.photo,Patient.contact,Patient.contact.id,Patient.contact.extension,Patient.contact.modifierExtension,Patient.contact.relationship,Patient.contact.relationship.id,Patient.contact.relationship.extension,Patient.contact.relationship.coding,Patient.contact.relationship.coding.id,Patient.contact.relationship.coding.extension,Patient.contact.relationship.coding.system,Patient.contact.relationship.coding.version,Patient.contact.relationship.coding.code,Patient.contact.relationship.coding.display,Patient.contact.relationship.coding.userSelected,Patient.contact.relationship.text,Patient.contact.name,Patient.contact.name.id,Patient.contact.name.extension,Patient.contact.name.use,Patient.contact.name.text,Patient.contact.name.family,Patient.contact.name.given,Patient.contact.name.prefix,Patient.contact.name.suffix,Patient.contact.name.period,Patient.contact.telecom,Patient.contact.telecom.id,Patient.contact.telecom.extension,Patient.contact.telecom.system,Patient.contact.telecom.value,Patient.contact.telecom.use,Patient.contact.telecom.rank,Patient.contact.telecom.period,Patient.contact.address,Patient.contact.address.id,Patient.contact.address.extension,CountyCountact,Patient.contact.address.use,Patient.contact.address.type,Patient.contact.address.text,Patient.contact.address.line,Patient.contact.address.city,Patient.contact.address.district,Patient.contact.address.state,Patient.contact.address.postalCode,Patient.contact.address.country,Patient.contact.address.period,Patient.contact.gender,Patient.contact.organization,Patient.contact.period,Patient.animal,Patient.animal.id,Patient.animal.extension,Patient.animal.modifierExtension,Patient.animal.species,Patient.animal.breed,Patient.animal.genderStatus,Patient.communication,Patient.communication.id,Patient.communication.extension,Patient.communication.modifierExtension,Patient.communication.language,Patient.communication.preferred,Patient.careProvider,Patient.managingOrganization,Patient.link,Patient.link.id,Patient.link.extension,Patient.link.modifierExtension,Patient.link.other,Patient.link.type)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource: All element definitions must have unique ids (diff) ( (ids: USLab-PHPatient,DAFRace,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,DAFethnicity,Patient.extension.valueCodeableConcept,Patient.extension.valueCodeableConcept.coding,Patient.extension.valueCodeableConcept.coding.system,Patient.extension.valueCodeableConcept.coding.code,Patient.extension.valueCodeableConcept.coding.display,Patient.identifier,Patient.identifier.use,Patient.identifier.system,Patient.identifier.value,Patient.name,Patient.name.use,Patient.name.family,Patient.name.given,Patient.name.prefix,Patient.name.suffix,USLabHomePhone,Patient.telecom.system,Patient.telecom.value,Patient.telecom.use,USLabWorkPhone,Patient.telecom.system,Patient.telecom.value,Patient.telecom.use,Patient.gender,Patient.birthDate,Patient.deceased[x],Patient.address,USLabPHCountry,Patient.address.use,Patient.address.line,Patient.address.city,Patient.address.state,Patient.address.postalCode,Patient.address.country,Patient.contact,Patient.contact.relationship,Patient.contact.relationship.coding,Patient.contact.relationship.coding.code,Patient.contact.name,Patient.contact.name.family,Patient.contact.name.given,Patient.contact.name.suffix,Patient.contact.telecom,Patient.contact.telecom.system,Patient.contact.telecom.value,Patient.contact.address,CountyCountact,Patient.contact.address.use,Patient.contact.address.line,Patient.contact.address.city,Patient.contact.address.state,Patient.contact.address.postalCode,Patient.contact.address.country)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource: All element definitions must have unique ids (snapshot) ( (ids: SDC-Questionnaire,Questionnaire.id,Questionnaire.meta,Questionnaire.implicitRules,Questionnaire.language,Questionnaire.text,Questionnaire.contained,Questionnaire.extension,submissionEndpoint,provenanceSignatureRequired,styleSensitive,category,Questionnaire.modifierExtension,Questionnaire.identifier,Questionnaire.version,Questionnaire.status,Questionnaire.date,Questionnaire.publisher,Questionnaire.telecom,Questionnaire.subjectType,Questionnaire.group,Questionnaire.group.id,Questionnaire.group.extension,groupLabel,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupLabel.renderingStyle,groupLabel.markup,Questionnaire.group.extension.valueString.value,groupInstruction,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupInstruction.renderingStyle,groupInstruction.markup,Questionnaire.group.extension.valueString.value,groupSecurity,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupSecurity.renderingStyle,groupSecurity.markup,Questionnaire.group.extension.valueString.value,groupHelp,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupHelp.renderingStyle,groupHelp.markup,Questionnaire.group.extension.valueString.value,groupTooltip,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupTooltip.renderingStyle,groupTooltip.markup,Questionnaire.group.extension.valueString.value,groupTrailing,Questionnaire.group.extension.id,extension,Questionnaire.group.extension.url,Questionnaire.group.extension.valueString,Questionnaire.group.extension.valueString.id,Questionnaire.group.extension.valueString.extension,groupTrailing.renderingStyle,groupTrailing.markup,Questionnaire.group.extension.valueString.value,groupOptionalDisplay,hidden,groupMinOccurs,groupMaxOccurs,specialGroup,Questionnaire.group.modifierExtension,Questionnaire.group.linkId,Questionnaire.group.title,Questionnaire.group.title.id,Questionnaire.group.title.extension,groupTitle.renderingStyle,groupTitle.markup,Questionnaire.group.title.value,Questionnaire.group.concept,Questionnaire.group.text,Questionnaire.group.text.id,Questionnaire.group.text.extension,groupText.renderingStyle,groupText.markup,Questionnaire.group.text.value,Questionnaire.group.required,Questionnaire.group.repeats,Questionnaire.group.group,Questionnaire.group.question,Questionnaire.group.question.id,Questionnaire.group.question.extension,questionMinOccurs,questionMaxOccurs,questionLabel,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionLabel.renderingStyle,questionLabel.markup,Questionnaire.group.question.extension.valueString.value,questionInstruction,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionInstruction.renderingStyle,questionInstruction.markup,Questionnaire.group.question.extension.valueString.value,questionSecurity,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionSecurity.renderingStyle,questionSecurity.markup,Questionnaire.group.question.extension.valueString.value,questionHelp,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionHelp.renderingStyle,questionHelp.markup,Questionnaire.group.question.extension.valueString.value,questionTooltip,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionTooltip.renderingStyle,questionTooltip.markup,Questionnaire.group.question.extension.valueString.value,questionTrailing,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionTrailing.renderingStyle,questionTrailing.markup,Questionnaire.group.question.extension.valueString.value,questionUnits,Questionnaire.group.question.extension.id,extension,Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.valueString,Questionnaire.group.question.extension.valueString.id,Questionnaire.group.question.extension.valueString.extension,questionUnits.renderingStyle,questionUnits.markup,Questionnaire.group.question.extension.valueString.value,questionEnableWhen,Questionnaire.group.question.extension.id,Questionnaire.group.question.extension.extension,question,Questionnaire.group.question.extension.extension.id,extension,Questionnaire.group.question.extension.extension.url,Questionnaire.group.question.extension.extension.valueString,answered,Questionnaire.group.question.extension.extension.id,extension,Questionnaire.group.question.extension.extension.url,Questionnaire.group.question.extension.extension.valueBoolean,answer,Questionnaire.group.question.extension.extension.id,extension,Questionnaire.group.question.extension.extension.url,Questionnaire.group.question.extension.extension.value[x],Questionnaire.group.question.extension.url,Questionnaire.group.question.extension.value[x],questionOptionalDisplay,hidden,questionControl,choiceOrientation,defaultValue,readOnly,minLength,maxLength,regex,entryFormat,minValue,maxValue,maxDecimalPlaces,deReference,Questionnaire.group.question.modifierExtension,Questionnaire.group.question.linkId,Questionnaire.group.question.concept,Questionnaire.group.question.text,Questionnaire.group.question.text.id,Questionnaire.group.question.text.extension,questionText.renderingStyle,questionText.markup,Questionnaire.group.question.text.value,Questionnaire.group.question.type,Questionnaire.group.question.required,Questionnaire.group.question.repeats,Questionnaire.group.question.options,Questionnaire.group.question.option,Questionnaire.group.question.group)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource: All element definitions must have unique ids (diff) ( (ids: SDC-Questionnaire,submissionEndpoint,provenanceSignatureRequired,styleSensitive,category,Questionnaire.identifier,Questionnaire.version,Questionnaire.status,Questionnaire.date,Questionnaire.publisher,Questionnaire.subjectType,Questionnaire.group,groupLabel,Questionnaire.group.extension.valueString,groupLabel.renderingStyle,groupLabel.markup,groupInstruction,Questionnaire.group.extension.valueString,groupInstruction.renderingStyle,groupInstruction.markup,groupSecurity,Questionnaire.group.extension.valueString,groupSecurity.renderingStyle,groupSecurity.markup,groupHelp,Questionnaire.group.extension.valueString,groupHelp.renderingStyle,groupHelp.markup,groupTooltip,Questionnaire.group.extension.valueString,groupTooltip.renderingStyle,groupTooltip.markup,groupTrailing,Questionnaire.group.extension.valueString,groupTrailing.renderingStyle,groupTrailing.markup,groupOptionalDisplay,hidden,groupMinOccurs,groupMaxOccurs,specialGroup,Questionnaire.group.linkId,Questionnaire.group.title,groupTitle.renderingStyle,groupTitle.markup,Questionnaire.group.concept,Questionnaire.group.text,groupText.renderingStyle,groupText.markup,Questionnaire.group.required,Questionnaire.group.repeats,Questionnaire.group.group,Questionnaire.group.question,questionMinOccurs,questionMaxOccurs,questionLabel,Questionnaire.group.question.extension.valueString,questionLabel.renderingStyle,questionLabel.markup,questionInstruction,Questionnaire.group.question.extension.valueString,questionInstruction.renderingStyle,questionInstruction.markup,questionSecurity,Questionnaire.group.question.extension.valueString,questionSecurity.renderingStyle,questionSecurity.markup,questionHelp,Questionnaire.group.question.extension.valueString,questionHelp.renderingStyle,questionHelp.markup,questionTooltip,Questionnaire.group.question.extension.valueString,questionTooltip.renderingStyle,questionTooltip.markup,questionTrailing,Questionnaire.group.question.extension.valueString,questionTrailing.renderingStyle,questionTrailing.markup,questionUnits,Questionnaire.group.question.extension.valueString,questionUnits.renderingStyle,questionUnits.markup,questionEnableWhen,question,answered,answer,questionOptionalDisplay,hidden,questionControl,choiceOrientation,defaultValue,readOnly,minLength,maxLength,regex,entryFormat,minValue,maxValue,maxDecimalPlaces,deReference,Questionnaire.group.question.linkId,Questionnaire.group.question.concept,Questionnaire.group.question.text,questionText.renderingStyle,questionText.markup,Questionnaire.group.question.type,Questionnaire.group.question.required,Questionnaire.group.question.repeats,Questionnaire.group.question.options,Questionnaire.group.question.option,Questionnaire.group.question.group)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[32]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[41]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[42]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[51]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[52]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[61]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[62]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[71]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[72]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[81]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[82]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[94]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[95]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[101]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[102]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[119]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[120]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[129]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[130]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[139]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[140]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[149]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[150]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[159]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[160]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[169]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[170]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[179]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[180]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[222]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.snapshot.element[223]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[15]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[16]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[19]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[20]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[23]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[27]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[28]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[32]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[35]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[36]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[44]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[45]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[48]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[49]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[58]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[59]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[62]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[63]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[66]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[67]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[70]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[71]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[74]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[75]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[78]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[79]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[82]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[83]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[105]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.differential.element[106]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource: All element definitions must have unique ids (snapshot) ( (ids: SDC-ValueSet,ValueSet.id,ValueSet.meta,ValueSet.implicitRules,ValueSet.language,ValueSet.text,ValueSet.contained,ValueSet.extension,styleSensitive,ValueSet.modifierExtension,ValueSet.url,ValueSet.identifier,ValueSet.version,ValueSet.name,ValueSet.status,ValueSet.experimental,ValueSet.publisher,ValueSet.contact,ValueSet.contact.id,ValueSet.contact.extension,ValueSet.contact.modifierExtension,ValueSet.contact.name,ValueSet.contact.telecom,ValueSet.date,ValueSet.lockedDate,ValueSet.description,ValueSet.useContext,ValueSet.immutable,ValueSet.requirements,ValueSet.copyright,ValueSet.extensible,ValueSet.codeSystem,ValueSet.codeSystem.id,ValueSet.codeSystem.extension,ValueSet.codeSystem.modifierExtension,ValueSet.codeSystem.system,ValueSet.codeSystem.version,ValueSet.codeSystem.caseSensitive,ValueSet.codeSystem.concept,ValueSet.codeSystem.concept.id,ValueSet.codeSystem.concept.extension,conceptLabel,ValueSet.codeSystem.concept.extension.id,extension,ValueSet.codeSystem.concept.extension.url,ValueSet.codeSystem.concept.extension.valueString,ValueSet.codeSystem.concept.extension.valueString.id,ValueSet.codeSystem.concept.extension.valueString.extension,conceptLabel.renderingStyle,conceptLabel.markup,ValueSet.codeSystem.concept.extension.valueString.value,conceptConceptOrder,ValueSet.codeSystem.concept.modifierExtension,ValueSet.codeSystem.concept.code,ValueSet.codeSystem.concept.abstract,ValueSet.codeSystem.concept.display,ValueSet.codeSystem.concept.display.id,ValueSet.codeSystem.concept.display.extension,conceptDisplayLabel.renderingStyle,conceptDisplayLabel.markup,ValueSet.codeSystem.concept.display.value,ValueSet.codeSystem.concept.definition,designation,ValueSet.codeSystem.concept.designation.id,ValueSet.codeSystem.concept.designation.extension,ValueSet.codeSystem.concept.designation.modifierExtension,ValueSet.codeSystem.concept.designation.language,ValueSet.codeSystem.concept.designation.use,ValueSet.codeSystem.concept.designation.value,ValueSet.codeSystem.concept.concept,ValueSet.compose,ValueSet.compose.id,ValueSet.compose.extension,ValueSet.compose.modifierExtension,ValueSet.compose.import,ValueSet.compose.include,ValueSet.compose.include.id,ValueSet.compose.include.extension,ValueSet.compose.include.modifierExtension,ValueSet.compose.include.system,ValueSet.compose.include.version,ValueSet.compose.include.concept,ValueSet.compose.include.concept.id,ValueSet.compose.include.concept.extension,conceptLabel,ValueSet.compose.include.concept.extension.id,extension,ValueSet.compose.include.concept.extension.url,ValueSet.compose.include.concept.extension.valueString,ValueSet.compose.include.concept.extension.valueString.id,ValueSet.compose.include.concept.extension.valueString.extension,code.renderingStyle,code.markup,ValueSet.compose.include.concept.extension.valueString.value,conceptConceptOrder,ValueSet.compose.include.concept.modifierExtension,ValueSet.compose.include.concept.code,ValueSet.compose.include.concept.display,ValueSet.compose.include.concept.display.id,ValueSet.compose.include.concept.display.extension,codeDisplay.renderingStyle,codeDisplay.markup,ValueSet.compose.include.concept.display.value,ValueSet.compose.include.concept.designation,ValueSet.compose.include.filter,ValueSet.compose.include.filter.id,ValueSet.compose.include.filter.extension,ValueSet.compose.include.filter.modifierExtension,ValueSet.compose.include.filter.property,ValueSet.compose.include.filter.op,ValueSet.compose.include.filter.value,ValueSet.compose.exclude,ValueSet.expansion,ValueSet.expansion.id,ValueSet.expansion.extension,ValueSet.expansion.modifierExtension,ValueSet.expansion.identifier,ValueSet.expansion.timestamp,ValueSet.expansion.total,ValueSet.expansion.offset,ValueSet.expansion.parameter,ValueSet.expansion.parameter.id,ValueSet.expansion.parameter.extension,ValueSet.expansion.parameter.modifierExtension,ValueSet.expansion.parameter.name,ValueSet.expansion.parameter.value[x],ValueSet.expansion.contains,ValueSet.expansion.contains.id,ValueSet.expansion.contains.extension,expansionLabel,ValueSet.expansion.contains.extension.id,extension,ValueSet.expansion.contains.extension.url,ValueSet.expansion.contains.extension.valueString,ValueSet.expansion.contains.extension.valueString.id,ValueSet.expansion.contains.extension.valueString.extension,expansion.renderingStyle,expansion.markup,ValueSet.expansion.contains.extension.valueString.value,conceptConceptOrder,ValueSet.expansion.contains.modifierExtension,ValueSet.expansion.contains.system,ValueSet.expansion.contains.abstract,ValueSet.expansion.contains.version,ValueSet.expansion.contains.code,ValueSet.expansion.contains.display,ValueSet.expansion.contains.display.id,ValueSet.expansion.contains.display.extension,expansionDisplay.renderingStyle,expansionDisplay.markup,ValueSet.expansion.contains.display.value,ValueSet.expansion.contains.contains)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource: All element definitions must have unique ids (diff) ( (ids: SDC-ValueSet,styleSensitive,ValueSet.url,ValueSet.name,ValueSet.status,ValueSet.experimental,ValueSet.date,ValueSet.lockedDate,ValueSet.description,ValueSet.useContext,ValueSet.immutable,ValueSet.extensible,ValueSet.codeSystem,ValueSet.codeSystem.system,ValueSet.codeSystem.version,ValueSet.codeSystem.caseSensitive,ValueSet.codeSystem.concept,conceptLabel,ValueSet.codeSystem.concept.extension.valueString,conceptLabel.renderingStyle,conceptLabel.markup,conceptConceptOrder,ValueSet.codeSystem.concept.code,ValueSet.codeSystem.concept.abstract,ValueSet.codeSystem.concept.display,conceptDisplayLabel.renderingStyle,conceptDisplayLabel.markup,ValueSet.codeSystem.concept.definition,ValueSet.codeSystem.concept.concept,ValueSet.compose,ValueSet.compose.import,ValueSet.compose.include,ValueSet.compose.include.system,ValueSet.compose.include.version,ValueSet.compose.include.concept,conceptLabel,ValueSet.compose.include.concept.extension.valueString,code.renderingStyle,code.markup,conceptConceptOrder,ValueSet.compose.include.concept.code,ValueSet.compose.include.concept.display,codeDisplay.renderingStyle,codeDisplay.markup,ValueSet.compose.include.filter,ValueSet.compose.include.filter.property,ValueSet.compose.include.filter.op,ValueSet.compose.include.filter.value,ValueSet.compose.exclude,ValueSet.expansion,ValueSet.expansion.identifier,ValueSet.expansion.timestamp,ValueSet.expansion.contains,expansionLabel,ValueSet.expansion.contains.extension.valueString,expansion.renderingStyle,expansion.markup,conceptConceptOrder,ValueSet.expansion.contains.system,ValueSet.expansion.contains.abstract,ValueSet.expansion.contains.version,ValueSet.expansion.contains.code,ValueSet.expansion.contains.display,expansionDisplay.renderingStyle,expansionDisplay.markup,ValueSet.expansion.contains.contains)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[49]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[50]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[59]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[60]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[92]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[93]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[101]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[102]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[137]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[138]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[149]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.snapshot.element[150]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[20]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[21]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[27]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[38]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[39]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[43]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[44]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[56]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[57]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[64]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.differential.element[65]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource: All element definitions must have unique ids (snapshot) ( (ids: SDCDE-DataElement,DataElement.id,DataElement.meta,DataElement.implicitRules,DataElement.language,DataElement.text,DataElement.contained,DataElement.extension,effectivePeriod,documentReference,administrativeStatus,changeDescription,submitterOrganization,registryOrganization,DataElement.modifierExtension,DataElement.url,DataElement.identifier,DataElement.version,DataElement.name,DataElement.status,DataElement.experimental,DataElement.publisher,DataElement.contact,DataElement.contact.id,DataElement.contact.extension,contactAddress,DataElement.contact.modifierExtension,DataElement.contact.name,DataElement.contact.telecom,DataElement.date,DataElement.useContext,DataElement.useContext.id,DataElement.useContext.extension,classificationOrContext,DataElement.useContext.coding,DataElement.useContext.text,DataElement.copyright,DataElement.stringency,DataElement.mapping,ObjectClassPropertyMapping,DataElement.mapping.id,DataElement.mapping.extension,DataElement.mapping.modifierExtension,DataElement.mapping.identity,DataElement.mapping.uri,DataElement.mapping.name,DataElement.mapping.comments,OtherMapping,DataElement.mapping.id,DataElement.mapping.extension,DataElement.mapping.modifierExtension,DataElement.mapping.identity,DataElement.mapping.uri,DataElement.mapping.name,DataElement.mapping.comments,DataElement.element,DataElement.element.id,DataElement.element.extension,question,allowedUnits,minLength,regex,entryFormat,maxDecimalPlaces,DataElement.element.path,DataElement.element.representation,DataElement.element.name,DataElement.element.label,DataElement.element.code,DataElement.element.code.id,DataElement.element.code.extension,isDataElementConcept,DataElement.element.code.system,DataElement.element.code.version,DataElement.element.code.code,DataElement.element.code.display,DataElement.element.code.userSelected,DataElement.element.slicing,DataElement.element.slicing.id,DataElement.element.slicing.extension,DataElement.element.slicing.discriminator,DataElement.element.slicing.description,DataElement.element.slicing.ordered,DataElement.element.slicing.rules,DataElement.element.short,DataElement.element.definition,DataElement.element.comments,DataElement.element.requirements,DataElement.element.alias,DataElement.element.min,DataElement.element.max,DataElement.element.base,DataElement.element.base.id,DataElement.element.base.extension,DataElement.element.base.path,DataElement.element.base.min,DataElement.element.base.max,DataElement.element.type,DataElement.element.type.id,DataElement.element.type.extension,DataElement.element.type.code,DataElement.element.type.profile,DataElement.element.type.aggregation,DataElement.element.nameReference,DataElement.element.defaultValue[x],DataElement.element.meaningWhenMissing,DataElement.element.fixed[x],DataElement.element.pattern[x],DataElement.element.example[x],DataElement.element.minValue[x],l,DataElement.element.maxLength,DataElement.element.condition,DataElement.element.constraint,DataElement.element.constraint.id,DataElement.element.constraint.extension,DataElement.element.constraint.key,DataElement.element.constraint.requirements,DataElement.element.constraint.severity,DataElement.element.constraint.human,DataElement.element.constraint.xpath,DataElement.element.mustSupport,DataElement.element.isModifier,DataElement.element.isSummary,DataElement.element.binding,DataElement.element.binding.id,DataElement.element.binding.extension,DataElement.element.binding.strength,DataElement.element.binding.description,DataElement.element.binding.valueSetReference,DataElement.element.binding.valueSetReference.id,DataElement.element.binding.valueSetReference.extension,permittedValueValueset,permittedValueConcepmap,DataElement.element.binding.valueSetReference.reference,DataElement.element.binding.valueSetReference.display,DataElement.element.mapping,ClassPropertyMapping,DataElement.element.mapping.id,DataElement.element.mapping.extension,objectClass,DataElement.element.mapping.extension.id,extension,DataElement.element.mapping.extension.url,DataElement.element.mapping.extension.valueCoding,property,DataElement.element.mapping.extension.id,extension,DataElement.element.mapping.extension.url,DataElement.element.mapping.extension.valueCoding,DataElement.element.mapping.identity,DataElement.element.mapping.language,DataElement.element.mapping.map,OtherElementMapping,DataElement.element.mapping.id,MappingEquivalence,DataElement.element.mapping.identity,DataElement.element.mapping.language,DataElement.element.mapping.map)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource: All element definitions must have unique ids (diff) ( (ids: SDCDE-DataElement,effectivePeriod,documentReference,administrativeStatus,changeDescription,submitterOrganization,registryOrganization,DataElement.url,DataElement.identifier,DataElement.version,DataElement.name,DataElement.status,DataElement.experimental,DataElement.publisher,DataElement.contact,contactAddress,DataElement.contact.name,DataElement.contact.telecom,DataElement.date,DataElement.useContext,classificationOrContext,DataElement.copyright,DataElement.stringency,ObjectClassPropertyMapping,DataElement.mapping.identity,DataElement.mapping.uri,DataElement.mapping.name,DataElement.mapping.comments,OtherMapping,DataElement.mapping.identity,DataElement.mapping.uri,DataElement.mapping.name,DataElement.mapping.comments,DataElement.element,question,allowedUnits,minLength,regex,entryFormat,maxDecimalPlaces,DataElement.element.path,DataElement.element.name,DataElement.element.label,DataElement.element.code,isDataElementConcept,DataElement.element.definition,DataElement.element.comments,DataElement.element.requirements,DataElement.element.alias,DataElement.element.min,DataElement.element.max,DataElement.element.type,DataElement.element.type.code,DataElement.element.defaultValue[x],DataElement.element.meaningWhenMissing,DataElement.element.example[x],DataElement.element.minValue[x],l,DataElement.element.maxLength,DataElement.element.condition,DataElement.element.constraint,DataElement.element.constraint.key,DataElement.element.constraint.requirements,DataElement.element.constraint.severity,DataElement.element.constraint.human,DataElement.element.constraint.xpath,DataElement.element.mustSupport,DataElement.element.binding,DataElement.element.binding.strength,DataElement.element.binding.description,DataElement.element.binding.valueSetReference,permittedValueValueset,permittedValueConcepmap,ClassPropertyMapping,objectClass,DataElement.element.mapping.extension.valueCoding,property,DataElement.element.mapping.extension.valueCoding,DataElement.element.mapping.identity,DataElement.element.mapping.map,OtherElementMapping,MappingEquivalence,DataElement.element.mapping.identity,DataElement.element.mapping.language,DataElement.element.mapping.map)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource: All element definitions must have unique ids (snapshot) ( (ids: SDCDE-ValueSet,ValueSet.id,ValueSet.meta,ValueSet.implicitRules,ValueSet.language,ValueSet.text,ValueSet.contained,ValueSet.extension,styleSensitive,trustedExpansion,effectiveDate,expirationDate,ValueSet.modifierExtension,ValueSet.url,ValueSet.identifier,ValueSet.version,ValueSet.name,ValueSet.status,ValueSet.experimental,ValueSet.publisher,ValueSet.contact,ValueSet.contact.id,ValueSet.contact.extension,ValueSet.contact.modifierExtension,ValueSet.contact.name,ValueSet.contact.telecom,ValueSet.date,ValueSet.lockedDate,ValueSet.description,ValueSet.useContext,ValueSet.immutable,ValueSet.requirements,ValueSet.copyright,ValueSet.extensible,ValueSet.codeSystem,ValueSet.codeSystem.id,ValueSet.codeSystem.extension,ValueSet.codeSystem.modifierExtension,ValueSet.codeSystem.system,ValueSet.codeSystem.version,ValueSet.codeSystem.caseSensitive,ValueSet.codeSystem.concept,ValueSet.codeSystem.concept.id,ValueSet.codeSystem.concept.extension,conceptConceptOrder,ValueSet.codeSystem.concept.modifierExtension,ValueSet.codeSystem.concept.code,ValueSet.codeSystem.concept.abstract,ValueSet.codeSystem.concept.display,ValueSet.codeSystem.concept.definition,designation,ValueSet.codeSystem.concept.designation.id,ValueSet.codeSystem.concept.designation.extension,ValueSet.codeSystem.concept.designation.modifierExtension,ValueSet.codeSystem.concept.designation.language,ValueSet.codeSystem.concept.designation.use,ValueSet.codeSystem.concept.designation.value,ValueSet.codeSystem.concept.concept,ValueSet.compose,ValueSet.compose.id,ValueSet.compose.extension,ValueSet.compose.modifierExtension,ValueSet.compose.import,ValueSet.compose.include,ValueSet.compose.include.id,ValueSet.compose.include.extension,ValueSet.compose.include.modifierExtension,ValueSet.compose.include.system,ValueSet.compose.include.version,ValueSet.compose.include.concept,ValueSet.compose.include.concept.id,ValueSet.compose.include.concept.extension,conceptConceptOrder,ValueSet.compose.include.concept.modifierExtension,ValueSet.compose.include.concept.code,ValueSet.compose.include.concept.display,ValueSet.compose.include.concept.designation,ValueSet.compose.include.filter,ValueSet.compose.include.filter.id,ValueSet.compose.include.filter.extension,ValueSet.compose.include.filter.modifierExtension,ValueSet.compose.include.filter.property,ValueSet.compose.include.filter.op,ValueSet.compose.include.filter.value,ValueSet.compose.exclude,ValueSet.expansion,ValueSet.expansion.id,ValueSet.expansion.extension,ValueSet.expansion.modifierExtension,ValueSet.expansion.identifier,ValueSet.expansion.timestamp,ValueSet.expansion.total,ValueSet.expansion.offset,ValueSet.expansion.parameter,ValueSet.expansion.parameter.id,ValueSet.expansion.parameter.extension,ValueSet.expansion.parameter.modifierExtension,ValueSet.expansion.parameter.name,ValueSet.expansion.parameter.value[x],ValueSet.expansion.contains,ValueSet.expansion.contains.id,ValueSet.expansion.contains.extension,conceptConceptOrder,definition,systemName,ValueSet.expansion.contains.modifierExtension,ValueSet.expansion.contains.system,ValueSet.expansion.contains.abstract,ValueSet.expansion.contains.version,ValueSet.expansion.contains.code,ValueSet.expansion.contains.display,ValueSet.expansion.contains.contains)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource: All element definitions must have unique ids (diff) ( (ids: SDCDE-ValueSet,styleSensitive,trustedExpansion,effectiveDate,expirationDate,ValueSet.url,ValueSet.identifier,ValueSet.version,ValueSet.name,ValueSet.status,ValueSet.experimental,ValueSet.publisher,ValueSet.date,ValueSet.lockedDate,ValueSet.description,ValueSet.useContext,ValueSet.immutable,ValueSet.extensible,ValueSet.codeSystem,ValueSet.codeSystem.system,ValueSet.codeSystem.version,ValueSet.codeSystem.caseSensitive,ValueSet.codeSystem.concept,conceptConceptOrder,ValueSet.codeSystem.concept.code,ValueSet.codeSystem.concept.abstract,ValueSet.codeSystem.concept.display,ValueSet.codeSystem.concept.definition,ValueSet.codeSystem.concept.concept,ValueSet.compose,ValueSet.compose.import,ValueSet.compose.include,ValueSet.compose.include.system,ValueSet.compose.include.version,ValueSet.compose.include.concept,conceptConceptOrder,ValueSet.compose.include.concept.code,ValueSet.compose.include.concept.display,ValueSet.compose.include.filter,ValueSet.compose.include.filter.property,ValueSet.compose.include.filter.op,ValueSet.compose.include.filter.value,ValueSet.compose.exclude,ValueSet.expansion,ValueSet.expansion.identifier,ValueSet.expansion.timestamp,ValueSet.expansion.contains,conceptConceptOrder,definition,systemName,ValueSet.expansion.contains.system,ValueSet.expansion.contains.abstract,ValueSet.expansion.contains.version,ValueSet.expansion.contains.code,ValueSet.expansion.contains.display,ValueSet.expansion.contains.contains)) [differential.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.snapshot.element[28]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.differential.element[13]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[73].resource: All element definitions must have unique ids (snapshot) ( (ids: QICore-AdverseEvent,Basic.id,Basic.meta,Basic.implicitRules,Basic.language,Basic.text,Basic.contained,Basic.extension,type,discoveryDateTime,location,category,cause,Basic.extension.id,Basic.extension.extension,item,Basic.extension.extension.id,extension,Basic.extension.extension.url,Basic.extension.extension.value[x],certainty,Basic.extension.extension.id,extension,Basic.extension.extension.url,Basic.extension.extension.valueCodeableConcept,Basic.extension.url,Basic.extension.value[x],reaction,period,clinicalStudy,severity,Basic.modifierExtension,didNotOccur,Basic.identifier,Basic.code,Basic.subject,Basic.author,Basic.created)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[75].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[75].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.snapshot.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.differential.element[14]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[82].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[82].resource.snapshot.element[13]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[82].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[82].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource: All element definitions must have unique ids (snapshot) ( (ids: QICore-Encounter,Encounter.id,Encounter.meta,Encounter.implicitRules,Encounter.language,Encounter.text,Encounter.contained,Encounter.extension,Encounter.relatedCondition,Encounter.extension.id,Encounter.extension.extension,condition,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,role,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.extension,Encounter.extension.url,Encounter.extension.valueReference,Encounter.reasonCancelled,Encounter.modifierExtension,Encounter.identifier,Encounter.status,Encounter.statusHistory,Encounter.statusHistory.id,Encounter.statusHistory.extension,Encounter.statusHistory.modifierExtension,Encounter.statusHistory.status,Encounter.statusHistory.period,Encounter.class,Encounter.type,Encounter.priority,Encounter.patient,Encounter.episodeOfCare,Encounter.incomingReferral,Encounter.participant,Encounter.participant.id,Encounter.participant.extension,Encounter.participant.modifierExtension,Encounter.participant.type,Encounter.participant.period,Encounter.participant.individual,Encounter.appointment,Encounter.period,Encounter.length,Encounter.reason,Encounter.indication,Encounter.hospitalization,Encounter.hospitalization.id,Encounter.hospitalization.extension,Encounter.hospitalization.modifierExtension,Encounter.hospitalization.preAdmissionIdentifier,Encounter.hospitalization.origin,Encounter.hospitalization.admitSource,Encounter.hospitalization.admittingDiagnosis,Encounter.hospitalization.reAdmission,Encounter.hospitalization.dietPreference,Encounter.hospitalization.specialCourtesy,Encounter.hospitalization.specialArrangement,Encounter.hospitalization.destination,Encounter.hospitalization.dischargeDisposition,Encounter.hospitalization.dischargeDiagnosis,Encounter.location,Encounter.location.id,Encounter.location.extension,Encounter.location.modifierExtension,Encounter.location.location,Encounter.location.status,Encounter.location.period,Encounter.serviceProvider,Encounter.partOf)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.snapshot.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.differential.element[4]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.differential.element[5]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.differential.element[6]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.snapshot.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.snapshot.element[25]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.differential.element[8]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.differential.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource: All element definitions must have unique ids (snapshot) ( (ids: QICore-Goal,Goal.id,Goal.meta,Goal.implicitRules,Goal.language,Goal.text,Goal.contained,Goal.extension,Goal.target,Goal.extension.id,Goal.extension.extension,measure,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,detail,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,Goal.extension.extension,Goal.extension.url,Goal.extension.value[x],Goal.reasonRejected,Goal.modifierExtension,Goal.identifier,Goal.subject,Goal.start[x],Goal.target[x],Goal.category,Goal.description,Goal.status,Goal.statusDate,Goal.statusReason,Goal.author,Goal.priority,Goal.addresses,Goal.note,Goal.outcome,Goal.outcome.id,Goal.outcome.extension,Goal.outcome.modifierExtension,Goal.outcome.result[x])) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.snapshot.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.differential.element[4]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.differential.element[5]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.snapshot.element[21]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.differential.element[6]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[29]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[30]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[32]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[33]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[34]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[35]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.snapshot.element[36]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[15]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[16]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[17]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[18]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[19]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[20]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[21]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.differential.element[22]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[25]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[26]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[27]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[28]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[29]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[30]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.snapshot.element[31]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[11]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[12]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[13]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[14]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[15]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[16]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.differential.element[17]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource: All element definitions must have unique ids (snapshot) ( (ids: QICore-Patient,Patient.id,Patient.meta,Patient.implicitRules,Patient.language,Patient.text,Patient.contained,Patient.extension,race,ethnicity,religion,birthPlace,disability,nationality,Patient.extension.id,Patient.extension.extension,code,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,period,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,Patient.extension.extension,Patient.extension.url,Patient.extension.value[x],cadavericDonor,militaryService,clinicalTrial,Patient.extension.id,Patient.extension.extension,NCT,Patient.extension.extension.id,extension,Patient.extension.extension.url,Patient.extension.extension.valueString,period,Patient.extension.extension.id,extension,Patient.extension.extension.url,Patient.extension.extension.valuePeriod,reason,Patient.extension.extension.id,extension,Patient.extension.extension.url,Patient.extension.extension.valueCodeableConcept,Patient.extension.url,Patient.extension.value[x],birthTime,Patient.modifierExtension,Patient.identifier,Patient.active,Patient.name,Patient.telecom,Patient.telecom.id,Patient.telecom.extension,telecom.preferred,Patient.telecom.system,Patient.telecom.value,Patient.telecom.use,Patient.telecom.rank,Patient.telecom.period,Patient.gender,Patient.birthDate,Patient.deceased[x],Patient.address,Patient.address.id,Patient.address.extension,address.preferred,Patient.address.use,Patient.address.type,Patient.address.text,Patient.address.line,Patient.address.city,Patient.address.district,Patient.address.state,Patient.address.postalCode,Patient.address.country,Patient.address.period,Patient.maritalStatus,Patient.multipleBirth[x],Patient.photo,Patient.contact,Patient.contact.id,Patient.contact.extension,Patient.contact.modifierExtension,Patient.contact.relationship,Patient.contact.name,Patient.contact.telecom,Patient.contact.address,Patient.contact.address.id,Patient.contact.address.extension,Patient.contact.address.use,Patient.contact.address.type,Patient.contact.address.text,Patient.contact.address.line,Patient.contact.address.city,Patient.contact.address.district,Patient.contact.address.state,Patient.contact.address.postalCode,Patient.contact.address.country,Patient.contact.address.period,Patient.contact.gender,Patient.contact.organization,Patient.contact.period,Patient.animal,Patient.animal.id,Patient.animal.extension,Patient.animal.modifierExtension,Patient.animal.species,Patient.animal.breed,Patient.animal.genderStatus,Patient.communication,Patient.communication.id,Patient.communication.extension,Patient.communication.modifierExtension,Patient.communication.language,Patient.communication.preferred,Patient.careProvider,Patient.managingOrganization,Patient.link,Patient.link.id,Patient.link.extension,Patient.link.modifierExtension,Patient.link.other,Patient.link.type)) [snapshot.element.id.trace('ids').isDistinct()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.snapshot.element[61]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.snapshot.element[73]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.differential.element[8]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.differential.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.differential.element[19]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.differential.element[24]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[99].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[99].resource.snapshot.element[28]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[99].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[99].resource.differential.element[8]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.snapshot.element[10]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.snapshot.element[11]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.differential.element[3]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.differential.element[4]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.snapshot.element[9]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.differential.element[2]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.snapshot.element[37]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.differential.element[14]: sliceName must be a proper token [sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\-\\_]+$')] (src = InstanceValidator)
questionnaire-sdc-profile-example
  • ERROR @ Bundle.entry[1].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-category is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[1].item[1].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[1].resource.item.item[2].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].item[1].item.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].item[1].item.extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].item[1].item.item.item.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].item[1].item.item.item.extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].item[2].item.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[1].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[5].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[6].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[7].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[8].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[3].item[9].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[5].item: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[1].resource.item.item[2].item[5].item.type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[6].item: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[1].resource.item.item[2].item[6].item.type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].extension: The extension http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[1].item[1].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[3].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[3].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[2].resource.item.item[3].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[3].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-defaultValue is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[4].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[4].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[2].resource.item.item[4].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[5].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[2].resource.item.item[5].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[7].item: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[2].resource.item.item[7].item.type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[2].resource.item.item[8].extension: The extension http://hl7.org/fhir/StructureDefinition/sdc-questionnaire-specialGroup is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-category is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[3].resource.item.item[1].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[4].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[1].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[2].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[3].resource.item.item[2].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[2].item[2].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[2].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[3].resource.item.item[3].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[2].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[3].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[4].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[5].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.item.item[3].item[5].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-category is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-category is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[4].resource.item.item[1].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[2].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[3].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[4].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[5].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[1].item[5].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[4].resource.item.item[2].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[2].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[4].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[5].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[6].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[6].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[7].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[2].item[7].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[4].resource.item.item[3].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[2].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[4].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[5].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[5].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[6].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.item.item[3].item[6].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-category is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[5].resource.item.item[1].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[2].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[4].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[1].item[4].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[5].resource.item.item[2].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[2].extension[4]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[3].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[2].item[4].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[5].resource.item.item[3].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[2].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[3].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[4].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[4].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[5].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[5].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[6].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[6].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[7].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[7].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[8].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[9].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[9].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[10].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[10].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[11].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[11].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[12].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[13].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[14].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[15].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[15].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[16].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[17].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[17].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[18].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[18].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[19].extension[1]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[19].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[20].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[20].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[21].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[3].item[21].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[4].item[1]: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[5].resource.item.item[4].item[1].type': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[4].item[2].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[4].item[2].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[4].item[3].extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-maxLength is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.item.item[4].item[3].extension[3]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
questionnaire-sdc-profile-example-ussg-fht
  • ERROR @ Bundle.entry[1].resource: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource [contained.where(('#'+id in %resource.descendants().reference).not()).empty()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[2].item.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[3].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[4].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[5].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[6].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[7].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[7].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[7].item[1].item.options: Unable to resolve resource '#height' (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[7].item[1].item.options: SHALL have a contained resource if a local reference is provided ( (url: height; ids: length,weight)) [reference.startsWith('#').not() or (reference.substring(1).trace('url') in %resource.contained.id.trace('ids'))] (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[7].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[8].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[8].item.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[10].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[1].item[11].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[2].item[2].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[3].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[3].item.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].options: Relative URLs must be of the format [ResourceName]/[id]. Encountered LL361-7 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].item[1].item.extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].item[1].item.item: Profile http://hl7.org/fhir/StructureDefinition/Questionnaire, Element 'Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].item[1].item.item.linkId': minimum required = 1, but only found 0 (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[1].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-enableWhen is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[2].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[4].item[2].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[5].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[6].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[7].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[1].item[8].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[2].item[1].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.item.item[3].item.item[2].item[2].extension: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-deReference is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.mapping: At least one of name or uri SHALL be present [uri.exists() or name.exists()] (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.element.binding.valueSetReference: Relative URLs must be of the format [ResourceName]/[id]. Encountered LL361-7 (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.element.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/questionnaire-units is unknown, and not allowed here (src = InstanceValidator)
v2-valuesets
  • WARNING @ Bundle.entry[1].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[2].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[3].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[4].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[5].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[6].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[7].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[8].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[9].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[10].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[11].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[12].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[13].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[14].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[15].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[16].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[17].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[18].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[19].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[20].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[21].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[22].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[23].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[24].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[25].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[26].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[27].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[28].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[29].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[30].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[31].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[32].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[33].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[34].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[35].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[36].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[37].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[38].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[39].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[40].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[41].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[42].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[43].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[44].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[45].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[46].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[47].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[48].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[49].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[50].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[51].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[52].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[53].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[54].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[55].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[56].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[57].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[58].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[59].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[60].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[61].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[62].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[63].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[64].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[65].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[66].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[67].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[68].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[69].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[70].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[71].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[72].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[73].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[74].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[75].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[76].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[77].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[78].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[79].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[80].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[81].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[82].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[83].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[84].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[85].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[86].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[87].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[88].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[89].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[90].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[91].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[92].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[93].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[94].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[95].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[96].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[97].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[98].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[99].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[100].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[101].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[102].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[103].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[104].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[105].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[106].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[107].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[108].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[109].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[110].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[111].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[112].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[113].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[114].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[115].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[116].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[117].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[118].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[119].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[120].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[121].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[122].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[123].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[124].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[125].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[126].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[127].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[128].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[129].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[130].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[131].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[132].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[133].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[134].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[135].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[136].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[137].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[138].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[139].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[140].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[141].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[142].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[143].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[144].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[145].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[146].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[147].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[148].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[149].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[150].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[151].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[152].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[153].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[154].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[155].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[156].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[157].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[158].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[159].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[160].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[161].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[162].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[163].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[164].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[165].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[166].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[167].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[168].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[169].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[170].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[171].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[172].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[173].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[174].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[175].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[176].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[177].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[178].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[179].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[180].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[181].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[182].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[183].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[184].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[185].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[186].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[187].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[188].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[189].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[190].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[191].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[192].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[193].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[194].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[195].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[196].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[197].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[198].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[199].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[200].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[201].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[202].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[203].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[204].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[205].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[206].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[207].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[208].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[209].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[210].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[211].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[212].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[213].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[214].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[215].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[216].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[217].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[218].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[219].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[220].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[221].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[222].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[223].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[224].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[225].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[226].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[227].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[228].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[229].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[230].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[231].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[232].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[233].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[234].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[235].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[236].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[237].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[238].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[239].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[240].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[241].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[242].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[243].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[244].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[245].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[246].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[247].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[248].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[249].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[250].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[251].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[252].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[253].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[254].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[255].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[256].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[257].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[258].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[259].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[260].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[261].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[262].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[263].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[264].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[265].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[266].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[267].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[268].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[269].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[270].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[271].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[272].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[273].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[274].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[275].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[276].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[277].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[278].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[279].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[280].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[281].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[282].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[283].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[284].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[285].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[286].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[287].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[288].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[289].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[290].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[291].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[292].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[293].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[294].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[295].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[296].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[297].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[298].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[299].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[300].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[301].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[302].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[303].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[304].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[305].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[306].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[307].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[308].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[309].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[310].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[311].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[312].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[313].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[314].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[315].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[316].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[317].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[318].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[319].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[320].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[321].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[322].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[323].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[324].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[325].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[326].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[327].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[328].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[329].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[330].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[331].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[332].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[333].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[334].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[335].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[336].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[337].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[338].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[339].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[340].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[341].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[342].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[343].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[344].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[345].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[346].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[347].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[348].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[349].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[350].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[351].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[352].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[353].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[354].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[355].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[356].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[357].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[358].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[359].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[360].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[361].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[362].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[363].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[364].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[365].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[366].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[367].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[368].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[369].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[370].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[371].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[372].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[373].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[374].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[375].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[376].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[377].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[378].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[379].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[380].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[381].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[382].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[383].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[384].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[385].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[386].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[387].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[388].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[389].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[390].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[391].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[392].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[393].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[394].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[395].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[396].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[397].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[398].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[399].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[400].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[401].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[402].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[403].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[404].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[405].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[406].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[407].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[408].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[409].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[410].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[411].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[412].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[413].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[414].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[415].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[416].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[417].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[418].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[419].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[420].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[421].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[422].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[423].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[424].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[425].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[426].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[427].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[428].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[429].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[430].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[431].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[432].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
v3-valuesets
  • WARNING @ Bundle.entry[1].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[1].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[2].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[3].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[3].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[4].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[4].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[5].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[5].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[6].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[7].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[8].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[8].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[9].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[9].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[10].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[11].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[12].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[13].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[14].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[15].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[15].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[16].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[16].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[17].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[18].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[18].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[19].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[19].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[20].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[21].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[22].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[23].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[24].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[25].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[26].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[27].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[28].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[29].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[30].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[31].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[31].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[32].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[33].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[34].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[35].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[36].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[37].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[38].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[39].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[40].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[41].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[42].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[43].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[44].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[45].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[46].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[47].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[48].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[49].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[50].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[51].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[52].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[53].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[54].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[55].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[56].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[57].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[57].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[58].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[59].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[60].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[61].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[62].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[62].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[63].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[63].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[64].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[65].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[65].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[66].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[67].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[68].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[69].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[70].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[71].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[72].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[73].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[73].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[74].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[74].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[75].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[75].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[76].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[77].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[78].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[79].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[80].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[81].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[82].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[83].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[84].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[85].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[86].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[87].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[88].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[88].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[89].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[89].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[90].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[91].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[92].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[92].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[93].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[94].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[95].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[96].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[97].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[97].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[98].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[99].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[100].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[101].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[102].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[103].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[104].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[105].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[106].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[107].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[108].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[108].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[109].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[109].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[110].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[110].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[111].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[112].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[113].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[114].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[115].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[116].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[117].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[118].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[119].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[120].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[120].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[121].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[121].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[122].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[122].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[123].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[123].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[124].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[124].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[125].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[125].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[126].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[127].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[128].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[128].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[129].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[129].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[130].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[131].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[132].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[132].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[133].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[134].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[134].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[135].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[135].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[136].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[136].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[137].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[137].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[138].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[139].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[139].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[140].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[140].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[141].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[141].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[142].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[143].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[143].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[144].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[144].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[145].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[146].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[147].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[147].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[148].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[148].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[149].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[150].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[151].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[151].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[152].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[153].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[154].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[155].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
valuesets
  • WARNING @ Bundle.entry[1].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[2].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[3].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[4].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • WARNING @ Bundle.entry[12].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[12].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[13].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[13].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[14].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[14].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[15].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[15].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[16].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[16].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[17].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[17].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[18].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[18].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[19].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[19].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[20].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[20].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[21].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[21].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[22].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[22].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[23].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[23].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[24].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[24].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[25].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[25].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[26].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[26].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[27].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[27].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[28].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[28].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[29].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[29].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[30].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[30].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[31].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[31].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[32].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[32].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[33].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[33].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[34].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[34].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[35].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[35].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[36].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[36].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[37].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[37].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[38].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[38].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[39].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[39].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[40].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[40].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[41].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[41].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[42].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[42].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[43].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[43].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[44].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[44].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[45].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[45].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[46].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[46].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[47].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[47].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[48].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[48].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[49].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[49].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[50].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[50].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[51].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[51].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[52].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[52].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[53].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[53].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[54].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[54].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[55].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[55].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[56].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[56].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[57].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[57].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[58].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[58].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[59].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[59].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[60].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[60].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[61].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[61].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[62].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[62].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[63].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[63].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[64].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[64].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[65].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[65].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[66].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[66].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[67].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[67].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[68].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[68].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[69].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[69].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[70].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[70].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[71].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[71].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[72].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[72].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[73].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[73].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[74].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[74].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[75].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[75].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[76].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[76].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[77].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[77].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[78].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[78].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[79].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[79].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[80].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[80].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[81].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[81].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[82].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[82].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[83].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[83].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[84].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[84].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[84].resource.compose.include.concept[71].display: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[84].resource.compose.include.concept[72].display: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[85].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[85].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[86].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[86].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[87].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[87].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[88].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[88].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[89].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[89].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[90].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[90].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[91].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[91].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[92].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[92].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[93].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[93].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[94].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[94].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[95].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[95].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[96].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[96].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[97].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[97].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[98].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[98].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[98].resource.compose.include.concept[80].display: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[98].resource.compose.include.concept[112].display: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[99].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[99].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[100].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[100].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[101].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[101].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[102].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[102].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[103].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[103].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[104].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[104].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[105].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[105].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[106].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[106].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[107].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[107].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[108].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[108].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[109].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[109].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[110].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[110].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[111].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[111].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[112].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[112].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[113].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[113].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[114].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[114].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[115].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[115].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[116].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[116].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[117].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[117].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[118].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[118].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[119].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[119].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[120].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[120].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[121].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[121].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[122].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[122].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[123].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[123].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[124].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[124].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[125].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[125].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[126].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[126].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[127].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[127].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[128].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[128].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[129].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[129].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[130].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[130].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[131].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[131].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[132].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[132].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[133].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[133].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[134].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[134].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[135].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[135].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[136].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[136].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[137].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[137].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[138].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[138].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[139].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[139].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[140].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[140].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[141].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[141].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[142].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[142].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[143].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[143].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[144].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[144].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[145].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[145].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[146].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[146].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[147].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[147].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[148].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[148].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[149].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[149].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[150].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[150].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[151].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[151].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[152].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[152].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[153].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[153].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[154].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[154].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[155].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[155].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[156].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[156].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[157].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[157].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[158].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[158].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[159].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[159].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[160].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[160].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[161].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[161].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[162].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[162].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[163].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[163].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[164].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[164].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[165].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[165].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[166].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[166].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[167].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[167].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[168].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[168].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[169].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[169].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[170].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[170].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[171].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[171].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[172].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[172].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[173].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[173].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[174].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[174].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[175].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[175].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[176].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[176].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[177].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[177].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[178].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[178].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[179].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[179].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[180].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[180].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[181].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[181].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[182].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[182].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[183].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[183].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[184].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[184].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[185].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[185].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[186].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[186].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[187].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[187].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[188].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[188].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[189].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[189].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[190].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[190].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[191].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[191].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[192].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[192].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[193].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[193].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[194].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[194].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[195].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[195].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[196].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[196].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[197].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[197].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[198].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[198].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[199].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[199].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[200].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[200].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[201].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[201].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[202].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[202].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[203].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[203].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[204].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[204].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[205].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[205].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[206].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[206].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[207].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[207].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[208].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[208].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[209].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[209].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[210].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[210].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[211].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[211].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[212].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[212].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[213].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[213].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[214].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[214].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[215].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[215].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[216].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[216].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[217].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[217].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[218].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[218].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[218].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[218].resource.compose.include.concept[44].display: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[219].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[219].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[220].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[220].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[221].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[221].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[222].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[222].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[223].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[223].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[224].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[224].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[225].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[225].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[226].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[226].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[227].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[227].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[228].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[228].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[229].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[229].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[230].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[230].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[231].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[231].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[232].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[232].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[233].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[233].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[234].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[234].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[235].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[235].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[236].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[236].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[237].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[237].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[238].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[238].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[239].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[239].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[240].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[240].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[241].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[241].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[242].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[242].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[243].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[243].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[244].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[244].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[245].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[245].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[246].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[246].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[247].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[247].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[248].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[248].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[249].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[249].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[250].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[250].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[251].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[251].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[252].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[252].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[253].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[253].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[254].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[254].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[255].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[255].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[256].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[256].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[257].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[257].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[258].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[258].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[259].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[259].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[259].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[260].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[260].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[261].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[261].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[262].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[262].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[263].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[263].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[264].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[264].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[265].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[265].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[266].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[266].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[267].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[267].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[268].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[268].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[269].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[269].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[270].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[270].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[271].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[271].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[272].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[272].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[273].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[273].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[274].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[274].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[275].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[275].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[276].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[276].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[277].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[277].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[278].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[278].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[279].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[279].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[280].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[280].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[281].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[281].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[282].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[282].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[283].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[283].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[284].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[284].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[285].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[285].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[286].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[286].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[287].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[287].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[288].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[288].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[289].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[289].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[290].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[290].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[291].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[291].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[292].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[292].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[293].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[293].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[294].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[294].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[295].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[295].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[296].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[296].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[297].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[297].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[298].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[298].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[299].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[299].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[300].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[300].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[301].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[301].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[302].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[302].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[303].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[303].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[304].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[304].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[305].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[305].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[306].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[306].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[307].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[307].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[308].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[308].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[309].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[309].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[310].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[310].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[311].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[311].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[312].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[312].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[313].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[313].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[314].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[314].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[315].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[315].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[316].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[316].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[317].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[317].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[318].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[318].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[319].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[319].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[320].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[320].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[321].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[321].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[322].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[322].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[323].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[323].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[324].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[324].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[325].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[325].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[326].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[326].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[327].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[327].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[328].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[328].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[329].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[329].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[330].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[330].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[331].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[331].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[332].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[332].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[333].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[333].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[334].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[334].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[335].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[335].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[336].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[336].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[337].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[337].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[338].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[338].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[339].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[339].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[340].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[340].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[341].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[341].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[342].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[342].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[343].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[343].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[344].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[344].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[345].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[345].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[346].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[346].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[347].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[347].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[348].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[348].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[349].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[349].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[350].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[350].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[351].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[351].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[352].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[352].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[353].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[353].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[354].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[354].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[355].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[355].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[356].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[356].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[357].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[357].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[358].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[358].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[359].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[359].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[360].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[360].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[361].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[361].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[362].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[362].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[363].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[363].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[364].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[364].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[365].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[365].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[366].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[366].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[367].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[367].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[368].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[368].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[368].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[369].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[369].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[370].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[370].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[371].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[371].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[372].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[372].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[373].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[373].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[374].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[374].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[375].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[375].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[376].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[376].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[377].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[377].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[378].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[378].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[379].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[379].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[380].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[380].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[381].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[381].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[382].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[382].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[383].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[383].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[384].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[384].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[385].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[385].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[386].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[386].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[387].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[387].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[388].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[388].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[389].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[389].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[390].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[390].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[391].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[391].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[391].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[392].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[392].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[392].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[393].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[393].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[394].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[394].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[395].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[395].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[396].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[396].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[397].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[397].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[398].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[398].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[399].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[399].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[400].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[400].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[401].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[401].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[402].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[402].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[403].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[403].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[404].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[404].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[405].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[405].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[406].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[407].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[407].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[407].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[407].resource.name: value should not start or finish with whitespace (src = InstanceValidator)
  • WARNING @ Bundle.entry[408].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[408].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[409].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[410].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[410].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[410].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[411].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[411].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[411].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[412].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[412].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[414].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[414].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[415].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[415].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[416].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[416].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[417].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[417].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[418].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[418].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[419].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[419].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[420].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[420].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[421].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[422].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[422].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[423].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[424].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[424].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[425].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[425].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[426].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[426].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[426].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[427].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[427].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[427].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[428].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[428].resource.extension[1]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ Bundle.entry[428].resource.extension[2]: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
  • WARNING @ Bundle.entry[429].resource.meta.profile[0]: StructureDefinition reference "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" could not be resolved (src = InstanceValidator)
  • ERROR @ Bundle.entry[429].resource.extension: The extension http://hl7.org/fhir/StructureDefinition/valueset-oid is unknown, and not allowed here (src = InstanceValidator)
xds
  • WARNING @ Bundle.entry[1].resource.subject: URN reference is not locally contained within the bundle Patient/a2 (src = InstanceValidator)
  • WARNING @ Bundle.entry[1].resource.author[1]: URN reference is not locally contained within the bundle Practitioner/a3 (src = InstanceValidator)
  • WARNING @ Bundle.entry[1].resource.author[2]: URN reference is not locally contained within the bundle Practitioner/a4 (src = InstanceValidator)