Skip to content

Commit

Permalink
healthcare API: change FHIR Observation coding (#4182)
Browse files Browse the repository at this point in the history
Fixes b/159048675
  • Loading branch information
noerog authored Jun 26, 2020
1 parent 38116cf commit 0afedc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/fhir/fhir_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def create_observation(

body = {
"resourceType": "Observation",
"identifier": [{"system": "my-code-system", "value": "ABC-12345"}],
"code": {"coding": [{"system": "http://loinc.org", "code": "8867-4", "display": "Heart rate"}]},
"status": "final",
"subject": {"reference": "Patient/{}".format(patient_id)},
"effectiveDateTime": "2019-01-01T00:00:00+00:00",
Expand Down

0 comments on commit 0afedc3

Please sign in to comment.