Care Connect API
- CI Build
Care Connect API - Local Development build (vnull). See the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "workflow"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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/STU3/StructureDefinition/CareConnect-Encounter-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1</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/STU3/StructureDefinition/CareConnect-EpisodeOfCare-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-EpisodeOfCare-1</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>ReferralRequest</td><td><a href=\"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>" ]; fhir:CapabilityStatement.url [ fhir:value "https://kevinmayfield.github.io/careconnect-api-stu3/CapabilityStatement/workflow"]; fhir:CapabilityStatement.version [ fhir:value "3.0.0"]; fhir:CapabilityStatement.name [ fhir:value "Care Connect Workflow Capability Statement"]; fhir:CapabilityStatement.status [ fhir:value "active"]; fhir:CapabilityStatement.date [ fhir:value "2020-01-04T08:01:49+00:00"^^xsd:dateTime]; fhir:CapabilityStatement.publisher [ fhir:value "mayfield-is.co.uk"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "kevin.mayfield@mayfield-is.co.uk" ] ] ]; fhir:CapabilityStatement.description [ fhir:value "Minimal conformance requirements for a Workflow API. This would typically be found on Patient Administration Systems and Electronic Patient Record Systems"]; fhir:CapabilityStatement.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "826" ] ] ]; fhir:CapabilityStatement.kind [ fhir:value "requirements"]; fhir:CapabilityStatement.fhirVersion [ fhir:value "3.0.2"]; fhir:CapabilityStatement.acceptUnknown [ fhir:value "extensions"]; fhir:CapabilityStatement.format [ fhir:value "application/fhir+json"; fhir:index 0 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Encounter" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:link <https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1>; fhir:Reference.reference [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1" ] ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A date within the period the Encounter lasted" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "episodeofcare" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Episode(s) of care that this encounter should be recorded against" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Identifier(s) by which this encounter is known" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The patient ro group present at the encounter" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "planned | arrived | triaged | in-progress | onleave | finished | cancelled +" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Specific type of encounter" ] ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.type [ fhir:value "EpisodeOfCare" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:link <https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-EpisodeOfCare-1>; fhir:Reference.reference [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-EpisodeOfCare-1" ] ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The provided date search value falls within the episode of care's period" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Business Identifier(s) relevant for this EpisodeOfCare" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The patient who is the focus of this episode of care" ] ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.type [ fhir:value "ReferralRequest" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:link <https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1>; fhir:Reference.reference [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1" ] ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who the referral is about" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The type of the referral" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.