Mal
0.1.0 - ci-build
Mal - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="Pasient-1"/>
<meta>
<profile
value="http://hl7.no/fhir/ig/mal/StructureDefinition/mal-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><strong>Kari Elisabeth Hansen</strong></p><p>Fødselsnummer: 13031353453</p><p>Kjønn: Kvinne</p><p>Fødselsdato: 13. mars 1990</p><p>Telefon: +47 12 34 56 78 (mobil)</p><p>E-post: kari.hansen@example.no</p><p>Adresse: Storgata 123, 5020 Bergen, Norge</p></div>
</text>
<identifier>
<system value="urn:oid:2.16.578.1.12.4.1.4.1"/>
<value value="13031353453"/>
</identifier>
<name>
<family value="Hansen"/>
<given value="Kari"/>
<given value="Elisabeth"/>
</name>
<telecom>
<system value="phone"/>
<value value="+47 12 34 56 78"/>
<use value="mobile"/>
</telecom>
<telecom>
<system value="email"/>
<value value="kari.hansen@example.no"/>
</telecom>
<gender value="female"/>
<birthDate value="1990-03-13"/>
<address>
<line value="Storgata 123"/>
<city value="Bergen"/>
<postalCode value="5020"/>
<country value="NO"/>
</address>
</Patient>