WellData Implementation Guide
0.1.0 - ci-build

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

: Voorbeeld WellData-patiënt - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example-welldata-patient"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-06-10T08:30: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>John Doe — voorbeeld patiënt voor WellData</p></div>
  </text>
  <identifier>
    <system value="https://well-data.example.org/fhir/Patient"/>
    <value value="example-patient"/>
  </identifier>
  <identifier>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
    <value value="83051812345"/>
  </identifier>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/bsn"/>
    <value value="999991234"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+32-3-555-0101"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="john.doe@example.com"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1983-05-18"/>
  <address>
    <use value="home"/>
    <line value="Example Street 1"/>
    <city value="Antwerpen"/>
    <postalCode value="2000"/>
    <country value="BE"/>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="nl-BE"/>
      </coding>
    </language>
  </communication>
  <generalPractitioner>
    <reference value="Practitioner/prac-1"/>
  </generalPractitioner>
</Patient>