Care Connect API
4.0.0 - CI Build

Care Connect API - Local Development build (v4.0.0). See the Directory of published versions

: Clinical API - JSON Representation

Raw json | Download

{
  "resourceType" : "CapabilityStatement",
  "id" : "clinical",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Connect Clinical Capability Statement</h2><div><p>Minimal conformance requirements for a Clinical API. This would typically be found on Electronic Patient Record Systems</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>AllergyIntolerance</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Condition</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Procedure</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
  },
  "url" : "https://project-wildfyre.github.io/careconnect-api-r4/CapabilityStatement/clinical",
  "version" : "4.0.0",
  "name" : "Care Connect Clinical Capability Statement",
  "status" : "active",
  "date" : "2021-04-02T09:18:26+01:00",
  "publisher" : "mayfield-is.co.uk",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "kevin.mayfield@mayfield-is.co.uk"
        }
      ]
    }
  ],
  "description" : "Minimal conformance requirements for a Clinical API. This would typically be found on Electronic Patient Record Systems",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "AllergyIntolerance",
          "profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalUpdate" : true,
          "searchParam" : [
            {
              "name" : "_id",
              "type" : "string",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "clinical-status",
              "type" : "token",
              "documentation" : "active | inactive | resolved"
            },
            {
              "name" : "date",
              "type" : "date",
              "documentation" : "Date record was believed accurate"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "External ids for this item"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Who the sensitivity is for"
            },
            {
              "name" : "verification-status",
              "type" : "token",
              "documentation" : "unconfirmed | confirmed | refuted | entered-in-error"
            }
          ]
        },
        {
          "type" : "Condition",
          "profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "_id",
              "type" : "string",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "asserted-date",
              "type" : "date",
              "documentation" : "Date record was believed accurate"
            },
            {
              "name" : "category",
              "type" : "token",
              "documentation" : "The category of the condition"
            },
            {
              "name" : "clinical-status",
              "type" : "token",
              "documentation" : "The clinical status of the condition"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "A unique identifier of the condition record"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Who has the condition?"
            }
          ]
        },
        {
          "type" : "Procedure",
          "profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "_id",
              "type" : "string",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "date",
              "type" : "date",
              "documentation" : "Date/Period the procedure was performed"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "A unique identifier for a procedure"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by subject - a patient"
            },
            {
              "name" : "subject",
              "type" : "reference",
              "documentation" : "Search by subject"
            }
          ]
        }
      ]
    }
  ]
}