-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_fume.env
128 lines (128 loc) · 3.23 KB
/
config_fume.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
FUME_ENDPOINT="http://localhost:42424"
FUME_PAT_MAP="
Instance: $pid := $uuid()
InstanceOf: Patient
* identifier
* system = 'http://www.uwmedicine.org/mrn'
* value = mrn
* identifier
* system = 'http://www.uwmedicine.org/epic_patient_id'
* value = pat_id
* extension
* url = 'http://www.uwmedicine.org/time_of_next_appointment'
* valueDateTime = appt_dt
* active = true
* name
* given = first_name
* family = last_name
* birthDate = birth_date
* gender = sex
"
FUME_PROC_BASE_MAP="
InstanceOf: Procedure
* identifier
* system = 'http://www.uwmedicine.org/procedure_id'
* value = uniq_id
* identifier
* system = 'http://www.uwmedicine.org/epic_ordering_dept'
* value = visit_dept
* code
* coding
* code = cpt_code
* display = descr
* system = 'http://www.ama-assn.org/go/cpt'
* text = descr
* performedDateTime = proc_date
* status = status_code
* subject
* reference = "
FUME_PROC_ENC_MAP="
* encounter
* display = enc_type_descr
* reference = "
FUME_MEDS_BASE_MAP="
InstanceOf: MedicationRequest
* identifier
* system = 'http://www.uwmedicine.org/medication_id'
* value = uniq_id
* medicationCodeableConcept
* coding
* code = rxnorm_code
* display = descr
* system = 'http://www.nlm.nih.gov/research/umls/rxnorm'
* text = descr
* authoredOn = med_date
* dosageInstruction
* text = dosage
* status = status_code
* intent = 'order'
* subject
* reference = "
FUME_MEDS_DISPENSE_MAP="
* dispenseRequest
* quantity
* value = quantity
* unit = quantity_unit
* system = 'http://unitsofmeasure.org'
* code = quantity_unit
"
FUME_MEDS_REQUESTER_MAP="
* requester
* display = provider_full_name
* reference = "
FUME_MEDS_ENC_MAP="
* encounter
* display = enc_type_descr
* reference = "
FUME_PRACTITIONER_BASE_MAP="
InstanceOf: Practitioner
* identifier
* system = 'http://www.uwmedicine.org/epic_provider_id'
* value = provider_id
* name
* given = provider_first_name
* family = provider_last_name
"
FUME_PRACTITIONER_NPI_MAP="
* identifier
* system = 'http://hl7.org/fhir/sid/us-npi'
* value = npi
"
FUME_LOCATION_MAP="
InstanceOf: Location
* identifier
* system = 'http://www.uwmedicine.org/epic_department_id'
* value = visit_dept_id
* type
* coding
* system = 'http://terminology.hl7.org/CodeSystem/v3-RoleCode'
* code = 'LOCHFID'
* display = 'local location identifier'
* text = 'local location identifier'
* name = visit_dept
* status = 'active'
"
FUME_ENCOUNTER_BASE_MAP="
InstanceOf: Encounter
* identifier
* system = 'http://www.uwmedicine.org/epic_encounter_id'
* value = enc_id
* status = 'finished'
* class
* system = 'http://terminology.hl7.org/CodeSystem/v3-ActCode'
* code = enc_class_code
* display = enc_class_descr
* type
* coding
* system = 'http://snomed.info/sct'
* version = 'http://snomed.info/sct/731000124108'
* code = enc_type_code
* display = enc_type_descr
* text = enc_type_descr
* subject
* reference = "
FUME_ENCOUNTER_LOCATION_MAP="
* location
* location
* display = visit_dept
* reference = "