From 09907c57766d0ee53f06095c6b69e7005ca554ce Mon Sep 17 00:00:00 2001 From: Michael Osborne Date: Mon, 9 Feb 2026 12:51:14 +1000 Subject: [PATCH] Correct blood group results --- au-fhir-test-data-set/au-core/Observation-blood-group.json | 6 +++--- au-fhir-test-data-set/au-core/Observation-rh-status.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/au-fhir-test-data-set/au-core/Observation-blood-group.json b/au-fhir-test-data-set/au-core/Observation-blood-group.json index 6026b6fb..32484913 100644 --- a/au-fhir-test-data-set/au-core/Observation-blood-group.json +++ b/au-fhir-test-data-set/au-core/Observation-blood-group.json @@ -36,10 +36,10 @@ "coding": [ { "system": "http://snomed.info/sct", - "code": "112144000", - "display": "Blood group A (finding)" + "code": "278149003", + "display": "Blood group A Rh(D) positive" } ], - "text": "A" + "text": "A Rh(D) Positive" } } \ No newline at end of file diff --git a/au-fhir-test-data-set/au-core/Observation-rh-status.json b/au-fhir-test-data-set/au-core/Observation-rh-status.json index d6b477a5..c9dee109 100644 --- a/au-fhir-test-data-set/au-core/Observation-rh-status.json +++ b/au-fhir-test-data-set/au-core/Observation-rh-status.json @@ -40,6 +40,6 @@ "display": "Negative" } ], - "text": "RhD positive" + "text": "Negative" } } \ No newline at end of file