PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.medmorph@0.2.0
    http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-public-health-authority
{
  "description": "This profile defines the expected capabilities of the ''Public Health Authority'' actor when conforming to the MedMorph Architecture Implementation Guide.     This role is responsible for defining Knowledge Artifacts, receiving public health reports, and submitting responses back to clinical care organizations.",
  "_filename": "CapabilityStatement-medmorph-public-health-authority.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": "KnowledgeArtifactRepository",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "MedMorph Public Health Authority",
  "package_version": "0.2.0",
  "status": "draft",
  "id": "2acd1a66-d492-4822-b218-3da3d198fe95",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-public-health-authority",
  "version": "0.2.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" ]
    }, {
      "type": "Bundle",
      "interaction": [ {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows creation of a Reporting or Content Bundle instance."
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-reporting-bundle", "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-content-bundle" ]
    }, {
      "type": "MessageHeader",
      "interaction": [ {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows creation of a MessageHeader instance."
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-messageheader" ]
    } ],
    "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 Public Health Authority is to for define Knowledge Artifacts, receive public health 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 Backend Service App as a Server is to expose $process-message endpoint at the root of the FHIR server."
  } ]
}