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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-strokepatient",
  "meta" : {
    "lastUpdated" : "2024-01-11T13:00:00-03:00",
    "profile" : [
      🔗 "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokePatient"
    ]
  },
  "language" : "pt-BR",
  "text" : {
    "status" : "generated",
    "div" : "<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:\u00a0123.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:\u00a0700.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>"
  },
  "extension" : [
    {
      "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/GenderIdentityExtension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA22878-5"
          }
        ]
      }
    },
    {
      "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/EthnicityExtension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Ethnicity",
            "code" : "2165-9"
          }
        ]
      }
    },
    {
      "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/RaceExtension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code" : "2106-3"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cpf",
      "value" : "123.456.789-00"
    },
    {
      "system" : "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cns",
      "value" : "700.0000.0000.0000"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Silva",
      "given" : [
        "João"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(11) 1234-5678"
    }
  ],
  "gender" : "male",
  "birthDate" : "1960-01-01",
  "deceasedBoolean" : false,
  "address" : [
    {
      "line" : [
        "Rua Exemplo, 123"
      ],
      "city" : "São Paulo",
      "state" : "SP",
      "postalCode" : "12345-678",
      "country" : "BR"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  }
}