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

: Patient's Residence Post to a Stroke - TTL Representation

Active as of 2024-01-11

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LivingLocPostCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/LivingLocPostCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"LivingLocPostCS-1\"> </a></td><td>At home, with no community support</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"LivingLocPostCS-2\"> </a></td><td>At home with community support</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"LivingLocPostCS-3\"> </a></td><td>In an assisting living home in the community (senior's home)</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"LivingLocPostCS-4\"> </a></td><td>In a rehabilitation hospital or skilled care facilities (SNIF, IRF, LTACH)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"LivingLocPostCS-5\"> </a></td><td>In long term care (nursing home, chronic care hospital)</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"LivingLocPostCS-6\"> </a></td><td>In an acute care hospital</td></tr><tr><td style=\"white-space:nowrap\">888<a name=\"LivingLocPostCS-888\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"LivingLocPostCS-999\"> </a></td><td>Unknown</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/LivingLocPostCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.0"] ; # 
  fhir:name [ fhir:v "LivingLocPostCS"] ; # 
  fhir:title [ fhir:v "Patient's Residence Post to a Stroke"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T13:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Gabrielle dos Santos Leandro"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gabriellesantosleandro.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle.santos.leandro@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle@m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem that represents the patient's most recent place of residence after the occurrence of a stroke based on ICHOM code."] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "At home, with no community support" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "At home with community support" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "In an assisting living home in the community (senior's home)" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "In a rehabilitation hospital or skilled care facilities (SNIF, IRF, LTACH)" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "In long term care (nursing home, chronic care hospital)" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "In an acute care hospital" ]
  ] [
fhir:code [ fhir:v "888" ] ;
fhir:display [ fhir:v "Other" ]
  ] [
fhir:code [ fhir:v "999" ] ;
fhir:display [ fhir:v "Unknown" ]
  ] ) . #