This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
Beginning of clinical encounter (id = "admission")
<?xml version="1.0" encoding="UTF-8"?> <SubscriptionTopic xmlns="http://hl7.org/fhir"> <id value="admission"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : admission</p> <p> <b> url</b> : <a> http://argonautproject.org/subscription-ig/SubscriptionTopic/admission</a> </p> <p> <b> title</b> : admission</p> <p> <b> status</b> : active</p> <blockquote> <p> <b> resourceTrigger</b> </p> <p> <b> description</b> : Beginning of a clinical encounter</p> <p> <b> resourceType</b> : Encounter</p> <h3> QueryCriteria</h3> <table> <tr> <td> -</td> <td> <b> Previous</b> </td> <td> <b> Current</b> </td> <td> <b> RequireBoth</b> </td> </tr> <tr> <td> *</td> <td> status:not=in-progress</td> <td> status=in-progress</td> <td> true</td> </tr> </table> <p> <b> fhirPathCriteria</b> : %previous.status!='in-progress' and %current.status='in-progress'</p> </blockquote> <h3> CanFilterBies</h3> <table> <tr> <td> -</td> <td> <b> SearchParamName</b> </td> <td> <b> SearchModifier</b> </td> <td> <b> Documentation</b> </td> </tr> <tr> <td> *</td> <td> patient</td> <td> =</td> <td> Matching based on the Patient (subject) of an Encounter or based on the Patient's group membership (in/not-in).</td> </tr> </table> </div> </text> <url value="http://argonautproject.org/subscription-ig/SubscriptionTopic/admission"/> <title value="admission"/> <status value="active"/> <resourceTrigger> <description value="Beginning of a clinical encounter"/> <resourceType value="Encounter"/> <queryCriteria> <previous value="status:not=in-progress"/> <current value="status=in-progress"/> <requireBoth value="true"/> </queryCriteria> <fhirPathCriteria value="%previous.status!='in-progress' and %current.status='in-progress'"/> </resourceTrigger> <canFilterBy> <searchParamName value="patient"/> <searchModifier value="="/> <searchModifier value="in"/> <searchModifier value="not-in"/> <documentation value="Matching based on the Patient (subject) of an Encounter or based on the Patient's group membership (in/not-in)."/> </canFilterBy> </SubscriptionTopic>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.