{
"description": "This profile defines the expected capabilities of the *SDC Form Archiver* role when conforming to this implementation guide. This role is responsible for persisting (archiving) completed or partially completed forms [[[QuestionnaireResponse]]] resource instances). These instances may be submitted individually or in a bundle together with [[[Provenance]]] information providing details about the completion of the questionnaire response. In some cases [[[Binary]]] or [[[DocumentReference]]] resources might also be submitted to convey source information used in the population of the questionnaire response.
&$xa;The purpose of this role is to capture \\\"work in progress\\\" for archival reasons. There is no expectation that submitted form data is subsequently made available for retrieval (at least not in the same format), though it might be made available through out-of-band mechanisms.",
"_filename": "CapabilityStatement-sdc-form-archiver.json",
"package_name": "hl7.fhir.uv.sdc",
"format": [ "xml", "json" ],
"date": "2015-09-03",
"publisher": "HL7 International / FHIR Infrastructure",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"name": "SDCFormArchiver",
"type": null,
"experimental": null,
"resourceType": "CapabilityStatement",
"title": "SDC Form Archiver",
"package_version": "4.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
} ]
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
} ]
}
} ],
"status": "active",
"id": "973889df-c3a9-44b1-8d45-29eed846810f",
"kind": "requirements",
"url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-archiver",
"version": "4.0.0",
"contact": [ {
"name": "HL7 International / FHIR Infrastructure",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
}, {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ],
"rest": [ {
"mode": "client",
"resource": [ {
"type": "QuestionnaireResponse",
"profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
} ],
"versioning": "versioned",
"interaction": [ {
"code": "create",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
} ],
"documentation": "Allows archiving (storing) a completed or partially-completed form"
}, {
"code": "update",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
} ],
"documentation": "Allows updating a previously archived form. (Systems may place rules on who can update forms and under what circumstances)."
}, {
"code": "delete",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
} ],
"documentation": "Allows removal of an archived form from a repository. Note that the removal may be logical rather than physical. Some systems may have rules for who can remove a submitted response and under what circumstances."
} ],
"documentation": "The primary focus of a form archiver is storing QuestionnaireResponses."
}, {
"type": "Provenance",
"profile": "http://hl7.org/fhir/StructureDefinition/Provenance",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
} ],
"interaction": [ {
"code": "create",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
} ],
"documentation": "Allows submitting a Provenance record associated with a particular QuestionnaireResponse."
} ],
"documentation": "Captures metadata about the creation/changing of QuestionnaireResponses."
} ],
"security": {
"description": "Implementations must meet the [general security requirements](security.html) documented in this implementation guide.html."
},
"interaction": [ {
"code": "transaction",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
} ],
"documentation": "Allows submission of a [[[QuestionnaireResponse]]] together with [[[Provenance]]] and other supporting resources as a single unit of work."
} ],
"documentation": "The [[[QuestionnaireResponse]]] may be sent as a single instance or as a FHIR [[[Bundle]]] also containing [[[Provenance]]] resources providing details on the sources of information. A Bundle submission might also include [[[Binary]]] and/or [[[DocumentReference]]] instances referring to the data used to populate the form. A Form Archiver must support persisting, searching and retrieving those resources."
} ]
}