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 6026b6f..3248491 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 d6b477a..c9dee10 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