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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-nl-core-TreatmentDirective2-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-nl-core-TreatmentDirective2-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"
    ]
  },
  "patient": {
    "reference": "Patient/patient-botje-minimaal",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
          "code": "01",
          "display": "Eerste relatie/contactpersoon"
        }
      ]
    },
    {
      "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": "Jan Pieter Mark van Putten",
      "family": "van Putten",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "van"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Putten"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix",
            "valueString": "van"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString": "Kleeff"
          }
        ]
      },
      "given": [
        "Jan",
        "Pieter",
        "Mark"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ],
      "prefix": [
        "Dr."
      ]
    },
    {
      "use": "usual",
      "given": [
        "Piet"
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
          "valueString": "test toelichting"
        }
      ],
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "code": "MC",
                  "display": "mobile contact"
                }
              ]
            }
          }
        ]
      },
      "value": "+31611234567",
      "use": "home"
    },
    {
      "system": "email",
      "value": "giesput@myweb.nl",
      "use": "home"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code": "HP",
                "display": "Primary Home"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "both",
      "line": [
        "1e Jacob van Campenstr to 15 A 2e"
      ],
      "city": "Hoogmade",
      "district": "Kaag en Braassem",
      "postalCode": "1012 NX"
    }
  ]
}