Skip to content

Commit 4077850

Browse files
authored
Merge pull request #191 from hl7au/qa-condition-fix
Code from Condition.category extensible binding is missing in Condition-coronary-syndrome.json
2 parents 24bab49 + 2ea7993 commit 4077850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

au-fhir-test-data-set/au-core/Condition-coronary-syndrome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"category": [
2828
{
2929
"coding": [
30+
{
31+
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
32+
"code": "problem-list-item",
33+
"display": "Problem List Item"
34+
},
3035
{
3136
"system": "http://snomed.info/sct",
3237
"code": "55607006",

0 commit comments

Comments
 (0)