RelatedPerson
RelatedPerson.id[0]Example-DataStandardsWales-RelatedPerson-NaturalMother
RelatedPerson.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-RelatedPerson
RelatedPerson.active[0]True
RelatedPerson.patient[0].reference[0]Patient/Example-DataStandardsWales-Patient-PaediatricPatient
RelatedPerson.relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
RelatedPerson.relationship[0].coding[0].code[0]NMTH
RelatedPerson.relationship[0].coding[0].display[0]natural mother
<RelatedPerson xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-RelatedPerson-NaturalMother" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-RelatedPerson" />
    </meta>
    <active value="true" />
    <patient>
        <reference value="Patient/Example-DataStandardsWales-Patient-PaediatricPatient" />
    </patient>
    <relationship>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
            <code value="NMTH" />
            <display value="natural mother" />
        </coding>
    </relationship>
</RelatedPerson>
{
    "resourceType": "RelatedPerson",
    "id": "Example-DataStandardsWales-RelatedPerson-NaturalMother",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-RelatedPerson"
        ]
    },
    "active": true,
    "patient": {
        "reference": "Patient/Example-DataStandardsWales-Patient-PaediatricPatient"
    },
    "relationship":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "NMTH",
                    "display": "natural mother"
                }
            ]
        }
    ]
}