AidboxProfile
. This resource specifies resource type and JSON Schema which validates the specified resource type.bind
element is of the type Reference. It specifies the resource type which the profile will be applied to.Practitioner
resource.name
attributePatient
resources by specifying that name
and gender
properties are required. First, we need to create the appropriate AidboxProfile
resource.$ docker-compose down && docker-compose up -d
name
and/or gender
. You will receive the error.given
and family
elements of the name
property. In this case, we are expecting that name
attribute of the type HumanName
will contain elements given
and family
. Let's create the AidboxProfile
resource with the code below.family
name. You will receive the error.