FHIR Release 3 (STU) 4

This page is part of the FHIR Specification (v3.0.2: (v4.0.1: R4 - Mixed Normative and STU 3). ) in it's permanent home (it will always be available at this URL). 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 R4 R3

FHIR Infrastructure Work Group Maturity Level : N/A Ballot Standards Status : Informative Security Category : Anonymous Compartments : Not linked to any defined compartments

R2 : R3 Converson : R4 Conversion maps for CapabilityStatement.

Functional status for this map: 19 9 tests that all execute ok. 19 1 fail round-trip testing and 12 9 r3 resources are invalid (453 (0 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

map "http://hl7.org/fhir/StructureMap/CapabilityStatement3to4" = "R3 to R4 Conversions for CapabilityStatement"


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

uses "http://hl7.org/fhir/3.0/StructureDefinition/CapabilityStatement" alias CapabilityStatementR3 as source
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as target


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

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


  "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 CapabilityStatement(source src : CapabilityStatementR3, target tgt : CapabilityStatement) extends DomainResource <<type+>> {
  src.url -> tgt.url;
  src.version -> tgt.version;
  src.name -> tgt.name;
  src.title -> tgt.title;
  src.status -> tgt.status;
  src.experimental -> tgt.experimental;
  src.date -> tgt.date;
  src.publisher -> tgt.publisher;
  src.contact -> tgt.contact;
  src.description -> tgt.description;
  src.useContext -> tgt.useContext;
  src.jurisdiction -> tgt.jurisdiction;
  src.purpose -> tgt.purpose;
  src.copyright -> tgt.copyright;
  src.kind -> tgt.kind;
  src.instantiates -> tgt.instantiates;
  src.software as vs0 -> tgt.software as vt0 then software(vs0, vt0);
  src.implementation as vs0 -> tgt.implementation as vt0 then implementation(vs0, vt0);
  src.fhirVersion -> tgt.fhirVersion;
  src.acceptUnknown as vs ->  tgt.extension as ext,  ext.url = 'http://hl7.org/fhir/3.0/StructureDefinition/extension-CapabilityStatement.acceptUnknown',  ext.value = vs;
  src.format -> tgt.format;
  src.patchFormat -> tgt.patchFormat;
  src.implementationGuide -> tgt.implementationGuide;
  src.rest as vs0 -> tgt.rest as vt0 then rest(vs0, vt0);
  src.messaging as vs0 -> tgt.messaging as vt0 then messaging(vs0, vt0);
  src.document as vs0 -> tgt.document as vt0 then document(vs0, vt0);
}


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

group software(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.version -> tgt.version;
  src.releaseDate -> tgt.releaseDate;
}


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

group implementation(source src, target tgt) extends BackboneElement {
  src.description -> tgt.description;
  src.url -> tgt.url;
}


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

group rest(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.documentation -> tgt.documentation;
  src.security as vs0 -> tgt.security as vt0 then security(vs0, vt0);
  src.resource as vs0 -> tgt.resource as vt0 then resource(vs0, vt0);
  src.interaction as vs0 -> tgt.interaction as vt0 then interaction(vs0, vt0);
  src.searchParam as vs0 -> tgt.searchParam as vt0 then searchParam(vs0, vt0);
  src.operation as vs0 -> tgt.operation as vt0 then operation(vs0, vt0);
  src.compartment -> tgt.compartment;
}


  "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 security(source src, target tgt) extends BackboneElement {
  src.cors -> tgt.cors;
  src.service -> tgt.service;
  src.description -> tgt.description;
}


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

group resource(source src, target tgt) extends BackboneElement {
  src.type -> tgt.type;
  src.profile -> tgt.profile;
  src.documentation -> tgt.documentation;
  src.interaction as vs0 -> tgt.interaction as vt0 then interaction(vs0, vt0);
  src.versioning -> tgt.versioning;
  src.readHistory -> tgt.readHistory;
  src.updateCreate -> tgt.updateCreate;
  src.conditionalCreate -> tgt.conditionalCreate;
  src.conditionalRead -> tgt.conditionalRead;
  src.conditionalUpdate -> tgt.conditionalUpdate;
  src.conditionalDelete -> tgt.conditionalDelete;
  src.referencePolicy -> tgt.referencePolicy;
  src.searchInclude -> tgt.searchInclude;
  src.searchRevInclude -> tgt.searchRevInclude;
  src.documentation -> tgt.documentation;
  src.searchParam as vs0 -> tgt.searchParam as vt0 then searchParam(vs0, vt0);
}


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

group interaction(source src, target tgt) extends BackboneElement {
  src.code -> tgt.code;
  src.documentation -> tgt.documentation;
}


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

group searchParam(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.definition -> tgt.definition;
  src.type -> tgt.type;
  src.documentation -> tgt.documentation;
}


  "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 operation(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.definition -> tgt.definition;
}


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

group messaging(source src, target tgt) extends BackboneElement {
  src.endpoint as vs0 -> tgt.endpoint as vt0 then endpoint(vs0, vt0);
  src.reliableCache -> tgt.reliableCache;
  src.documentation -> tgt.documentation;
  src.supportedMessage as vs0 -> tgt.supportedMessage as vt0 then supportedMessage(vs0, vt0);
}


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

group endpoint(source src, target tgt) extends BackboneElement {
  src.protocol -> tgt.protocol;
  src.address -> tgt.address;
}


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

