RelatedPerson

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ1..*Identifier
activeΣ ?!1..1boolean
patientΣ1..1Reference(KT2_Patient)
roleΣ0..*CodeableConceptBinding
relationshipΣ0..*CodeableConceptBinding
nameInformationΣ I0..2NlcoreNameInformation
nameInformation-GivenNameΣ0..*NlcoreNameInformationGivenName
telephoneNumbersΣ I0..*NlcoreContactInformationTelephoneNumbers
emailAddressesΣ I0..*NlcoreContactInformationEmailAddresses
genderΣ1..1codeBinding
birthDateΣ1..1date
addressΣ0..*NlcoreAddressInformation
photo0..0Attachment
period0..1Period
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
language1..1CodeableConceptBinding
preferred0..1boolean

KT2_RelatedPerson.relationship

The relationship(s) that the Patient has with the RelatedPerson can be documented using various code systems. Below, three examples are provided.

A Patient can maintain multiple relationship types with a RelatedPerson.

Example:

{
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.h17.org/Codesystem/v3-RoleCode",
          "code": "MTH",
          "display": "Mother"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
          "code": "21",
          "display": "Cliëntondersteuner"
        }
      ]
    }
  ]
}

The KT2_RelatedPerson.patient element contains the reference to the Patient to which the given RelatedPerson is linked. See the example below:

{
  "patient": {
    "reference": "Patient/${PatientID}"
  }
}

Unexpected validation Warnings

⚠️ Warning

Due to an issue with the FHIR profile, the following validation warnings are generated for the KT2_RelatedPerson resource:

This element does not match any known slice defined in the profile http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson|0.xx.xx

This information notification is ignored when the creation or update of the resource is successful. However at the moment a resource contains an error, this information warning shows up in the OperationOutcome, potentially confusing / obfuscating the process of error assessment. We advise to ignore this warning and focus on the error in the OperationOutcome resource.

Despite the effort to get this notification removed, the implementation team has not succeeded in removing the information notification.