Care Connect API
- CI Build
Care Connect API - Local Development build (vnull). See the Directory of published versions
Source view
{
"resourceType" : "CapabilityStatement",
"id" : "diagnostics",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Care Connect Diagnostic Capability Statement</h2><div><p>Minimal conformance requirements for a Diagnostic API. This would typically be found on Patient Administration Systems and Laboratory Information 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>DiagnosticReport</td><td><a href=\"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Observation</td><td><a href=\"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Specimen</td><td><a href=\"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Specimen-1\">https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Specimen-1</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
},
"url" : "https://kevinmayfield.github.io/careconnect-api-stu3/CapabilityStatement/diagnostics",
"version" : "3.0.0",
"name" : "Care Connect Diagnostic Capability Statement",
"status" : "active",
"date" : "2020-01-04T08:01:49+00:00",
"publisher" : "mayfield-is.co.uk",
"contact" : [
{
"telecom" : [
{
"system" : "email",
"value" : "kevin.mayfield@mayfield-is.co.uk"
}
]
}
],
"description" : "Minimal conformance requirements for a Diagnostic API. This would typically be found on Patient Administration Systems and Laboratory Information Systems",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "826"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "3.0.2",
"acceptUnknown" : "extensions",
"format" : [
"application/fhir+json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "DiagnosticReport",
"profile" : {
"reference" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
},
{
"name" : "category",
"type" : "token",
"documentation" : "The classification of the type of report"
},
{
"name" : "code",
"type" : "token",
"documentation" : "The code of the report type"
},
{
"name" : "date",
"type" : "date",
"documentation" : "Obtained date/time. If the obtained element is a period, a date that falls in the period"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "The unique id for a particular report"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "The subject that the report is about (if patient)"
}
]
},
{
"type" : "Observation",
"profile" : {
"reference" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
},
{
"name" : "category",
"type" : "token",
"documentation" : "The classification of the type of observation"
},
{
"name" : "code",
"type" : "token",
"documentation" : "The code of the observation type"
},
{
"name" : "date",
"type" : "date",
"documentation" : "Obtained date/time. If the obtained element is a period, a date that falls in the period"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "The unique id for a particular observation"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "The subject that the observation is about (if patient)"
}
]
},
{
"type" : "Specimen",
"profile" : {
"reference" : "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Specimen-1"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "_id",
"type" : "string",
"documentation" : "The ID of the resource"
}
]
}
]
}
]
}