EMIS Web Adapter for QuickFHIR
2.0.0 - draft

Publish Box goes here

: 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/><div><p>Capabilities of the EMIS Web Adapter for QuickFHIR</p>\n</div><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>AllergyIntolerance</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/AllergyIntolerance\">http://hl7.org/fhir/StructureDefinition/AllergyIntolerance</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>Condition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Condition\">http://hl7.org/fhir/StructureDefinition/Condition</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>DiagnosticReport</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/DiagnosticReport\">http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a></td><td></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>Encounter</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Encounter\">http://hl7.org/fhir/StructureDefinition/Encounter</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>Immunization</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Immunization\">http://hl7.org/fhir/StructureDefinition/Immunization</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>MedicationRequest</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/MedicationRequest\">http://hl7.org/fhir/StructureDefinition/MedicationRequest</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>Observation</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Observation\">http://hl7.org/fhir/StructureDefinition/Observation</a></td><td></td><td>y</td><td></td><td></td></tr><tr><td>Bundle</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Bundle\">http://hl7.org/fhir/StructureDefinition/Bundle</a></td><td></td><td>y</td><td></td><td>y</td></tr><tr><td>Practitioner</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Practitioner\">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td>y</td><td></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/ig/@blackpear/quickfhir-aws-adapter-emisweb/CapabilityStatement/adapter",
  "version" : "2.0.0",
  "status" : "active",
  "date" : "2021-01-01",
  "description" : "Capabilities of the EMIS Web Adapter for QuickFHIR",
  "kind" : "capability",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "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"
            },
            {
              "name" : "given",
              "type" : "string"
            },
            {
              "name" : "family",
              "type" : "string"
            }
          ]
        },
        {
          "type" : "AllergyIntolerance",
          "profile" : "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "date",
              "type" : "date"
            },
            {
              "name" : "code",
              "type" : "token"
            },
            {
              "name" : "clinical-status",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Condition",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Condition",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "code",
              "type" : "token"
            },
            {
              "name" : "clinical-status",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "date",
              "type" : "date"
            },
            {
              "name" : "code",
              "type" : "token"
            }
          ]
        },
        {
          "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`"
            }
          ]
        },
        {
          "type" : "Encounter",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Encounter",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "date",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "Immunization",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Immunization",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "date",
              "type" : "date"
            },
            {
              "name" : "status",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "profile" : "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "code",
              "type" : "token"
            },
            {
              "name" : "authoredon",
              "type" : "date"
            },
            {
              "name" : "status",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Observation",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Observation",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            },
            {
              "name" : "date",
              "type" : "date"
            },
            {
              "name" : "code",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Bundle",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Bundle",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Creates a complete encounter in EHR [equivalent to $transaction operation]"
            },
            {
              "code" : "search-type",
              "documentation" : "Retrieves all resources relating to a patient [equivalent to $everything operation] NB: non-compliant"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "May use chained search `patient.identifier`"
            }
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "type" : "Binary",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Binary",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ]
}