FHIR IG analytics| Package | il.laniado.fhir.r4 |
| Resource Type | SearchParameter |
| Id | SearchParameter-AssociatedEncounter.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}