HL7 Italia FHIR Sandbox
0.2.0 - CI Build

HL7 Italia FHIR Sandbox - Local Development build (v0.2.0). See the Directory of published versions

Patient. Esempio con estensione patientBirthPlace-codeable-it - XML Representation

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-birthPlace-opt2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Patient-birthPlace-opt2</p><p><b>identifier</b>: Straniero Temporaneamente Presente = 123456789</p><p><b>active</b>: true</p><p><b>name</b>: Akuba Ackah</p><p><b>address</b>: Via dei Pini 123; Ronda</p></div>
  </text>
  <extension
             url="http://hl7.it/fhir/StructureDefinition/patientBirthPlace-codeable-it">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.it/CodeSystem/ae-codiciCatastali"/>
        <code value="F979"/>
        <display value="NUORO"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.it/CodeSystem/it-identifier-type"/>
        <code value="STP"/>
      </coding>
    </type>
    <system value="http://example.org/sid/asl_XYZ/stp"/>
    <value value="123456789"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Akuba Ackah"/>
    <family value="Ackah"/>
    <given value="Akuba"/>
  </name>
  <address>
    <text value="Via dei Pini 123; Ronda"/>
  </address>
</Patient>