{
  "resourceType" : "Patient",
  "id" : "ProviderTasks-Patient-De-Groot",
  "meta" : {
    "profile" : ["http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</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" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }]
    }
  }],
  "name" : [{
    "use" : "official",
    "text" : "Koos de Groot",
    "family" : "de Groot",
    "_family" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
        "valueString" : "de"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
        "valueString" : "Groot"
      }]
    },
    "given" : ["Koos"],
    "_given" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
        "valueCode" : "BR"
      }]
    }]
  },
  {
    "use" : "usual",
    "given" : ["Koos"]
  }],
  "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" : "+31612345611"
  },
  {
    "system" : "email",
    "value" : "koosdegrootn@koos.com",
    "use" : "home"
  }],
  "gender" : "male",
  "_gender" : {
    "extension" : [{
      "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
          "code" : "M",
          "display" : "Male"
        }]
      }
    }]
  },
  "birthDate" : "1972-09-20",
  "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" : ["Spui 70"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
        "valueString" : "Spui"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
        "valueString" : "70"
      }]
    }],
    "city" : "Den Haag",
    "postalCode" : "2511 BT",
    "country" : "Nederland",
    "_country" : {
      "extension" : [{
        "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:3166",
            "code" : "NL",
            "display" : "Netherlands"
          }]
        }
      }]
    }
  }]
}