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

: Healthcare Facility - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-strokeorganization"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-01-11T14:10:06-03:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokeOrganization"^^xsd:anyURI ;
fhir:link <https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokeOrganization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"example-strokeorganization\"> </a></p><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\">Resource Organization &quot;example-strokeorganization&quot; Updated &quot;2024-01-11 14:10:06-0300&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StrokeOrganization.html\">Healthcare Facility based on the Brazilian RNDS</a></p></div><p><b>identifier</b>: id: CNES 67890, id: 00.123.456/0001-01</p><p><b>active</b>: true</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>name</b>: Hospital Referência em AVC</p><p><b>alias</b>: HRAVC</p><p><b>description</b>: O Hospital de Referência em AVC é a referência no tratamento e na pesquisa de acidente vascular cerebral no Brasil.</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>Neurologia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td><span>: Conselho Regional de Medicina</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CNES 67890" ]
  ] [
fhir:system [ fhir:v "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnpj"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00.123.456/0001-01" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
fhir:text [ fhir:v "Hospital" ]
  ] ) ; # 
  fhir:name [ fhir:v "Hospital Referência em AVC"] ; # 
  fhir:alias ( [ fhir:v "HRAVC"] ) ; # 
  fhir:description [ fhir:v "O Hospital de Referência em AVC é a referência no tratamento e na pesquisa de acidente vascular cerebral no Brasil."] ; # 
  fhir:qualification ( [
fhir:code [
fhir:text [ fhir:v "Neurologia" ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Conselho Regional de Medicina" ]     ]
  ] ) . #