FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/cyehr-sp-episodeofcare-caremanager

Packageehealth4u.package
Resource TypeSearchParameter
Idcyehr-sp-episodeofcare-caremanager
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-episodeofcare-caremanager
URLhttp://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-episodeofcare-caremanager
Statusactive
Namepractitionerrole-care-manager
DescriptionSearch by a PractitionerRole, that resolved to the Care Manager of the Episode of Care
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "cyehr-sp-episodeofcare-caremanager",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-03-30T11:50:25.757+00:00",
    "source": "#151be0c148501f82"
  },
  "url": "http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-episodeofcare-caremanager",
  "name": "practitionerrole-care-manager",
  "status": "active",
  "experimental": true,
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealth@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search by a PractitionerRole, that resolved to the Care Manager of the Episode of Care",
  "code": "practitionerrole-care-manager",
  "base": [
    "EpisodeOfCare"
  ],
  "type": "reference",
  "expression": "EpisodeOfCare.careManager.as(Reference)",
  "xpath": "f:EpisodeOfCare/f:careManager.as(Reference)",
  "xpathUsage": "normal",
  "target": [
    "PractitionerRole"
  ]
}