Example XML

Example data record::

<Organization xmlns="http://hl7.org/fhir">
    <meta>
        <profile value="http://dedalus-group.com/fhir/StructureDefinition/Organization" />
    </meta>
    <identifier>
        <system value="http://fhir.de/NamingSystem/arge-ik/iknr" />
        <value value="756756324" />
    </identifier>
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/organization-type" />
            <code value="ins" />
        </coding>
    </type>
    <name value="Krankenkasse A" />
    <telecom>
        <system value="phone" />
        <value value="+31107040704" />
        <use value="work" />
    </telecom>
    <address>
        <use value="work" />
        <line value="Musterstrasse 1" />
        <city value="Kassenstadt" />
        <postalCode value="12345" />
        <country value="D" />
    </address>
</Organization>