FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageehealth4u.package
Resource TypeSearchParameter
Idcyehr-sp-courseofdisease-partofepisodeofcare.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-courseofdisease-partofepisodeofcare
URLhttp://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-courseofdisease-partofepisodeofcare
Statusactive
Namepart-of-episodeofcare
DescriptionSearch by an episode of care, which is stored in the extension of Course of Disease Observation
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "cyehr-sp-courseofdisease-partofepisodeofcare",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2023-03-25T20:54:40.300+00:00",
    "source": "#b484e32148381449"
  },
  "url": "http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-courseofdisease-partofepisodeofcare",
  "name": "part-of-episodeofcare",
  "status": "active",
  "experimental": true,
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealth@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search by an episode of care, which is stored in the extension of Course of Disease Observation",
  "code": "part-of-episodeofcare",
  "base": [
    "Observation"
  ],
  "type": "reference",
  "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').value.as(Reference)",
  "xpath": "f:Observation/f:extension[@url='http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare']/f:value.as(Reference)",
  "xpathUsage": "normal",
  "target": [
    "EpisodeOfCare"
  ]
}