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 CapabilityStatement.

Functional status for this map: 19 tests that all execute ok. 19 fail round-trip testing and 12 r3 resources are invalid (453 errors). (see documentation)

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

uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Conformance" alias ConformanceR2 as source
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as target

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

group for type+types  Conformance extends DomainResource
  input src : ConformanceR2 as source
  input tgt : CapabilityStatement as target

  "conf-url" : for src.url make tgt.url
  "conf-version" : for src.version make tgt.version
  "conf-name" : for src.name make tgt.name
  "conf-status" : for src.status make tgt.status
  "conf-experimental" : for src.experimental make tgt.experimental
  "conf-publisher" : for src.publisher make tgt.publisher
  "conf-contact" : for src.contact as vs make tgt.contact as vt then contact(vs, vt)
  "conf-date" : for src.date make tgt.date
  "conf-description" : for src.description make tgt.description
  "conf-requirements" : for src.requirements make tgt.purpose
  "conf-copyright" : for src.copyright make tgt.copyright  
  "conf-kind" : for src.kind make tgt.kind 
  "conf-software" : for src.software as vs make tgt.software as vt then software(vs, vt)
  "conf-implementation" : for src.implementation as vs make tgt.implementation as vt then implementation(vs, vt)
  "conf-fhirVersion" : for src.fhirVersion make tgt.fhirVersion
  "conf-acceptUnknown" : for src.acceptUnknown make tgt.acceptUnknown
  "conf-format" : for src.format make tgt.format
  "conf-profile	" : for src.profile make tgt.profile
  "conf-rest" : for src.rest as vs make tgt.rest as vt then rest(vs, vt)
  "conf-messaging" : for src.messaging as vs make tgt.messaging as vt then messaging(vs, vt)
  "conf-document" : for src.document as vs make tgt.document as vt then document(vs, vt)
endgroup

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

 "conf-name" : for src.name make tgt.name
 "conf-telecom" : for src.telecom make tgt.telecom
endgroup

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

  "conf-name" : for src.name make tgt.name 
  "conf-version" : for src.version make tgt.version 
  "conf-releaseDate" : for src.releaseDate make tgt.releaseDate   
endgroup

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

  "conf-description" : for src.description make tgt.description 
  "conf-url" : for src.url make tgt.url 
endgroup

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

  "conf-mode" : for src.mode make tgt.mode
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-security" : for src.security as vs make tgt.security as vt then security(vs, vt)
  "conf-resource" : for src.resource as vs make tgt.resource as vt then resource(vs, vt)
  "conf-interaction" : for src.interaction where code != 'transaction' as vs make tgt.interaction as vt then interaction(vs, vt)
  "conf-transactionMode" : for src.transactionMode where $this = 'batch'  or $this = 'both' make tgt.interaction as i, i.code = 'batch'
  "conf-transactionMode" : for src.transactionMode where $this = 'transaction'  or $this = 'both' make tgt.interaction as i, i.code = 'transaction'
  "conf-searchParam" : for src.searchParam as vs make tgt.searchParam as vt then searchParam(vs, vt)
  "conf-operation" : for src.operation as vs make tgt.operation as vt then operation(vs, vt)
  "conf-compartment" : for src.compartment make tgt.compartment
endgroup

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

  "conf-cors" : for src.cors make tgt.cors
  "conf-service" : for src.service make tgt.service
  "conf-description" : for src.description make tgt.description
  "conf-certificate" : for src.certificate as vs make tgt.certificate as vt then certificate(vs, vt)
endgroup

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

  "conf-type" : for src.type make tgt.type
  "conf-blob" : for src.blob make tgt.blob
endgroup

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

  "conf-type2" : for src.type where $this != 'Conformance' make tgt.type
  "conf-type3b" : for src.type where $this = 'Conformance' make tgt.type = 'CapabilityStatement'
  "conf-profile" : for src.profile make tgt.profile
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-interaction" : for src.interaction as vs where code != 'validate' make tgt.interaction as vt then interaction(vs, vt)
  "conf-versioning" : for src.versioning make tgt.versioning
  "conf-readHistory" : for src.readHistory make tgt.readHistory
  "conf-updateCreate" : for src.updateCreate make tgt.updateCreate
  "conf-conditionalCreate" : for src.conditionalCreate make tgt.conditionalCreate
  "conf-conditionalRead" : for src.conditionalRead make tgt.conditionalRead
  "conf-conditionalUpdate" : for src.conditionalUpdate make tgt.conditionalUpdate
  "conf-conditionalDelete" : for src.conditionalDelete make tgt.conditionalDelete
  "conf-searchInclude" : for src.searchInclude make tgt.searchInclude
  "conf-searchRevInclude" : for src.searchRevInclude make tgt.searchRevInclude
  "conf-searchParam" : for src.searchParam as vs make tgt.searchParam as vt then searchParam(vs, vt)
