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-core.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-core> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "conformance-daf-query-responder-core"];
  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 "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 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 "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 [
       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.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 [
       fhir:index 2;
       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 3;
       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.