Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

This page is part of the Bidirectional Services eReferrals (BSeR) (v2.0.0-ballot: STU 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Capability Statement -BSeR - JSON Representation

Active as of 2019-11-26

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "capabilitystatement-bser",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CapabilityStatement_BSeR</h2><div><p>This resource defines the expected capabilities for both client and server participating in BSeR exchange</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Observation</td><td>Supported profiles:<br/>\u00a0\u00a0<a href=\"StructureDefinition-bser-referral-observation.html\">BSeR Referral Observation</a><br/>\u00a0\u00a0<a href=\"StructureDefinition-BSeR-ReferralActivityStatus.html\">BSeR Referral Activity Status</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Coverage</td><td>Supported profiles:<br/>\u00a0\u00a0<a href=\"StructureDefinition-BSeR-Coverage.html\">BSeR Coverage</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>Condition</td><td><a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr><tr><td>MedicationRequest</td><td><a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/bser/CapabilityStatement/capabilitystatement-bser",
  "version" : "2.0.0-ballot",
  "name" : "CapabilityStatement_BSeR",
  "title" : "Capability Statement BSeR",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-11-26",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "This resource defines the expected capabilities for both client and server participating in BSeR exchange",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "Observation",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation",
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralActivityStatus"
          ],
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "Coverage",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Coverage"
          ],
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "Condition",
          "profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        }
      ]
    },
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Observation",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralActivityStatus",
            "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"
          ],
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "Coverage",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Coverage"
          ],
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "Condition",
          "profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest",
          "interaction" : [
            {
              "code" : "create"
            },
            {
              "code" : "read"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            }
          ]
        }
      ]
    }
  ]
}