FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| tw.gov.mohw.cdc.tb#current | DrugModel | TB用藥通報(Drug)之資料模型 |
| tw.gov.mohw.cdc.tb#current | Encounter-tb-drug | 就醫資訊-Encounter TB Drug |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ActCode version 📍11.0.0| Code | Display | Definition |
| 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.) |
- Include these codes as defined in
https://tb.cdc.gov.tw/tb/CodeSystem/cdc-case-status version 📦0.1.0| Code | Display |
| R | 住院(RCW) |
| P | 住院負壓 |
| D | 住院出院備藥 |
| Y | 住院其他(或住院分類無法區分) |
Source1
{
"resourceType": "ValueSet",
"id": "hl7-cdc-case-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://tb.cdc.gov.tw/tb/ValueSet/hl7-cdc-case-status",
"version": "0.1.0",
"name": "CDCCaseStatusHL7",
"title": "HL7 ActEncounterCode + CDC-TB用藥通報-門住診別值集",
"status": "active",
"experimental": false,
"date": "2026-03-31",
"publisher": "衛福部疾病管制署",
"contact": [
{
"name": "衛福部疾病管制署",
"telecom": [
{
"system": "url",
"value": "https://www.cdc.gov.tw"
}
]
}
],
"description": "HL7 ActEncounterCode + CDC-TB用藥通報-門住診別值集",
"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": "AMB"
},
{
"code": "EMER"
}
]
},
{
"system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-case-status",
"concept": [
{
"code": "R",
"display": "住院(RCW)"
},
{
"code": "P",
"display": "住院負壓"
},
{
"code": "D",
"display": "住院出院備藥"
},
{
"code": "Y",
"display": "住院其他(或住院分類無法區分)"
}
]
}
]
}
}