This page is part of the FHIR Specification (v4.2.0: R5 Preview #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Beginning of clinical encounter
{
"resourceType": "Topic",
"id": "admission",
"text": {
"status": "generated",
"div": "<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/Topic/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>Name</b></td><td><b>MatchType</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>"
},
"url": "http://argonautproject.org/subscription-ig/Topic/admission",
"title": "admission",
"status": "active",
"resourceTrigger": {
"description": "Beginning of a clinical encounter",
"resourceType": [
"Encounter"
],
"queryCriteria": {
"previous": "status:not=in-progress",
"current": "status=in-progress",
"requireBoth": true
},
"fhirPathCriteria": "%previous.status!='in-progress' and %current.status='in-progress'"
},
"canFilterBy": [
{
"name": "patient",
"matchType": [
"=",
"in",
"not-in"
],
"documentation": "Matching based on the Patient (subject) of an Encounter or based on the Patient's group membership (in/not-in)."
}
]
}
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.