PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot1
    urn:uuid:68d043b5-9ecf-4559-a57a-396e0d452311
{
  "description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface",
  "_filename": "CapabilityStatement-example.json",
  "package_name": "hl7.fhir.r5.core",
  "format": [ "xml", "json" ],
  "date": "2012-01-04",
  "publisher": "ACME Corporation",
  "patchFormat": [ "application/xml-patch+xml", "application/json-patch+json" ],
  "fhirVersion": "5.0.0-snapshot1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America (the)"
    } ]
  } ],
  "instantiates": [ "http://ihe.org/fhir/CapabilityStatement/pixm-client" ],
  "purpose": "Main EHR capability statement, published for contracting and operational support",
  "name": "ACME-EHR",
  "useContext": [ {
    "code": {
      "code": "focus",
      "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
    },
    "valueCodeableConcept": {
      "coding": [ {
        "code": "positive",
        "system": "http://terminology.hl7.org/CodeSystem/variant-state"
      } ]
    }
  } ],
  "copyright": "Copyright © Acme Healthcare and GoodCorp EHR Systems",
  "type": null,
  "experimental": "true",
  "resourceType": "CapabilityStatement",
  "title": "ACME EHR capability statement",
  "package_version": "5.0.0-snapshot1",
  "document": [ {
    "mode": "consumer",
    "profile": "http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796",
    "documentation": "Basic rules for all documents in the EHR system"
  } ],
  "status": "draft",
  "messaging": [ {
    "endpoint": [ {
      "address": "mllp:10.1.1.10:9234",
      "protocol": {
        "code": "mllp",
        "system": "http://terminology.hl7.org/CodeSystem/message-transport"
      }
    } ],
    "documentation": "ADT A08 equivalent for external system notifications",
    "reliableCache": 30,
    "supportedMessage": [ {
      "mode": "receiver",
      "definition": "http://hl7.org/fhir/MessageDefinition/example"
    } ]
  } ],
  "id": "bec7a57c-7764-43d2-bad5-9da2e4d0a44a",
  "kind": "instance",
  "implementationGuide": [ "http://hl7.org/fhir/us/lab" ],
  "url": "urn:uuid:68d043b5-9ecf-4559-a57a-396e0d452311",
  "software": {
    "name": "EHR",
    "version": "0.00.020.2134",
    "releaseDate": "2012-01-04"
  },
  "version": "20130510",
  "contact": [ {
    "name": "System Administrator",
    "telecom": [ {
      "value": "wile@acme.org",
      "system": "email"
    } ]
  } ],
  "implementation": {
    "url": "http://10.2.3.4/fhir",
    "description": "main EHR at ACME"
  },
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "searchRevInclude": [ "Person" ],
      "searchParam": [ {
        "name": "identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
        "documentation": "Only supports search by institution MRN"
      }, {
        "name": "general-practitioner",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner"
      } ],
      "conditionalUpdate": false,
      "conditionalRead": "full-support",
      "readHistory": true,
      "type": "Patient",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "vread",
        "documentation": "Only supported for patient records since 12-Dec 2012"
      }, {
        "code": "update"
      }, {
        "code": "history-instance"
      }, {
        "code": "create"
      }, {
        "code": "history-type"
      } ],
      "documentation": "This server does not let the clients create identities.",
      "updateCreate": false,
      "conditionalCreate": true,
      "supportedProfile": [ "http://registry.fhir.org/r4/StructureDefinition/00ab9e7a-06c7-4f77-9234-4154ca1e3347" ],
      "searchInclude": [ "Organization" ],
      "versioning": "versioned-update",
      "profile": "http://registry.fhir.org/r4/StructureDefinition/7896271d-57f6-4231-89dc-dcc91eab2416",
      "conditionalDelete": "not-supported"
    } ],
    "security": {
      "cors": true,
      "service": [ {
        "coding": [ {
          "code": "SMART-on-FHIR",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service"
        } ]
      } ],
      "description": "See Smart on FHIR documentation"
    },
    "compartment": [ "http://hl7.org/fhir/CompartmentDefinition/patient" ],
    "interaction": [ {
      "code": "transaction"
    }, {
      "code": "history-system"
    } ],
    "documentation": "Main FHIR endpoint for acem health"
  } ]
}