careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0). See the Directory of published versions

: caremesh-roleData - JSON Representation

Unknown as of 2023-12-07

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "caremesh-roleData",
  "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>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-roleData",
  "version" : "0.1.0",
  "name" : "CaremeshRoleData",
  "title" : "PractitionerRole data for Practitioner(CM Proprietary)",
  "status" : "unknown",
  "kind" : "operation",
  "date" : "2023-12-07T14:49:42-05: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 pull information\nrelated to a given Practitioner instance.  It is not supported for \nexternal use.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "affectsState" : false,
  "code" : "suggest",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : true
}