Core Care Plans Adapter for QuickFHIR
1.0.0 - draft

Core Care Plans Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Adapter capabilities - JSON Representation

Active as of 2021-01-01

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "adapter",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><table><tr><td>Mode</td><td>SERVER</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></tr><tr><td>Patient</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Patient\">http://hl7.org/fhir/StructureDefinition/Patient</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>DocumentReference</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/DocumentReference\">http://hl7.org/fhir/StructureDefinition/DocumentReference</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>Binary</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Binary\">http://hl7.org/fhir/StructureDefinition/Binary</a></td><td>y</td><td></td><td></td><td></td></tr></table></div>"
  },
  "url" : "https://quickfhir.cloud/docs/blackpear-quickfhir-aws-adapter-core-careplans/CapabilityStatement/adapter",
  "version" : "1.0.0",
  "status" : "active",
  "date" : "2021-01-01",
  "kind" : "capability",
  "software" : {
    "name" : "Core Care Plans Adapter for QuickFHIR"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "required",
                  "valueString" : "identifier"
                },
                {
                  "url" : "optional",
                  "valueString" : "birthdate"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
            }
          ],
          "type" : "Patient",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Patient",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Must use system `https://fhir.nhs.uk/Id/nhs-number` for NHS numbers"
            },
            {
              "name" : "birthdate",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "DocumentReference",
          "profile" : "http://hl7.org/fhir/StructureDefinition/DocumentReference",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "type",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Binary",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Binary",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ]
}