careMESH NPD
0.1.0 - ci-build
careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Unknown as of 2024-06-25 |
{
"resourceType" : "OperationDefinition",
"id" : "caremesh-suggest",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Patient/$suggest</p><p>URL: [base]/Patient/[id]/$suggest</p><p>URL: [base]/Organization/$suggest</p><p>URL: [base]/Organization/[id]/$suggest</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr></table></div>"
},
"url" : "http://fhir.caremesh.app/OperationDefinition/caremesh-suggest",
"version" : "0.1.0",
"name" : "CaremeshSuggestUpdateOperation",
"title" : "Suggest an edit operation (CM Proprietary)",
"status" : "unknown",
"kind" : "operation",
"date" : "2024-06-25T22:31:47-04:00",
"publisher" : "careMESH, Inc.",
"contact" : [
{
"name" : "careMESH, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "http://caremesh.com/"
},
{
"system" : "email",
"value" : "operations@caremesh.com"
}
]
}
],
"description" : "This FHIR operation is used internally by careMESH to create a\nticket whereby a user might request a directory update. It is \na private API and not for external use.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"affectsState" : true,
"code" : "suggest",
"resource" : [
"Patient",
"Organization"
],
"system" : false,
"type" : true,
"instance" : true
}