PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.medmorph@0.2.0
    http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-ehr
{
  "description": "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the MedMorph Architecture Implementation Guide.     This role is responsible for allowing creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs.",
  "_filename": "CapabilityStatement-medmorph-ehr.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": "MedMorphEhr",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "MedMorph EHR",
  "package_version": "0.2.0",
  "status": "draft",
  "id": "74837d7a-3e29-4144-91d9-315de0275709",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/us/medmorph/CapabilityStatement/medmorph-ehr",
  "version": "0.2.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/pher",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Subscription",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows retrieval of a specific Subscription instance."
      }, {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows creation of a Subscription resource instance."
      }, {
        "code": "update",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows update of a Subscription resource instance."
      }, {
        "code": "delete",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allows deletion of a Subscription resource instance."
      } ]
    } ],
    "security": {
      "description": "Implementations must meet the general security requirements documented in the security section of the implementation guide."
    },
    "documentation": "The focus of the EHR is to allow creation, modification and deletion of Subscriptions and allows searching and retrieval of resources using US Core APIs. "
  } ]
}