group supportedMessage(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.definition -> tgt.definition;
}


  "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(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.documentation -> tgt.documentation;
  src.profile -> tgt.profile;
}


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

map "http://hl7.org/fhir/StructureMap/CapabilityStatement4to3" = "R4 to R3 Conversion for CapabilityStatement"


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

uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/CapabilityStatement" alias CapabilityStatementR3 as target


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

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


  "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 CapabilityStatement(source src : CapabilityStatement, target tgt : CapabilityStatementR3) extends DomainResource <<type+>> {
  src.url -> tgt.url;
  src.version -> tgt.version;
  src.name -> tgt.name;
  src.title -> tgt.title;
  src.status -> tgt.status;
  src.experimental -> tgt.experimental;
  src.date -> tgt.date;
  src.publisher -> tgt.publisher;
  src.contact -> tgt.contact;
  src.description -> tgt.description;
  src.useContext -> tgt.useContext;
  src.jurisdiction -> tgt.jurisdiction;
  src.purpose -> tgt.purpose;
  src.copyright -> tgt.copyright;
  src.kind -> tgt.kind;
  src.instantiates -> tgt.instantiates;
  src.software as vs0 -> tgt.software as vt0 then software(vs0, vt0);
  src.implementation as vs0 -> tgt.implementation as vt0 then implementation(vs0, vt0);
  src.fhirVersion -> tgt.fhirVersion;
  src.extension as ext where url = 'http://hl7.org/fhir/3.0/StructureDefinition/extension-CapabilityStatement.acceptUnknown' then {
    ext.value : code as vs0 -> tgt.acceptUnknown = vs0 "acceptUnknown2";
  } "acceptUnknown";
  src.format -> tgt.format;
  src.patchFormat -> tgt.patchFormat;
  src.implementationGuide -> tgt.implementationGuide;
  src.rest as vs0 -> tgt.rest as vt0 then rest(vs0, vt0);
  src.messaging as vs0 -> tgt.messaging as vt0 then messaging(vs0, vt0);
  src.document as vs0 -> tgt.document as vt0 then document(vs0, vt0);
}


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

group software(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.version -> tgt.version;
  src.releaseDate -> tgt.releaseDate;
}


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

group implementation(source src, target tgt) extends BackboneElement {
  src.description -> tgt.description;
  src.url -> tgt.url;
}


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

group rest(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.documentation -> tgt.documentation;
  src.security as vs0 -> tgt.security as vt0 then security(vs0, vt0);
  src.resource as vs0 -> tgt.resource as vt0 then resource(vs0, vt0);
  src.interaction as vs0 -> tgt.interaction as vt0 then interaction(vs0, vt0);
  src.searchParam as vs0 -> tgt.searchParam as vt0 then searchParam(vs0, vt0);
  src.operation as vs0 -> tgt.operation as vt0 then operation(vs0, vt0);
  src.compartment -> tgt.compartment;
}


  "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 security(source src, target tgt) extends BackboneElement {
  src.cors -> tgt.cors;
  src.service -> tgt.service;
  src.description -> tgt.description;
}


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

group resource(source src, target tgt) extends BackboneElement {
  src.type -> tgt.type;
  src.profile -> tgt.profile;
  src.documentation -> tgt.documentation;
  src.interaction as vs0 -> tgt.interaction as vt0 then interaction(vs0, vt0);
  src.versioning -> tgt.versioning;
  src.readHistory -> tgt.readHistory;
  src.updateCreate -> tgt.updateCreate;
  src.conditionalCreate -> tgt.conditionalCreate;
  src.conditionalRead -> tgt.conditionalRead;
  src.conditionalUpdate -> tgt.conditionalUpdate;
  src.conditionalDelete -> tgt.conditionalDelete;
  src.referencePolicy -> tgt.referencePolicy;
  src.searchInclude -> tgt.searchInclude;
  src.searchRevInclude -> tgt.searchRevInclude;
  src.documentation -> tgt.documentation;
  src.searchParam as vs0 -> tgt.searchParam as vt0 then searchParam(vs0, vt0);
}


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

group interaction(source src, target tgt) extends BackboneElement {
  src.code -> tgt.code;
  src.documentation -> tgt.documentation;
}


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

group searchParam(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.definition -> tgt.definition;
  src.type -> tgt.type;
  src.documentation -> tgt.documentation;
}


  "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 operation(source src, target tgt) extends BackboneElement {
  src.name -> tgt.name;
  src.definition -> tgt.definition;
}


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

group messaging(source src, target tgt) extends BackboneElement {
  src.endpoint as vs0 -> tgt.endpoint as vt0 then endpoint(vs0, vt0);
  src.reliableCache -> tgt.reliableCache;
  src.documentation -> tgt.documentation;
  src.supportedMessage as vs0 -> tgt.supportedMessage as vt0 then supportedMessage(vs0, vt0);
}


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

group endpoint(source src, target tgt) extends BackboneElement {
  src.protocol -> tgt.protocol;
  src.address -> tgt.address;
}


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

group supportedMessage(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.definition -> tgt.definition;
}


  "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(source src, target tgt) extends BackboneElement {
  src.mode -> tgt.mode;
  src.documentation -> tgt.documentation;
  src.profile -> tgt.profile;
}


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) <p>No validation errors - all conversions are clean</p>