HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build
HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-Dossier-Esempio"/>
<meta>
<profile value="http://hl7.it/fhir/StructureDefinition/Patient-it-base"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Verdi Maria </b> female, DoB: 1989-04-03 ( <code>http://hl7.it/sid/codiceFiscale</code>/VRDMRA89D43F979Y)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Via Nazionale, Roma - 00100 - Italia(home)</td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>ph: 7342643738</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3"><ul><li>Italia </li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<country value="Italia">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
<valueCoding>
<system
value="https://www.hl7.it/fhir/terminology/CodeSystem/istat-comuni"/>
<code value="091051"/>
<display value="NUORO"/>
</valueCoding>
</extension>
</country>
</valueAddress>
</extension>
<identifier>
<system value="http://hl7.it/sid/codiceFiscale"/>
<value value="VRDMRA89D43F979Y"/>
</identifier>
<active value="true"/>
<name>
<family value="Maria"/>
<given value="Verdi"/>
</name>
<gender value="female"/>
<birthDate value="1989-04-03"/>
<address>
<extension
url="http://hl7.org/fhir/StructureDefinition/address-official">
<valueBoolean value="true"/>
</extension>
<use value="home"/>
<type value="postal"/>
<text value="Via Nazionale, Roma - 00100 - Italia"/>
<line value="Viale della Repubblica 12, scala 2"/>
<city value="Roma"/>
<postalCode value="23839"/>
<country value="Italia"/>
</address>
<contact>
<telecom>
<system value="phone"/>
<value value="7342643738"/>
</telecom>
</contact>
</Patient>