pub mod systems {
pub const ICD10_ID: &str = "http://hl7.org/fhir/sid/icd-10";
pub const SNOMED_CT: &str = "http://snomed.info/sct";
pub const LOINC: &str = "http://loinc.org";
pub const KFA: &str = "https://api-satusehat.kemkes.go.id/kfa";
pub const SATUSEHAT_ORG: &str = "https://api-satusehat.kemkes.go.id/Organization";
pub const SATUSEHAT_LOCATION: &str = "https://api-satusehat.kemkes.go.id/Location";
}
pub mod vital_sign_categories {
pub const SPO2: &str = "59408-5";
pub const HEART_RATE: &str = "8867-4";
pub const RESP_RATE: &str = "9279-1";
pub const TEMPERATURE: &str = "8310-5";
pub const NIBP_SYSTOLIC: &str = "8480-6";
pub const NIBP_DIASTOLIC: &str = "8462-4";
pub const MAP: &str = "8478-0";
}