feature: FHIR R4 Inbound Facade

This commit is contained in:
voltsrage
2026-06-21 13:53:38 +08:00
parent 9f96f54007
commit a43db52813
42 changed files with 2873 additions and 3 deletions
+27
View File
@@ -163,5 +163,32 @@
"LabWarningHours": 12,
"UseSpO2FiO2Fallback": true,
"VasopressorWindowHours": 1
},
"Fhir": {
"ApiKey": "dev-integration-key-change-in-production",
"PatientIdentifierSystems": [
"urn:oid:2.16.840.1.113883.4.1",
"http://hospital.example/mrn"
],
"EncounterIdentifierSystems": [
"http://hospital.example/visit"
],
"InternalPatientIdSystem": "http://vigilcare.local/patient-id",
"InternalEncounterIdSystem": "http://vigilcare.local/encounter-id",
"DefaultDepartment": "GENERAL_MEDICINE",
"DefaultEncounterType": "INPATIENT",
"DepartmentCodeMap": {
"ICU": "ICU",
"EMER": "EMERGENCY",
"CARD": "CARDIOLOGY",
"SURG": "SURGERY",
"PEDI": "PEDIATRICS",
"MED": "GENERAL_MEDICINE"
},
"EncounterClassMap": {
"IMP": "INPATIENT",
"AMB": "OUTPATIENT",
"EMER": "EMERGENCY"
}
}
}