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
{
"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 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>"
},
"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"
}
]
}
}