endgroup

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

  "conf-code" : for src.code make tgt.code
  "conf-documentation" : for src.documentation make tgt.documentation
endgroup

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

  "conf-name" : for src.name make tgt.name
  "conf-definition" : for src.definition make tgt.definition
  "conf-type4" : for src.type make tgt.type
  "conf-documentation" : for src.documentation make tgt.documentation
//?  target
//?  modifier
//?  chain  
endgroup

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

  "conf-name" : for src.name make tgt.name
  "conf-definition" : for src.definition make tgt.definition
endgroup

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

  "conf-endpoint" : for src.endpoint as vs make tgt.endpoint as vt then endpoint(vs, vt)
  "conf-reliableCache" : for src.reliableCache make tgt.reliableCache
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-event" : for src.event as vs make tgt.event as vt then event(vs, vt)
endgroup

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

  "conf-protocol" : for src.protocol make tgt.protocol
  "conf-address" : for src.address make tgt.address
endgroup

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

  "conf-code" : for src.code make tgt.code
  "conf-category" : for src.category make tgt.category
  "conf-mode" : for src.mode make tgt.mode
  "conf-focus" : for src.focus make tgt.focus
  "conf-request" : for src.request make tgt.request
  "conf-response" : for src.response make tgt.response
  "conf-documentation" : for src.documentation make tgt.documentation
endgroup

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

  "conf-mode" : for src.mode make tgt.mode
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-profile" : for src.profile make tgt.profile
endgroup
  
map "http://hl7.org/fhir/StructureMap/CapabilityStatement3to2" = "R2 to R3 Conversions for CapabilityStatement"


uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as source
uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Conformance" alias ConformanceR2 as target

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

group for type+types  CapabilityStatement extends DomainResource
  input src : CapabilityStatement as source
  input tgt : ConformanceR2 as target

  "conf-url" : for src.url make tgt.url
  "conf-version" : for src.version make tgt.version
  "conf-name" : for src.name make tgt.name
  "conf-status" : for src.status make tgt.status
  "conf-experimental" : for src.experimental make tgt.experimental
  "conf-publisher" : for src.publisher make tgt.publisher
  "conf-contact" : for src.contact as vs make tgt.contact as vt then contact(vs, vt)
  "conf-date" : for src.date make tgt.date
  "conf-description" : for src.description make tgt.description
  "conf-requirements" : for src.purpose make tgt.requirements
  "conf-copyright" : for src.copyright make tgt.copyright  
  "conf-kind" : for src.kind make tgt.kind 
  "conf-software" : for src.software as vs make tgt.software as vt then software(vs, vt)
  "conf-implementation" : for src.implementation as vs make tgt.implementation as vt then implementation(vs, vt)
  "conf-fhirVersion" : for src.fhirVersion make tgt.fhirVersion
  "conf-acceptUnknown" : for src.acceptUnknown make tgt.acceptUnknown
  "conf-format" : for src.format make tgt.format
  "conf-profile	" : for src.profile make tgt.profile
  "conf-rest" : for src.rest as vs make tgt.rest as vt then rest(vs, vt)
  "conf-messaging" : for src.messaging as vs make tgt.messaging as vt then messaging(vs, vt)
  "conf-document" : for src.document as vs make tgt.document as vt then document(vs, vt)
endgroup

group contact extends Element
  input src as source
  input tgt as target

 "conf-name" : for src.name make tgt.name
 "conf-telecom" : for src.telecom make tgt.telecom
endgroup

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

  "conf-name" : for src.name make tgt.name 
  "conf-version" : for src.version make tgt.version 
  "conf-releaseDate" : for src.releaseDate make tgt.releaseDate   
endgroup

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

  "conf-description" : for src.description make tgt.description 
  "conf-url" : for src.url make tgt.url 
endgroup

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

  "conf-mode" : for src.mode make tgt.mode
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-security" : for src.security as vs make tgt.security as vt then security(vs, vt)
  "conf-resource" : for src.resource as vs make tgt.resource as vt then resource(vs, vt)
  "conf-interaction" : for src.interaction as vs where ($this = 'batch' or $this = 'transaction').not() make tgt.interaction as vt then interaction(vs, vt)
  "conf-transactionMode-1" : for src where src.interaction.where($this = 'transaction').exists() and src.interaction.where($this = 'batch').exists() make tgt.transactionMode = 'both'
  "conf-transactionMode-2" : for src where src.interaction.where($this = 'transaction').exists() and src.interaction.where($this = 'batch').empty() make tgt.transactionMode = 'transaction'
  "conf-transactionMode-3" : for src where src.interaction.where($this = 'transaction').empty() and src.interaction.where($this = 'batch').exists() make tgt.transactionMode = 'batch'
  "conf-transactionMode-4" : for src where src.interaction.where($this = 'transaction').empty() and src.interaction.where($this = 'batch').empty() make tgt.transactionMode = 'none'
  "conf-searchParam" : for src.searchParam as vs make tgt.searchParam as vt then searchParam(vs, vt)
  "conf-operation" : for src.operation as vs make tgt.operation as vt then operation(vs, vt)
  "conf-compartment" : for src.compartment make tgt.compartment
