FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

RelatedPerson example

Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-example",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.68469.16.4.3.5.6",
      "value": "878787"
    },
    {
      "use": "usual",
      "system": "http://www.testsysteem.xxx/patientrelatedperson",
      "value": "12345"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/patient-volledig-adres"
  },
  "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"
        }
      ]
    }
  ],
  "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
    }
  ]
}