{ "description": "This section describes the expected capabilities of a client consuming eRSD resources including the Reportable Conditions Trigger Codes (RCTC).\\n\\n#### Conformance requirements for an eRSD Client\\n\\nThe eRSD Client **SHALL**:\\n\\n- Support fetching the eRSD Bundle using the supported RESTful interactions.\\n- Support processing PlanDefinition and ValueSet resources that are included in the Bundle.\\n\\nThe eRSD Client **MAY**:\\n\\n- Support fetching and reading a Person resource.\\n- Support fetching and reading Subscription resources associated with a Person.", "_filename": "CapabilityStatement-capabilitystatement-ersd-client.json", "package_name": "hl7.fhir.us.ecr", "format": [ "application/xml", "application/json" ], "date": "2019-08-23", "publisher": "HL7 International / Public Health", "fhirVersion": "4.0.1", "jurisdiction": [ { "text": "United States of America", "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America" } ] } ], "name": "CapabilityStatement_eRSD_Client", "type": null, "experimental": "false", "resourceType": "CapabilityStatement", "title": "Capability Statement eRSD Client", "package_version": "2.1.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pher" } ], "status": "draft", "id": "86ca75c2-1bc4-4638-9279-5a725361631c", "kind": "requirements", "url": "http://hl7.org/fhir/us/ecr/CapabilityStatement/capabilitystatement-ersd-client", "version": "2.1.2", "contact": [ { "name": "HL7 International / Public Health", "telecom": [ { "value": "http://www.hl7.org/Special/committees/pher", "system": "url" } ] } ], "rest": [ { "mode": "client", "resource": [ { "type": "Bundle", "interaction": [ { "code": "read" } ], "documentation": "The Bundle represents the artifacts that are to be distributed to subscribers. The Bundle contains the information necessary for implementers to update their systems. The Bundle typically includes PlanDefinition and ValueSet resources. The Bundle may also contain a message from the administrator that indicates the severity of the update.", "supportedProfile": [ "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle", "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-document-bundle", "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-reporting-bundle" ] }, { "type": "ValueSet", "profile": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset", "interaction": [ { "code": "read" } ] }, { "type": "PlanDefinition", "profile": "http://hl7.org/fhir/us/ecr/StructureDefinition/ersd-plandefinition", "interaction": [ { "code": "read" } ] }, { "type": "Person", "interaction": [ { "code": "read" } ], "documentation": "The Person resource is used by the eRSD server to associate one or more Subscriptions to an individual. The Person contains references to the Subscriptions associated with the Person." }, { "type": "Subscription", "interaction": [ { "code": "read" } ], "documentation": "A Subscription is used to notify a Person using the specified channel (email, rest-hook or email-based SMS) that a Bundle has been updated on the FHIR Server." }, { "type": "Library", "profile": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset-library", "interaction": [ { "code": "read" } ] } ] } ] }