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
: Discharge Destination Following Acute Care Hospitalization - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleDischDest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/DischDest"^^xsd:anyURI ;
fhir:link <https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/DischDest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExampleDischDest\"> </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 Observation "ExampleDischDest" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DischDest.html\">Discharge Destination Following Acute Care Hospitalization</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: Ensuring patient's caregiver prepared for hospital discharge <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225987006)</span></p><p><b>subject</b>: <a href=\"Patient-example-strokepatient.html\">Patient/example-strokepatient</a> " SILVA"</p><p><b>effective</b>: 2024-01-01 09:00:00+0000 --> 2024-01-13 10:00:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-example-strokepractitioner.html\">Practitioner/example-strokepractitioner</a> " FERREIRA"</p><p><b>value</b>: Home or community-dwelling (not home hospice) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DischDestCS.html\">Discharge Location</a>#1)</span></p></div>"
] ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:code [
( fhir:coding [
a sct:225987006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "225987006" ] ;
fhir:display [ fhir:v "Ensuring patient's caregiver prepared for hospital discharge" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-strokepatient" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2024-01-01T09:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-13T10:00:00Z"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/example-strokepractitioner" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/DischDestCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Home or community-dwelling (not home hospice)" ] ] )
] . #