Open bradanton opened 4 years ago
Is it correct that URGENTCARE has value "AMB" not "EMER"?
WELLNESS("AMB"), AMBULATORY("AMB"), OUTPATIENT("AMB"), INPATIENT("IMP"), EMERGENCY("EMER"), URGENTCARE("AMB");
https://github.com/synthetichealth/synthea/blob/de05456faf496c06d9be263c1c918178ad20f3fe/src/main/java/org/mitre/synthea/world/concepts/HealthRecord.java
The ValueSet comes from FHIR: http://hl7.org/fhir/R4/v3/ActEncounterCode/vs.html#expansion
There is no explicit 1:1 mapping for urgentcare... If you have a better suggestion, we'll consider it.
Is it correct that URGENTCARE has value "AMB" not "EMER"?
WELLNESS("AMB"), AMBULATORY("AMB"), OUTPATIENT("AMB"), INPATIENT("IMP"), EMERGENCY("EMER"), URGENTCARE("AMB");
https://github.com/synthetichealth/synthea/blob/de05456faf496c06d9be263c1c918178ad20f3fe/src/main/java/org/mitre/synthea/world/concepts/HealthRecord.java