update mappping
This commit is contained in:
@@ -27,7 +27,7 @@ func MapRequestToFHIR(req ServiceRequestRequest) satusehat.FHIRPayload {
|
||||
payload.Set("intent", req.Intent)
|
||||
}
|
||||
|
||||
if req.Code != "" {
|
||||
if len(req.Code) > 0 {
|
||||
system := "http://snomed.info/sct"
|
||||
if req.System != "" {
|
||||
system = req.System
|
||||
|
||||
Reference in New Issue
Block a user