Care Connect API
4.0.0 - CI Build
Care Connect API - Local Development build (v4.0.0). See the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "workflow",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Connect Workflow Capability Statement</h2><div><p>Minimal conformance requirements for a Workflow API. This would typically be found on Patient Administration Systems and 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>Encounter</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>EpisodeOfCare</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>ServiceRequest</td><td><a href=\"https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest\">https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest</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/workflow",
"version" : "4.0.0",
"name" : "Care Connect Workflow 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 Workflow API. This would typically be found on Patient Administration Systems and 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" : "Encounter",
"profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter",
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
},
{
"name" : "date",
"type" : "date",
"documentation" : "A date within the period the Encounter lasted"
},
{
"name" : "episodeofcare",
"type" : "reference",
"documentation" : "Episode(s) of care that this encounter should be recorded against"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Identifier(s) by which this encounter is known"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "The patient ro group present at the encounter"
},
{
"name" : "status",
"type" : "token",
"documentation" : "planned | arrived | triaged | in-progress | onleave | finished | cancelled +"
},
{
"name" : "type",
"type" : "token",
"documentation" : "Specific type of encounter"
}
]
},
{
"type" : "EpisodeOfCare",
"profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare",
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
},
{
"name" : "date",
"type" : "date",
"documentation" : "The provided date search value falls within the episode of care's period"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Business Identifier(s) relevant for this EpisodeOfCare"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "The patient who is the focus of this episode of care"
}
]
},
{
"type" : "ServiceRequest",
"profile" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest",
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Business identifier"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "Who the referral is about"
},
{
"name" : "type",
"type" : "token",
"documentation" : "The type of the referral"
}
]
}
]
}
]
}