This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Central Cancer Registry Reporting Pathology EHR Capability Statement - JSON Representation
Raw json | Download
{
"resourceType" : "CapabilityStatement",
"id" : "central-cancer-registry-reporting-ehr-pathology",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2022-06-13T20:35:59.082+00:00",
"source" : "#OKQnL0yKrYdSaTJK"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CentralCancerRegistryReportingPathologyEHRCapabilityStatement</h2><div><p>This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Cancer Pathology Data Sharing IG. This role is responsible for allowing creation, modification and deletion of ServiceRequests that represent the request for Pathological analysis (and associated reports), and allows searching and retrieval of resources using US Core APIs.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>The focus of the EHR is to allow creation, modification and deletion of ServiceRequests and allows searching and retrieval of resources using US Core APIs.</p>\n</div></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><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>ServiceRequest</td><td>\u00a0</td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/cancer-reporting/CapabilityStatement/central-cancer-registry-reporting-ehr-pathology",
"version" : "1.0.0",
"name" : "CentralCancerRegistryReportingPathologyEHRCapabilityStatement",
"title" : "Central Cancer Registry Reporting Pathology EHR Capability Statement",
"status" : "draft",
"experimental" : false,
"date" : "2022-06-13",
"publisher" : "HL7 Orders and Observations Work Group",
"contact" : [
{
"name" : "HL7 International - Orders and Observations",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description" : "This profile defines the expected capabilities of the ''EHR'' actor when conforming to the Cancer Pathology Data Sharing IG. This role is responsible for allowing creation, modification and deletion of ServiceRequests that represent the request for Pathological analysis (and associated reports), and allows searching and retrieval of resources using US Core APIs.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
],
"text" : "United States of America"
}
],
"copyright" : "<copyright value=\"This material contains content from LOINC (http://loinc.org ). Refer to terminology.hl7.org for copyright information. LOINC® is available at no cost under the license at http://loinc.org/license . LOINC® is a registered United States trademark of Regenstrief Institute, Inc.\"/>",
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"json",
"xml"
],
"rest" : [
{
"mode" : "server",
"documentation" : "The focus of the EHR is to allow creation, modification and deletion of ServiceRequests and allows searching and retrieval of resources using US Core APIs.",
"security" : {
"description" : "Implementations must meet the general security requirements documented in the security section of the implementation guide."
},
"resource" : [
{
"type" : "ServiceRequest",
"interaction" : [
{
"code" : "read",
"documentation" : "Allows retrieval of a specific ServiceRequest instance."
},
{
"code" : "create",
"documentation" : "Allows creation of a ServiceRequest resource instance."
},
{
"code" : "update",
"documentation" : "Allows update of a ServiceRequest resource instance."
},
{
"code" : "delete",
"documentation" : "Allows deletion of a ServiceRequest resource instance."
}
]
}
]
}
]
}