Skip to content

Commit cac2757

Browse files
committed
NPA-5063 Fix Display Value
1 parent aee5c11 commit cac2757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/examples/responses/GET_RelatedPerson/list_relationship_9000000042.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ListRelationship9000000042:
3232
relationship:
3333
- coding:
3434
- code: CHILD
35-
display: child
35+
display: Child
3636
system: http://terminology.hl7.org/CodeSystem/v3-RoleCode
3737
resourceType: RelatedPerson
3838
search:

specification/validated-relationships-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ components:
19861986
- "mother"
19871987
- "parent"
19881988
- "Personal relationship with the patient"
1989-
- "Child"
1989+
- "child"
19901990

19911991
Patient:
19921992
type: object

0 commit comments

Comments
 (0)