WellData Implementation Guide
0.1.2 - ci-build

WellData Implementation Guide - Local Development build (v0.1.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Voorbeeld WellData-patiënt (NL) - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example-welldata-patient-nl"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-06-11T10:00:00+02:00"/>
    <profile
             value="https://gidsopenstandaarden.github.io/welldata-implementation-guide/StructureDefinition/WellDataPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Maria van der Berg — voorbeeld patiënt voor WellData (NL)</p></div>
  </text>
  <identifier>
    <system value="https://well-data.example.org/fhir/Patient"/>
    <value value="example-patient-nl"/>
  </identifier>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/bsn"/>
    <value value="999992345"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="van der Berg"/>
    <given value="Maria"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+31-6-12345678"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.vanderberg@example.nl"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1990-03-22"/>
  <address>
    <use value="home"/>
    <line value="Hoofdstraat 42"/>
    <city value="Amsterdam"/>
    <postalCode value="1012 AB"/>
    <country value="NL"/>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="nl-NL"/>
      </coding>
    </language>
  </communication>
  <generalPractitioner>
    <reference value="Practitioner/prac-2"/>
  </generalPractitioner>
</Patient>