Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build Netherlands flag

Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.002) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: relatedperson-maximaal - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-maximaal",
  "meta" : {
    "profile" : [
      🔗 "http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\">RelatedPerson maximal information</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:2.16.840.1.68469.16.4.3.5.6",
      "value" : "66554433"
    },
    {
      "use" : "usual",
      "system" : "http://www.testsysteem.xxx/patientrelatedperson",
      "value" : "12345"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/patient-met-resource-origin"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.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"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.23.1",
          "code" : "100001",
          "display" : "Mantelzorger"
        }
      ]
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode" : "NL2"
        }
      ],
      "use" : "official",
      "text" : "Relatie Ouder van Patient",
      "family" : "Ouder van Patient",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString" : "van"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Patient"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString" : "Ouder"
          }
        ]
      },
      "given" : [
        "Relatie"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "ouder@vzvz.nl",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1950-02-14",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1e Jacob van Campenstr to 15 A 2e"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "1e Jacob van Campenstr"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "15"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
              "valueString" : "A 2e"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString" : "to"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
              "valueString" : "Testadres"
            }
          ]
        }
      ],
      "city" : "Hoogmade",
      "postalCode" : "1012 NX",
      "country" : "Nederland",
      "_country" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:iso:std:iso:3166",
                  "code" : "NL",
                  "display" : "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "period" : {
    "start" : "2024-07-10T08:02:05+02:00",
    "end" : "2030-02-28T12:20:05+01:00"
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ]
      },
      "preferred" : true
    }
  ]
}