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

FHIR IG analytics

Packageiknl.fhir.stu3.pzp
Resource TypeRelatedPerson
IdRelatedPerson-ACP-ContactPerson-GertJanDeJong-Pat2.json
FHIR VersionR3

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

Generated Narrative: RelatedPerson ACP-ContactPerson-GertJanDeJong-Pat2

nl-core-relatedperson-role: Wettelijke vertegenwoordiger

identifier: Resource identifier/944f2f14-ccec-47cb-a90f-d2401332a316

patient: Patient, Samira van der Sluijs

relationship: husband

name: Gert-Jan de Jong(Official)

telecom: ph: 0611111111(Home), Gert-Jan@test.nl

address: Vasteland 78 Rotterdam 3011BN Nederland (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ACP-ContactPerson-GertJanDeJong-Pat2",
  "meta": {
    "profile": [
      "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-ContactPerson"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson-role",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
            "code": "24",
            "display": "Wettelijke vertegenwoordiger"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "RI",
            "display": "Resource identifier"
          }
        ]
      },
      "system": "https://acme.com/fhir/NamingSystem/resource-business-identifier",
      "value": "944f2f14-ccec-47cb-a90f-d2401332a316"
    }
  ],
  "patient": {
    "reference": "Patient/ACP-Patient-SamiraVanDerSluijs-Pat2",
    "display": "Patient, Samira van der Sluijs"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "HUSB",
        "display": "husband"
      }
    ]
  },
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode": "NL1"
        }
      ],
      "use": "official",
      "text": "Gert-Jan de Jong",
      "family": "de Jong",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "de"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Jong"
          }
        ]
      },
      "given": [
        "Gert-Jan"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "code": "MC",
                  "display": "mobile contact"
                }
              ]
            }
          }
        ]
      },
      "value": "0611111111",
      "use": "home"
    },
    {
      "system": "email",
      "value": "Gert-Jan@test.nl",
      "use": "home"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code": "HP",
                "display": "Primary Home"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "both",
      "line": [
        "Vasteland 78"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Vasteland"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "78"
            }
          ]
        }
      ],
      "city": "Rotterdam",
      "district": "Rotterdam",
      "postalCode": "3011BN",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "NL",
                  "display": "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}