Clinical Decision Support for Chronic Pain Management and Shared Decision-Making IG
0.1.0 - CI Build
Clinical Decision Support for Chronic Pain Management and Shared Decision-Making IG - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "mypain-client",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MyPAINClient</h2><div><p>Describes the capabilities a FHIR client will use to implement the functionality of the MyPAIN application</p>\n</div><table><tr><td>Mode</td><td>CLIENT</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>Patient</td><td><a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient</a></td><td>y</td><td></td><td></td><td></td></tr><tr><td>Appointment</td><td><a href=\"http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt\">http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Practitioner</td><td><a href=\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner\">http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner</a></td><td>y</td><td></td><td></td><td></td></tr><tr><td>Questionnaire</td><td><a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>QuestionnaireResponse</td><td><a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse\">http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse</a></td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "http://fhir.org/guides/cqf/cds4cpm/CapabilityStatement/mypain-client",
"version" : "0.1.0",
"name" : "MyPAINClient",
"title" : "MyPAIN Client Capability Statement",
"status" : "active",
"experimental" : false,
"date" : "2021-05-13T17:33:00+00:00",
"publisher" : "CQF",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://fhir.org/guides/cqf/cds4cpm/ImplementationGuide/cqf.fhir.cds4cpm"
}
]
}
],
"description" : "Describes the capabilities a FHIR client will use to implement the functionality of the MyPAIN application",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"implementationGuide" : [
"http://fhir.org/guides/cqf/cds4cpm/ImplementationGuide/cqf.fhir.cds4cpm"
],
"rest" : [
{
"mode" : "client",
"resource" : [
{
"type" : "Patient",
"profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
"interaction" : [
{
"code" : "read"
}
]
},
{
"type" : "Appointment",
"profile" : "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt",
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchInclude" : [
"Practitioner"
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "status",
"type" : "token"
},
{
"name" : "date",
"type" : "date"
},
{
"name" : "practitioner",
"type" : "reference"
}
]
},
{
"type" : "Practitioner",
"profile" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
"interaction" : [
{
"code" : "read"
}
]
},
{
"type" : "Questionnaire",
"profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire",
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "url",
"type" : "uri"
},
{
"name" : "version",
"type" : "token"
}
]
},
{
"type" : "QuestionnaireResponse",
"profile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
"interaction" : [
{
"code" : "read"
},
{
"code" : "create"
},
{
"code" : "update"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "patient",
"type" : "reference"
},
{
"name" : "questionnaire",
"type" : "reference"
},
{
"name" : "status",
"type" : "token"
}
]
}
]
}
]
}