endgroup

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

  "conf-cors" : for src.cors make tgt.cors
  "conf-service" : for src.service make tgt.service
  "conf-description" : for src.description make tgt.description
  "conf-certificate" : for src.certificate as vs make tgt.certificate as vt then certificate(vs, vt)
endgroup

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

  "conf-type" : for src.type make tgt.type
  "conf-blob" : for src.blob make tgt.blob
endgroup

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

  "conf-type2" : for src.type where $this != 'CapabilityStatement' make tgt.type
  "conf-type3" : for src.type where $this = 'CapabilityStatement' make tgt.type = 'Conformance'
  "conf-profile" : for src.profile make tgt.profile
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-interaction" : for src.interaction as vs make tgt.interaction as vt then interaction(vs, vt)
  "conf-versioning" : for src.versioning make tgt.versioning
  "conf-readHistory" : for src.readHistory make tgt.readHistory
  "conf-updateCreate" : for src.updateCreate make tgt.updateCreate
  "conf-conditionalCreate" : for src.conditionalCreate make tgt.conditionalCreate
  "conf-conditionalRead" : for src.conditionalRead make tgt.conditionalRead
  "conf-conditionalUpdate" : for src.conditionalUpdate make tgt.conditionalUpdate
  "conf-conditionalDelete" : for src.conditionalDelete make tgt.conditionalDelete
  "conf-searchInclude" : for src.searchInclude make tgt.searchInclude
  "conf-searchRevInclude" : for src.searchRevInclude make tgt.searchRevInclude
  "conf-searchParam" : for src.searchParam as vs make tgt.searchParam as vt then searchParam(vs, vt)
endgroup

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

  "conf-code" : for src.code make tgt.code
  "conf-documentation" : for src.documentation make tgt.documentation
endgroup

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

  "conf-name" : for src.name make tgt.name
  "conf-definition" : for src.definition make tgt.definition
  "conf-type4" : for src.type make tgt.type
  "conf-documentation" : for src.documentation make tgt.documentation
//?  target
//?  modifier
//?  chain  
endgroup

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

  "conf-name" : for src.name make tgt.name
  "conf-definition" : for src.definition make tgt.definition
endgroup

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

  "conf-endpoint" : for src.endpoint as vs make tgt.endpoint as vt then endpoint(vs, vt)
  "conf-reliableCache" : for src.reliableCache make tgt.reliableCache
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-event" : for src.event as vs make tgt.event as vt then event(vs, vt)
endgroup

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

  "conf-protocol" : for src.protocol make tgt.protocol
  "conf-address" : for src.address make tgt.address
endgroup

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

  "conf-code" : for src.code make tgt.code
  "conf-category" : for src.category make tgt.category
  "conf-mode" : for src.mode make tgt.mode
  "conf-focus" : for src.focus make tgt.focus
  "conf-request" : for src.request make tgt.request
  "conf-response" : for src.response make tgt.response
  "conf-documentation" : for src.documentation make tgt.documentation
endgroup

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

  "conf-mode" : for src.mode make tgt.mode
  "conf-documentation" : for src.documentation make tgt.documentation
  "conf-profile" : for src.profile make tgt.profile
endgroup
  
conformance-daf-query-requestor
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[10].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[11].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[12].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[13].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[14].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[15].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-daf-query-responder
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[10].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[11].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[12].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[13].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[14].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[15].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[6].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[7].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[8].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[9].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[10].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[11].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[12].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[13].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[14].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[15].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[16].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-ehrs-rle
  • ERROR @ CapabilityStatement.rest.resource[1].interaction.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
phr
  • ERROR @ CapabilityStatement: Profile http://hl7.org/fhir/StructureDefinition/CapabilityStatement, Element 'CapabilityStatement.status': minimum required = 1, but only found 0 (src = InstanceValidator)
conformance-sdc-de-curator
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-de-registry
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[10].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[11].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[12].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[10].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-form-archiver
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-form-designer
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-form-filler
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[3].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[4].interaction.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[5].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.operation.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-form-manager
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[1].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].interaction[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[7].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[8].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[9].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource[2].searchParam[10].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.operation.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-sdc-form-receiver
  • ERROR @ CapabilityStatement.rest.resource.interaction[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.interaction[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.interaction[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.interaction[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.interaction[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[1].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[2].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[3].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[4].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[5].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
  • ERROR @ CapabilityStatement.rest.resource.searchParam[6].extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-expectation is unknown, and not allowed here (src = InstanceValidator)
conformance-terminology-server
  • ERROR @ CapabilityStatement.extension: The extension http://hl7.org/fhir/StructureDefinition/conformance-supported-system is unknown, and not allowed here (src = InstanceValidator)