Skip to content

Commit 7fcd58c

Browse files
authored
Merge pull request #137 from NHSDigital/Condition-patch
Update Condition-HearingLoss-Example.json
2 parents 89c486a + d9c34eb commit 7fcd58c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Condition/Condition-HearingLoss-Example.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"resourceType": "Condition",
33
"id": "Condition-HearingLoss-Example",
4+
"clinicalStatus": {
5+
"coding": [
6+
{
7+
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
8+
"code": "active",
9+
"display": "Active"
10+
}
11+
]
12+
},
413
"code": {
514
"coding": [
615
{
@@ -22,4 +31,4 @@
2231
"text": "hearing loss since childhood (example)"
2332
}
2433
]
25-
}
34+
}

0 commit comments

Comments
 (0)