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

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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