FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | followup-types-codesystem.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.9&canonical=https://fhir.synapxe.sg/CodeSystem/followup-types |
| URL | https://fhir.synapxe.sg/CodeSystem/followup-types |
| Version | 1.0.0 |
| Status | active |
| Name | FollowUpTypesCodeSystem |
| Title | Follow-Up Types Code System |
| Description | Code system to represent follow-up types after a clinical procedure. |
| Content | complete |
| ValueSet | ||
| synapxe.sgcdi#1.1.9 | followup-types | Follow-Up Types Value Set |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "followup-types",
"url": "https://fhir.synapxe.sg/CodeSystem/followup-types",
"version": "1.0.0",
"name": "FollowUpTypesCodeSystem",
"title": "Follow-Up Types Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent follow-up types after a clinical procedure.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/followup-types",
"concept": [
{
"code": "outpatient",
"display": "Outpatient Follow-up",
"definition": "Patient to return for a scheduled outpatient clinic appointment"
},
{
"code": "inpatient",
"display": "Inpatient Admission",
"definition": "Patient requires admission for further inpatient management"
},
{
"code": "gp",
"display": "GP Follow-up",
"definition": "Patient to follow up with their general practitioner"
},
{
"code": "emergency",
"display": "Emergency Follow-up",
"definition": "Patient to return to the emergency department if symptoms worsen"
},
{
"code": "telehealth",
"display": "Telehealth Follow-up",
"definition": "Patient to attend a scheduled telehealth or virtual consultation"
},
{
"code": "cardiac-rehab",
"display": "Cardiac Rehabilitation",
"definition": "Patient referred to a cardiac rehabilitation programme"
},
{
"code": "none",
"display": "No Follow-up Required",
"definition": "No follow-up required after the procedure"
}
]
}