Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee857b5

Browse files
committed
healthcare API: update FHIR Observation coding
1 parent 8d1b1aa commit ee857b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcare/api-client/v1/fhir/fhir_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def create_observation(
153153

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

0 commit comments

Comments
 (0)