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 Type - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleStrokeType"/>
  <meta>
    <profile
             value="https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokeType"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Observation ExampleStrokeType</b></p><a name="ExampleStrokeType"> </a><a name="hcExampleStrokeType"> </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">Perfil: <a href="StructureDefinition-StrokeType.html">Stroke Type</a></p></div><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title="Códigos:{http://snomed.info/sct 287731003}">Cerebral ischemia</span></p><p><b>subject</b>: <a href="Patient-example-strokepatient.html">João Silva  Male, DoB: 1960-01-01 ( http://rnds.saude.gov.br/fhir/r4/NamingSystem/cpf#123.456.789-00)</a></p><p><b>effective</b>: 2024-01-11 11:45:00+0000</p><p><b>performer</b>: <a href="Practitioner-example-strokepractitioner.html">Practitioner Maria Ferreira </a></p><p><b>value</b>: <span title="Códigos:{https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS IS}">Ischemic stroke (IS)</span></p></div>
  </text>
  <status value="preliminary"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="287731003"/>
      <display value="Cerebral ischemia"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-strokepatient"/>
  </subject>
  <effectiveDateTime value="2024-01-11T11:45:00Z"/>
  <performer>🔗 
    <reference value="Practitioner/example-strokepractitioner"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system
              value="https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS"/>
      <code value="IS"/>
      <display value="Ischemic stroke (IS)"/>
    </coding>
  </valueCodeableConcept>
</Observation>