FHIR Implementation Guide for Stroke
1.0.0 - ballot

FHIR Implementation Guide for Stroke - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Stroke Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example-strokepatient"/>
  <meta>
    <lastUpdated value="2024-01-11T13:00:00-03:00"/>
    <profile
             value="https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokePatient"/>
  </meta>
  <language value="pt-BR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR" lang="pt-BR"><p class="res-header-id"><b>Narrativa gerada: Patient example-strokepatient</b></p><a name="example-strokepatient"> </a><a name="hcexample-strokepatient"> </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">Última atualização: 2024-01-11 13:00:00-0300; Língua: pt-BR</p><p style="margin-bottom: 0px">Perfil: <a href="StructureDefinition-StrokePatient.html">Stroke Patient based on the Brazilian RNDS</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">João Silva  Male, DoB: 1960-01-01 ( http://rnds.saude.gov.br/fhir/r4/NamingSystem/cpf#123.456.789-00)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="O registo está ativo">Ativo:</td><td>true</td><td style="background-color: #f3f5da" title="Estado conhecido do doente">Falecido:</td><td>false</td></tr><tr><td style="background-color: #f3f5da" title="Estado civil conhecido do doente">Estado civil:</td><td colspan="3"><span title="Códigos:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>http://rnds.saude.gov.br/fhir/r4/NamingSystem/cns</code>/700.0000.0000.0000</td></tr><tr><td style="background-color: #f3f5da" title="Formas de contactar o doente">Detalhes do contacto</td><td colspan="3"><ul><li>ph: (11) 1234-5678</li><li>Rua Exemplo, 123 São Paulo SP 12345-678 BR </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Extension to capture the patient's ethnicity which represents their cultural background or heritage."><a href="StructureDefinition-EthnicityExtension.html">Ethnicity</a></td><td colspan="3"><span title="Códigos:{http://terminology.hl7.org/CodeSystem/v3-Ethnicity 2165-9}">South American</span></td></tr><tr><td style="background-color: #f3f5da" title="Extension that represents the race of a patient."><a href="StructureDefinition-RaceExtension.html">Race</a></td><td colspan="3"><span title="Códigos:{http://terminology.hl7.org/CodeSystem/v3-Race 2106-3}">White</span></td></tr><tr><td style="background-color: #f3f5da" title="Extension of the patient's gender."><a href="StructureDefinition-GenderIdentityExtension.html">Gender Identity</a></td><td colspan="3"><span title="Códigos:{http://loinc.org LA22878-5}">Identifies as male</span></td></tr></table></div>
  </text>
  <extension
             url="https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/GenderIdentityExtension">
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LA22878-5"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/EthnicityExtension">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-Ethnicity"/>
        <code value="2165-9"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/RaceExtension">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-Race"/>
        <code value="2106-3"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://rnds.saude.gov.br/fhir/r4/NamingSystem/cpf"/>
    <value value="123.456.789-00"/>
  </identifier>
  <identifier>
    <system value="http://rnds.saude.gov.br/fhir/r4/NamingSystem/cns"/>
    <value value="700.0000.0000.0000"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Silva"/>
    <given value="João"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="(11) 1234-5678"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1960-01-01"/>
  <deceasedBoolean value="false"/>
  <address>
    <line value="Rua Exemplo, 123"/>
    <city value="São Paulo"/>
    <state value="SP"/>
    <postalCode value="12345-678"/>
    <country value="BR"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
</Patient>