Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consulta Externa - Antecedente familiar - XML Representation

Raw xml | Descargar


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="Example-CE-FamilyMemberHistory-aa5d19f8934b"/>
  <meta>
    <profile
             value="https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileFamilyMemberHistoryHCEU"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory Example-CE-FamilyMemberHistory-aa5d19f8934b</b></p><a name="Example-CE-FamilyMemberHistory-aa5d19f8934b"> </a><a name="hcExample-CE-FamilyMemberHistory-aa5d19f8934b"> </a><a name="Example-CE-FamilyMemberHistory-aa5d19f8934b-es-ES"> </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-ProfileFamilyMemberHistoryHCEU.html">HCEU - Family Member History</a></p></div><p><b>Gender patient</b>: <span title="Codes:{http://hl7.org/fhir/administrative-gender male}">Male</span></p><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/FamilyMemberHistories/</code>/123456 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient-Example-CE-Patient-352d698c8230.html">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</a></p><p><b>relationship</b>: <span title="Codes:{https://hl7.org/fhir/R4/v3/FamilyMember/vs.html GRPRN}">Grandparent</span></p><p><b>born</b>: 1945-06-15</p><p><b>age</b>: 79 years<span style="background: LightGoldenRodYellow"> (Details: UCUM  codea = 'a')</span></p><p><b>estimatedAge</b>: true</p><p><b>reasonCode</b>: <span title="Codes:{https://icd.who.int/browse/2024-01/mms/es E11.69}">Diabetes mellitus</span></p></div>
  </text>
  <extension
             url="https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-GenderIdentity">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="male"/>
        <display value="Male"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="usual"/>
    <system
            value="http://hospitalSystemInformation.example.org/FamilyMemberHistories/"/>
    <value value="123456"/>
  </identifier>
  <status value="completed"/>
  <patient>🔗 
    <reference value="Patient/Example-CE-Patient-352d698c8230"/>
  </patient>
  <relationship>
    <coding>
      <system value="https://hl7.org/fhir/R4/v3/FamilyMember/vs.html"/>
      <code value="GRPRN"/>
      <display value="Grandparent"/>
    </coding>
  </relationship>
  <bornDate value="1945-06-15"/>
  <ageAge>
    <value value="79"/>
    <unit value="years"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="a"/>
  </ageAge>
  <estimatedAge value="true"/>
  <reasonCode>
    <coding>
      <system value="https://icd.who.int/browse/2024-01/mms/es"/>
      <code value="E11.69"/>
      <display
               value="diabetes mellitus tipo 2 con complicaciones no especificadas"/>
    </coding>
    <text value="Diabetes mellitus"/>
  </reasonCode>
</FamilyMemberHistory>