FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/medmorph-data-source

Packagehl7.fhir.us.medmorph
TypeCapabilityStatement
Idmedmorph-data-source
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CapabilityStatement-medmorph-data-source.html
URLhttp://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-source
Version1.0.0
Statusdraft
Date2020-12-06
NameMedMorphDataSource
TitleExample MedMorph Data Source CapabilityStatement
Realmus
Authorityhl7
DescriptionThis 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

EHR

(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.

General

FHIR Version: 4.0.1
Supported formats: json

REST behavior

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 summary

Resource Search Read Read Version Instance History Resource History Create Update Delete
US Core APIs SHALL SHALL
DocumentReference SHOULD

FHIR Operations summary

The following FHIR operations SHALL be supported by the EHR.



DocumentReference

Profile: None

Interactions

Name Description
  create

Allows creation of a specific DocumentReference Resource instance used by the Backend Services App to post the response back to the EHR.The attachment will contain the response bundle received from the TTP/PHA.



US Core APIs

Profile: None

Interactions

Name Description
  search

Allows searching of specific US Core resource profile instances.

  read

Allows retrieval of specific US Core resource profile instances




Source

{
  "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."
            }
          ]
        }
      ]
    }
  ]
}