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-responder.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-responder> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "conformance-daf-query-responder"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.name [ fhir:value "DAF Responder"];
  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.0.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.profile [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-patient>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-patient" ]
  ];
  fhir:Conformance.profile [
     fhir:index 1;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-allergyintolerance>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-allergyintolerance" ]
  ];
  fhir:Conformance.profile [
     fhir:index 2;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-diagnosticorder>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-diagnosticorder" ]
  ];
  fhir:Conformance.profile [
     fhir:index 3;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-diagnosticreport>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-diagnosticreport" ]
  ];
  fhir:Conformance.profile [
     fhir:index 4;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-encounter>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-encounter" ]
  ];
  fhir:Conformance.profile [
     fhir:index 5;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-familymemberhistory>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-familymemberhistory" ]
  ];
  fhir:Conformance.profile [
     fhir:index 6;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-immunization>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-immunization" ]
  ];
  fhir:Conformance.profile [
     fhir:index 7;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-resultobscode>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-resultobscode" ]
  ];
  fhir:Conformance.profile [
     fhir:index 8;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medication>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medication" ]
  ];
  fhir:Conformance.profile [
     fhir:index 9;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationstatement>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationstatement" ]
  ];
  fhir:Conformance.profile [
     fhir:index 10;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationadministration>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationadministration" ]
  ];
  fhir:Conformance.profile [
     fhir:index 11;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationorder>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationorder" ]
  ];
  fhir:Conformance.profile [
     fhir:index 12;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationdispense>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationdispense" ]
  ];
  fhir:Conformance.profile [
     fhir:index 13;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-condition>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-condition" ]
  ];
  fhir:Conformance.profile [
     fhir:index 14;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-procedure>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-procedure" ]
  ];
  fhir:Conformance.profile [
     fhir:index 15;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/observation-daf-smokingstatus-dafsmokingstatus>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/observation-daf-smokingstatus-dafsmokingstatus" ]
  ];
  fhir:Conformance.profile [
     fhir:index 16;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-vitalsigns>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-vitalsigns" ]
  ];
  fhir:Conformance.profile [
     fhir:index 17;
     fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-problemlist>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-problemlist" ]
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.rest.mode [ fhir:value "server" ];
     fhir:Conformance.rest.documentation [ fhir:value "The DAF Responder SHALL support the DAFPatient resource profile. In addition to the DAF-Patient, the DAF Responder SHALL support at least one additional resource profile from the list of DAF profiles. The DAF Responder SHALL implement REST behavior according to the FHIR specification. The DAF Responder SHALL support both json and xml resource formats for all DAF interactions." ];
     fhir:Conformance.rest.security [
       fhir:Conformance.rest.security.description [ fhir:value "DAF Responders SHALL implement the security requirements documented in the [[daf-security|DAF FHIR IG]]." ]     ];
     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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Patient 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Patients 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 DAF-Patient 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 DAF-Patient 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "address-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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "address-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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "address-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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-AllergyIntolerance 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-AllergyIntolerance 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 DAF-AllergyIntolerance 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 DAF-AllergyIntolerance 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-DiagnosticOrder 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-DiagnosticOrder 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 DAF-DiagnosticOrder 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 DAF-DiagnosticOrder 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-DiagnosticReport 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-DiagnosticReport 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 DAF-DiagnosticReport 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 DAF-DiagnosticReport 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Encounter 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Encounter 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 DAF-Encounter 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 DAF-Encounter 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-FamilyMemberHistory 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-FamilyMemberHistory 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 DAF-FamilyMemberHistory 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 DAF-FamilyMemberHistory 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Immunization 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Immunization 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 DAF-Immunization 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 DAF-Immunization 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "vaccine-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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
       fhir:index 7;
       fhir:Conformance.rest.resource.type [ fhir:value "Observation" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-resultobs>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-resultobs" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Results 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Results 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 DAF-Results 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 DAF-Results 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.searchInclude [
         fhir:value "Observation.related";
         fhir:index 2       ];
       fhir:Conformance.rest.resource.searchRevInclude [
         fhir:value "Observation.component";
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "value-quantity" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "quantity" ]       ];
       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 "SHALL" ]         ];
         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 6;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         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 7;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         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 [
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Medication 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Medication 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 DAF-Medication 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 DAF-Medication 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 "SHALL" ]         ];
         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 1;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         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 2;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-MedicationStatement 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-MedicationStatement 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 DAF-MedicationStatement 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 DAF-MedicationStatement 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-MedicationAdministration 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-MedicationAdministration 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 DAF-MedicationAdministration 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 DAF-MedicationAdministration 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
       fhir:index 11;
       fhir:Conformance.rest.resource.type [ fhir:value "MedicationDispense" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationdispense>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationdispense" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-MedicationDispense 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-MedicationDispense 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 DAF-MedicationDispense 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 DAF-MedicationDispenseinstance" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationDispense.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationDispense.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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "medication" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 12;
       fhir:Conformance.rest.resource.type [ fhir:value "MedicationOrder" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/daf-medicationdispense>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/daf-medicationdispense" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-MedicationOrder 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-MedicationOrder 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 DAF-MedicationOrder 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 DAF-MedicationOrder instances" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationOrder.patient";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationOrder.medication";
         fhir:index 1       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "MedicationOrder.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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "medication" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "reference" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 13;
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Condition 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Condition 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 DAF-Condition 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 DAF-Condition 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "severity" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 14;
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF-Procedure 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF-Procedure 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 DAF-Procedure 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 DAF-Procedure 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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 [
       fhir:index 15;
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows discovery of existing DAF List 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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows retrieval of a specific DAF List 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 DAF List 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 DAF List 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 "SHALL" ]         ];
         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 [
         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 "SHALL" ]         ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "empty-reason" ];
         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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ]     ];
     fhir:Conformance.rest.operation [
       fhir:index 0;
       fhir:Conformance.rest.operation.name [ fhir:value "encounter-everything" ];
       fhir:Conformance.rest.operation.definition [
         fhir:reference <http://hl7.org/fhir/OperationDefinition/encounter-everything>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/encounter-everything" ]       ]     ];
     fhir:Conformance.rest.operation [
       fhir:index 1;
       fhir:Conformance.rest.operation.name [ fhir:value "patient-everything" ];
       fhir:Conformance.rest.operation.definition [
         fhir:reference <http://hl7.org/fhir/OperationDefinition/patient-everything>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-everything" ]       ]     ]
  ].

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


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.