STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Conformance-daf-query-requestor.ttl

Raw Turtle, JSON-LD

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir//Conformance/conformance-daf-query-requestor> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "conformance-daf-query-requestor"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.name [ fhir:value "DAF Requestor"];
  fhir:Conformance.status [ fhir:value "draft"];
  fhir:Conformance.date [ fhir:value "2015-04-02"^^xs:date];
  fhir:Conformance.publisher [ fhir:value "U.S. Office of the National Coordinator (ONC)"];
  fhir:Conformance.contact [
     fhir:index 0;
     fhir:Conformance.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://www.healthit.gov/" ]     ]
  ];
  fhir:Conformance.description [ fhir:value "This profile defines the expected capabilities of the DAF Responder actor when conforming to the DAF FHIR implementation guide."];
  fhir:Conformance.kind [ fhir:value "requirements"];
  fhir:Conformance.fhirVersion [ fhir:value "1.4.0"];
  fhir:Conformance.acceptUnknown [ fhir:value "extensions"];
  fhir:Conformance.format [
     fhir:value "xml";
     fhir:index 0
  ];
  fhir:Conformance.format [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.rest.mode [ fhir:value "client" ];
     fhir:Conformance.rest.documentation [ fhir:value "The DAF Requestor SHOULD support querying of one or more FHIR resources using appropriate DAF profile(s), RESTful operations defined for the profile, Search parameters identified for the profile." ];
     fhir:Conformance.rest.security [
       fhir:Conformance.rest.security.description [ fhir:value "Implementations SHOULD meet the security requirements documented in the [[daf-security|DAF implementation guide]]." ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 0;
       fhir:Conformance.rest.resource.type [ fhir:value "Patient" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-patient>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-patient" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFPatient resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFPatients by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFPatient instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFPatient instance" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-name" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "family" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-family" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "given" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-given" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "language" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-language" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "telecom" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-telecom" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "gender" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-gender" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 7;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "birthdate" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-birthdate" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 8;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "city" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-city" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 9;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "postalCode" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-postalCode" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 10;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "state" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-state" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 11;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "mothersMaidenName" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 12;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "age" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "number" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 13;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "race" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/us-core-Patient-race" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 14;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "ethnicity" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/us-core-Patient-ethnicity" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 1;
       fhir:Conformance.rest.resource.type [ fhir:value "AllergyIntolerance" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-allergyintolerance>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-allergyintolerance" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFAllergyIntolerance resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFAllergyIntolerance by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFAllergyIntolerance instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFAllergyIntolerance instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "AllergyIntolerance.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "category" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "substance" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "manifestation" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "severity" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 7;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "duration" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "quantity" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 8;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "onset" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 2;
       fhir:Conformance.rest.resource.type [ fhir:value "DiagnosticOrder" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-diagnosticorder>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-diagnosticorder" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFDiagnosticOrder resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFDiagnosticOrder by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFDiagnosticOrder instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFDiagnosticOrder instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticOrder.subject";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticOrder.orderer";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticOrder.encounter";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "orderer" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "orderer.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "orderer.given";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "orderer.family";
           fhir:index 2         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "item-date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 3;
       fhir:Conformance.rest.resource.type [ fhir:value "DiagnosticReport" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-diagnosticreport>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-diagnosticreport" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFDiagnosticReport resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFDiagnosticReport by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFDiagnosticReport instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFDiagnosticReport instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticReport.subject";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticReport.performer";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "DiagnosticReport.result";
         fhir:index 3       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "performer" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "performer.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "performer.name";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "result" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "result.code";
           fhir:index 0         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 4;
       fhir:Conformance.rest.resource.type [ fhir:value "Encounter" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-encounter>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-encounter" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFEncounter resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFEncounter by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFEncounter instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFEncounter instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Encounter.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Encounter.location";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "location" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "location.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "location.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "location.address";
           fhir:index 2         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "type" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "location-period" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 5;
       fhir:Conformance.rest.resource.type [ fhir:value "FamilyMemberHistory" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-familymemberhistory>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-familymemberhistory" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFFamilyHistory resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFFamilyHistory by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFFamilyHistory instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFFamilyHistory instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "FamilyMemberHistory.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "relationship" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "familymemberhistorycondition" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 6;
       fhir:Conformance.rest.resource.type [ fhir:value "Immunization" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-immunization>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-immunization" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFImmunization resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFImmunization by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFImmunization instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFImmunization instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Immunization.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Immunization.performer";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Immunization.requester";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Immunization.manufacturer";
         fhir:index 3       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Immunization.reaction.detail";
         fhir:index 4       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "vaccine-type" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "notgiven" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "lot-number" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "requester" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "requester.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "requester.name";
           fhir:index 1         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 7;
       fhir:Conformance.rest.resource.type [ fhir:value "Observation" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-resultobscode>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-resultobscode" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFResults resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFResults by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFResults instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFResults instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Observation.encounter";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Observation.subject";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "value-concept" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code-value[x]" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "composite" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 8;
       fhir:Conformance.rest.resource.type [ fhir:value "Medication" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medication>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medication" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFMedication resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFMedication by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFMedication instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFMedication instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Medication.manufacturer";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "form" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "ingredient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 9;
       fhir:Conformance.rest.resource.type [ fhir:value "MedicationStatement" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationstatement>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationstatement" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFMedicationStatement resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFMedicationStatement by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFMedicationStatement instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFMedicationStatement instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationStatement.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationStatement.medication";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "effectivedate" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "medication" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "medication.code";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "medication.name";
           fhir:index 1         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 10;
       fhir:Conformance.rest.resource.type [ fhir:value "MedicationAdministration" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationadministration>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationadministration" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFMedicationAdministration resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFMedicationAdministration by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFMedicationAdministration instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFMedicationAdministration instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationAdministration.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationAdministration.practitioner";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationAdministration.encounter";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationAdministration.prescription";
         fhir:index 3       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "effectivetime" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "practitioner" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "practitioner.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "practitioner.name";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "prescription" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "prescription.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "prescription.datewritten";
           fhir:index 1         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 11;
       fhir:Conformance.rest.resource.type [ fhir:value "Condition" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-condition>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-condition" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFCondition resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFCondition by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFCondition instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFCondition instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Condition.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Condition.encounter";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Condition.asserter";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date-asserted" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "onset" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "severity" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 12;
       fhir:Conformance.rest.resource.type [ fhir:value "Procedure" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-procedure>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-procedure" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFProcedure resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFProcedure by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFProcedure instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFProcedure instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Procedure.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Procedure.encounter";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Procedure.performer";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "type" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 4;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "encounter.type";
           fhir:index 1         ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 13;
       fhir:Conformance.rest.resource.type [ fhir:value "List" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-problemlist>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-problemlist" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAFList resources using different search criteria" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAFList by id" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of changes to DAFList instance over time" ]       ];
       fhir:Conformance.rest.resource.interaction [
         fhir:index 3;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "vread" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a historical version of a DAFList instance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "List.subject";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "List.item";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "patient" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.identifier";
           fhir:index 0         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.name";
           fhir:index 1         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.given";
           fhir:index 2         ];
         fhir:Conformance.rest.resource.searchParam.chain [
           fhir:value "patient.family";
           fhir:index 3         ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "empty-reason" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ]
  ].

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.