FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.terminology#current | v3-ActCode | ActCode |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActCode version 📍11.0.0| Code | Display | Definition |
| IMP | inpatient encounter | A patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service. |
| AMB | ambulatory | A comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter. |
| EMER | emergency | A patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.) |
Source1
{
"resourceType": "ValueSet",
"id": "v3-ActEncounterCode",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://cdc.gov.tw/thas/ValueSet/v3-ActEncounterCode",
"version": "0.1.0",
"name": "ActEncounterCode",
"title": "HL7-ActEncounterCode值集",
"status": "draft",
"experimental": false,
"date": "2026-09-01",
"publisher": "衛福部疾病管制署",
"contact": [
{
"name": "衛福部疾病管制署",
"telecom": [
{
"system": "url",
"value": "https://www.cdc.gov.tw"
}
]
}
],
"description": "HL7-ActEncounterCode值集",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "TW"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "11.0.0",
"concept": [
{
"code": "IMP"
},
{
"code": "AMB"
},
{
"code": "EMER"
}
]
}
]
}
}