Skip to content

Commit 583c627

Browse files
committed
add soft reference (fix typos)
1 parent 54bc564 commit 583c627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

input/fsh/models/childrecord.fsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ Characteristics: #can-be-target
6868
// * subject 1..1 BeModelPatient "Child that the report is about" "The child that the report is about."
6969

7070
// * component contains left 1..1 and right 1..1
71-
* neonatalHearingScreeningLeft 0..1 Base "Left ear result" "Result of neonatal hearing screening for the left ear."
71+
* neonatalHearingScreeningLeft 0..1 Base "[BeClinicalObservation] Left ear result" "Result of neonatal hearing screening for the left ear."
7272
* date 1..1 date "Date of neonatal hearing screening" "The date of neonatal hearing screening."
7373
* subject 1..1 Reference(BePatient) "Child that the report is about" "The child that the report is about."
7474
* code 1..1 CodeableConcept "Result of neonatal hearing screening - left"
7575
* code = #neonatal-hearing-screening-left "Result of neonatal hearing screening (left ear)"
7676
* valueCode 1..1 code "Result of neonatal hearing screening (left ear)" "Neonatal hearing screening result for the left ear."
7777
* valueCode from VSNeonatalHearingScreeningResults
7878

79-
* neonatalHearingScreeningRight 0..1 Base "Right ear result" "Result of neonatal hearing screening for the right ear."
79+
* neonatalHearingScreeningRight 0..1 Base "[BeClinicalObservation] Right ear result" "Result of neonatal hearing screening for the right ear."
8080
* date 1..1 date "Date of neonatal hearing screening" "The date of neonatal hearing screening."
8181
* subject 1..1 Reference(BePatient) "Child that the report is about" "The child that the report is about."
8282
* code 1..1 CodeableConcept "Result of neonatal hearing screening - right"

0 commit comments

Comments
 (0)