Package | hl7.fhir.us.medmorph |
Type | CapabilityStatement |
Id | medmorph-data-source |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-data-source.html |
URL | http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-source |
Version | 1.0.0 |
Status | draft |
Date | 2020-12-06 |
Name | MedMorphDataSource |
Title | Example MedMorph Data Source CapabilityStatement |
Realm | us |
Authority | hl7 |
Description | This is an example CapabilityStatement that defines the expected capabilities of the Data Source actor. This CapabilityStatement is an example for Content IG creators on how to create a capability statement for a Data Source actor. |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
(Requirements Definition Capability Statement)
Canonical URL: http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-source
Published by: HL7 International - Public Health Work Group
This is an example CapabilityStatement that defines the expected capabilities of the Data Source actor. This CapabilityStatement is an example for Content IG creators on how to create a capability statement for a Data Source actor.
FHIR Version: | 4.0.1 |
---|---|
Supported formats: | json |
The primary focus of the Data Source is to notify subscribers based on subscriptions or other events and support US Core APIs when implementing MedMorph RA and its Content IGs. This capability statement is an example and an actual Data Source CapabilityStatement will be defined for each use case in its Content IG. This is present here to guide the Content IG creators on how to create a Data Source CapabilityStatement.
Security:
Implementations must meet the general security requirements documented in FHIR Security guidance.
In addition the Data Source actor needs to meet the security requirements as outlined in the Formal Specification - Security Section.
Resource | Search | Read | Read Version | Instance History | Resource History | Create | Update | Delete |
---|---|---|---|---|---|---|---|---|
US Core APIs | SHALL | SHALL | ||||||
DocumentReference | SHOULD |
The following FHIR operations SHALL be supported by the EHR.
Profile: None
Profile: None
Name | Description |
---|---|
search |
Allows searching of specific US Core resource profile instances. |
read |
Allows retrieval of specific US Core resource profile instances |
{ "resourceType": "CapabilityStatement", "id": "medmorph-data-source", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-source", "version": "1.0.0", "name": "MedMorphDataSource", "title": "Example MedMorph Data Source CapabilityStatement", "status": "draft", "date": "2020-12-06", "publisher": "HL7 International - Public Health Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/pher" } ] } ], "description": "This is an example CapabilityStatement that defines the expected capabilities of the Data Source actor. This CapabilityStatement is an example for Content IG creators on how to create a capability statement for a Data Source actor.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "json" ], "rest": [ { "mode": "server", "documentation": "The focus of the Data Source is to allow creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs. ", "security": { "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide." }, "resource": [ { "type": "DocumentReference", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "create", "documentation": "Allows creation of a specific DocumentReference instance." } ] } ] } ] }