{
  "resourceType" : "Patient",
  "id" : "ProviderTasks-Patient-Van-Duinen",
  "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" : "Tom van Duinen",
    "family" : "van Duinen",
    "_family" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
        "valueString" : "van"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
        "valueString" : "Duinen"
      }]
    },
    "given" : ["Erik"],
    "_given" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
        "valueCode" : "BR"
      }]
    }]
  },
  {
    "use" : "usual",
    "given" : ["Tom"]
  }],
  "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" : "+31612345600"
  },
  {
    "system" : "email",
    "value" : "tomvanduinen@tom.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" : "1961-08-02",
  "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" : ["Maanweg 174"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
        "valueString" : "Maanweg"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
        "valueString" : "174"
      }]
    }],
    "city" : "Den Haag",
    "postalCode" : "2516 AB",
    "country" : "Nederland",
    "_country" : {
      "extension" : [{
        "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "urn:iso:std:iso:3166",
            "code" : "NL",
            "display" : "Netherlands"
          }]
        }
      }]
    }
  }]
}