FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idfollowup-types-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.9&canonical=https://fhir.synapxe.sg/CodeSystem/followup-types
URLhttps://fhir.synapxe.sg/CodeSystem/followup-types
Version1.0.0
Statusactive
NameFollowUpTypesCodeSystem
TitleFollow-Up Types Code System
DescriptionCode system to represent follow-up types after a clinical procedure.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.9followup-typesFollow-Up Types Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}