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-sdc-form-receiver.ttl

Raw Turtle, JSON-LD

SDC Repository for completed forms

@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-sdc-form-receiver> a fhir:Conformance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "conformance-sdc-form-receiver"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.name [ fhir:value "SDC Form Receiver"];
  fhir:Conformance.status [ fhir:value "draft"];
  fhir:Conformance.date [ fhir:value "2014-07-06"^^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://wiki.siframework.org/Structured+Data+Capture+Initiative" ]     ]
  ];
  fhir:Conformance.description [ fhir:value "This profile defines the expected capabilities of the ''SDC Form Receiver'' role when conforming to the S&I Framework's [[sdc|Structured Data Capture FHIR implementation guide]].  This role is responsible for storing and returning completed and partially-completed forms."];
  fhir:Conformance.kind [ fhir:value "requirements"];
  fhir:Conformance.fhirVersion [ fhir:value "1.4.0"];
  fhir:Conformance.acceptUnknown [ fhir:value "extensions"];
  fhir:Conformance.format [
     fhir:value "xml";
     fhir:index 0
  ];
  fhir:Conformance.format [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.rest.mode [ fhir:value "server" ];
     fhir:Conformance.rest.security [
       fhir:Conformance.rest.security.description [ fhir:value "Implementations must meet the general security requirements documented in the [[sdc-security|SDC implementation guide]]." ]     ];
     fhir:Conformance.rest.resource [
       fhir:index 0;
       fhir:Conformance.rest.resource.type [ fhir:value "QuestionnaireResponse" ];
       fhir:Conformance.rest.resource.profile [
         fhir:reference <http://hl7.org/fhir/StructureDefinition/sdc-element>;
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/sdc-element" ]       ];
       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 a user to search for existing completed or partially-completed forms.  Generally used to find partially-completed forms for update." ]       ];
       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 "create" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows recording a completed or partially-completed form" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "update" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows updating an existing completed or partially-completed form.  (Systems may place rules on who can update forms and under what circumstances.)" ]       ];
       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 "SHALL" ]         ];
         fhir:Conformance.rest.resource.interaction.code [ fhir:value "delete" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows removal of a completed form from a repository.  Note that the removal may be logical rather than physical.  Some systems may have rules for who can remove a completed form and under what circumstances." ]       ];
       fhir:Conformance.rest.resource.interaction [
         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.interaction.code [ fhir:value "history-instance" ];
         fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Allows review of prior versions of an answer set - allows reversion to previously recorded versions" ]       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "QuestionnaireResponse.questionnaire";
         fhir:index 0       ];
       fhir:Conformance.rest.resource.searchInclude [
         fhir:value "Questionnaire.group.question.options";
         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 "author" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#author" ];
         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 "authored" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#authored" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ]       ];
       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 "questionnaire" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#questionnaire" ];
         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.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#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 "subject" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#subject" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ];
       fhir:Conformance.rest.resource.searchParam [
         fhir:index 5;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-expectation" ];
           fhir:Extension.valueCode [ fhir:value "SHOULD" ]         ];
         fhir:Conformance.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse#encounter" ];
         fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ]       ]     ]
  ].

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


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