Televisita
0.1.0 - ci-build

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

: PatientTelemedicinaExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82"/>
  <meta>
    <profile
             value="https://agenas.gov.it/fhir/StructureDefinition/PatientTelemedicina"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82</b></p><a name="2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82"> </a><a name="hc2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PatientTelemedicina.html">PatientTelemedicina</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 3331245678</li><li><a href="mailto:maria.rossi@mail.com">maria.rossi@mail.com</a></li><li>Via della Libertà, 52 Milano 20100 IT (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>Luigi Rossi </li><li>ph: 3312345567</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>Maria Bianchi </li><li>ph: 3311234598</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.3.0-ballot-tc1/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3">Via della Vittoria, 1 Milano 20100 IT </td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <extension
                 url="https://agenas.gov.it/fhir/StructureDefinition/address-official">
        <valueBoolean value="true"/>
      </extension>
      <line value="Via della Vittoria, 1">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
          <valueString value="Via della Vittoria"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
          <valueString value="1"/>
        </extension>
      </line>
      <city value="Milano"/>
      <postalCode value="20100"/>
      <country value="IT"/>
    </valueAddress>
  </extension>
  <identifier>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="RSSMRA71E01F205E"/>
  </identifier>
  <name>
    <family value="Rossi"/>
    <given value="Maria"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="3331245678"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.rossi@mail.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1971-05-01"/>
  <address>
    <extension
               url="https://agenas.gov.it/fhir/StructureDefinition/address-official">
      <valueBoolean value="true"/>
    </extension>
    <extension
               url="https://agenas.gov.it/fhir/StructureDefinition/recordCertification">
      <extension url="who">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://www.hl7.it/fhir/terminology/CodeSystem/it-tipoEntita"/>
            <code value="gov"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </extension>
    <use value="home"/>
    <line value="Via della Libertà, 52">
      <extension
                 url="https://agenas.gov.it/fhir/StructureDefinition/address-dug">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://www.hl7.it/fhir/terminology/CodeSystem/dug"/>
            <code value="67"/>
            <display value="via"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </line>
    <city value="Milano"/>
    <postalCode value="20100"/>
    <country value="IT"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <name>
      <family value="Rossi"/>
      <given value="Luigi"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="3312345567"/>
    </telecom>
  </contact>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <name>
      <family value="Bianchi"/>
      <given value="Maria"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="3311234598"/>
    </telecom>
  </contact>
</Patient>