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

FHIR IG Statistics: SearchParameter/AssociatedEncounter

Packagelaniado.test.fhir.r4
Resource TypeSearchParameter
IdAssociatedEncounter
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=laniado.test.fhir.r4@0.1.92&canonical=http://fhir.laniado.org.il/SearchParameter/AssociatedEncounter
URLhttp://fhir.laniado.org.il/SearchParameter/AssociatedEncounter
Statusdraft
NameAssociatedEncounter
DescriptionReturns Encounter instances where the AssociatedEncounter extension has a specified reference.
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": "AssociatedEncounter",
  "url": "http://fhir.laniado.org.il/SearchParameter/AssociatedEncounter",
  "base": [
    "FamilyMemberHistory"
  ],
  "target": [
    "Encounter"
  ],
  "status": "draft",
  "xpathUsage": "normal",
  "name": "AssociatedEncounter",
  "description": "Returns Encounter instances where the AssociatedEncounter extension has a specified reference.",
  "code": "encounter",
  "type": "reference",
  "expression": "Encounter.extension.where(url='http://fhir.laniado.org.il/StructureDefinition/ext-associated-encounter').valueReference"
}