feature: FHIR R4 Inbound Facade
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user