FHIR Implementation Guide for Stroke
0.0.0 - ballot

FHIR Implementation Guide for Stroke - Local Development build (v0.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>João Silva </b> male, DoB: 1960-01-01 ( id: 123.456.789-00)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>false</td></tr><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">id: 700.0000.0000.0000</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</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"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-Ethnicity 2165-9}">South American</span></li></ul></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"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-Race 2106-3}">White</span></li></ul></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"><ul><li><span title="Codes: {http://loinc.org LA22878-5}">Identifies as male</span></li></ul></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>