PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.medmorph@1.0.0
    http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-receiver
{
  "description": "This example CapabilityStatement defines the expected capabilities of the Data Receiver actor when conforming to the MedMorph RA IG.     The actor is responsible for defining Knowledge Artifacts, receiving reports, and submitting responses back to health care organizations.   The specific knowlege artifacts, reports and responses to be supported by the Data Receiver will be defined by the Content IGs.",
  "_filename": "CapabilityStatement-medmorph-data-receiver.json",
  "package_name": "hl7.fhir.us.medmorph",
  "format": [ "json" ],
  "date": "2020-12-06",
  "publisher": "HL7 International - Public Health Work Group",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "DataReceiver",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "Example Data Receiver Capability Statement",
  "package_version": "1.0.0",
  "status": "draft",
  "id": "013693d0-1328-4947-be2b-c86011c9a5a7",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-data-receiver",
  "version": "1.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/pher",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "PlanDefinition",
      "interaction": [ {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows discovery of existing PlanDefinition instances."
      }, {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows retrieval of a specific PlanDefinition instance."
      }, {
        "code": "vread",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ],
        "documentation": "Allows retrieval of a historical version of a PlanDefinition instance."
      }, {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows creation of a PlanDefinition resource instance."
      }, {
        "code": "update",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows update of a PlanDefinition resource instance."
      } ],
      "searchParam": [ {
        "name": "identifier",
        "type": "token",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier"
      }, {
        "name": "name",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-name"
      }, {
        "name": "publisher",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher"
      }, {
        "name": "title",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-title"
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-plandefinition" ]
    } ],
    "security": {
      "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
    },
    "operation": [ {
      "name": "process-message",
      "definition": "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
    } ],
    "documentation": "The focus of the Data Receiver is to for define Knowledge Artifacts, receive reports and submit responses back to clinical care organizations. "
  }, {
    "mode": "server",
    "security": {
      "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
    },
    "operation": [ {
      "name": "process-message",
      "definition": "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
    } ],
    "documentation": "The focus of the Data Receiver as a Server is to expose $process-message endpoint at the root of the FHIR server."
  } ]
}