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

: patient-volledige-naam-vrouw - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-volledige-naam-vrouw",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\">Example of Patient with full name and maiden name</div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:oid:2.16.840.1.113883.2.4.4.16.32",
                "code" : "0001",
                "display" : "Nederlandse"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Johanna Petronella Maria (Jo) van Putten-van der Giessen",
      "family" : "van Putten-van der Giessen",
      "_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 der"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString" : "Giessen"
          }
        ]
      },
      "given" : [
        "Johanna",
        "Petronella",
        "Maria"
      ],
      "_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"
            }
          ]
        }
      ]
    },
    {
      "use" : "usual",
      "given" : [
        "Jo"
      ]
    }
  ],
  "telecom" : [
    {
      "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"
    },
    {
      "system" : "email",
      "value" : "giesput@myweb.nl",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "code" : "F",
              "display" : "Female"
            }
          ]
        }
      }
    ]
  },
  "birthDate" : "1934-04-28",
  "deceasedBoolean" : false,
  "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 15"
      ],
      "_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"
            }
          ]
        }
      ],
      "city" : "Hoogmade",
      "district" : "Kaag en Braassem",
      "postalCode" : "1012 NX",
      "country" : "Nederland",
      "_country" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:iso:std:iso:3166",
                  "version" : "2020-10-26T00:00:00",
                  "code" : "NL",
                  "display" : "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "D",
        "display" : "Divorced"
      }
    ]
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
              "code" : "01",
              "display" : "Eerste relatie/contactpersoon"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
              "code" : "07",
              "display" : "Hulpverlener"
            }
          ]
        }
      ],
      "name" : {
        "use" : "official",
        "text" : "J.P.M. van Putten-van der Giessen",
        "family" : "van Putten-van der Giessen",
        "_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 der"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
              "valueString" : "Giessen"
            }
          ]
        },
        "given" : [
          "J.",
          "P.",
          "M."
        ],
        "_given" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode" : "IN"
              }
            ]
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode" : "IN"
              }
            ]
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode" : "IN"
              }
            ]
          }
        ]
      },
      "telecom" : [
        {
          "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"
        },
        {
          "system" : "email",
          "value" : "giesput@myweb.nl",
          "use" : "work"
        }
      ],
      "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 15"
        ],
        "_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"
              }
            ]
          }
        ],
        "city" : "Hoogmade",
        "district" : "Kaag en Braassem",
        "postalCode" : "1012 NX",
        "country" : "Nederland",
        "_country" : {
          "extension" : [
            {
              "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                    "version" : "2020-04-01T00:00:00",
                    "code" : "6030",
                    "display" : "Nederland"
                  }
                ]
              }
            }
          ]
        }
      }
    }
  ],
  "communication" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "level",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency",
                "code" : "G",
                "display" : "Good"
              }
            },
            {
              "url" : "type",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode",
                "code" : "RSP",
                "display" : "Received spoken"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/patient-proficiency"
        },
        {
          "extension" : [
            {
              "url" : "level",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency",
                "code" : "F",
                "display" : "Fair"
              }
            },
            {
              "url" : "type",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode",
                "code" : "ESP",
                "display" : "Expressed spoken"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/patient-proficiency"
        },
        {
          "extension" : [
            {
              "url" : "level",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency",
                "code" : "G",
                "display" : "Good"
              }
            },
            {
              "url" : "type",
              "valueCoding" : {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode",
                "code" : "RWR",
                "display" : "Received written"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/patient-proficiency"
        },
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
          "valueString" : "Bij gesprek met arts zoon uitnodigen voor vertalen"
        }
      ],
      "language" : {
        "coding" : [
          {
            "system" : "urn:oid:1.0.639.1",
            "code" : "nl",
            "display" : "Nederlands"
          }
        ]
      }
    }
  ]
}