Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions
: Example of additional support material - test match for alicia, only condition - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "asm-alicia-example-3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference asm-alicia-example-3</b></p><a name=\"asm-alicia-example-3\"> </a><a name=\"hcasm-alicia-example-3\"> </a><a name=\"asm-alicia-example-3-en-US\"> </a><p><b>RelatedMedicalIssue</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder</span></p><p><b>identifier</b>: <code>http://example.org</code>/3</p><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs MU}\">Medication Usage</span></p><p><b>author</b>: NHS</p><p><b>description</b>: </p><div><p>In this video, a doctor explains a self-help method for those experiencing low mood and depression.</p>\n</div><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Duration</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>text/html</td><td>English</td><td><a href=\"https://www.youtube.com/watch?v=qKcRUOWYQ9w\">https://www.youtube.com/watch?v=qKcRUOWYQ9w</a></td><td>Self-help method for those experiencing low mood and depression.</td><td>715</td></tr></table></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/RelatedMedicalIssue"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableReference ;
fhir:concept [
( fhir:coding [
a sct:35489007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "35489007" ] ] ) ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3" ]
] ) ; #
fhir:version [ fhir:v "1.0"] ; #
fhir:status [ fhir:v "current"] ; #
fhir:docStatus [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MU" ] ] )
] ) ; #
fhir:author ( [
fhir:display [ fhir:v "NHS" ]
] ) ; #
fhir:description [ fhir:v "In this video, a doctor explains a self-help method for those experiencing low mood and depression."] ; #
fhir:content ( [
fhir:attachment [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/VisualizationMethod"^^xsd:anyURI ] ;
fhir:value [ fhir:v "video" ] ] ) ;
fhir:contentType [ fhir:v "text/html" ] ;
fhir:language [ fhir:v "en" ] ;
fhir:url [ fhir:v "https://www.youtube.com/watch?v=qKcRUOWYQ9w"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Self-help method for those experiencing low mood and depression." ] ;
fhir:duration [ fhir:v "715"^^xsd:decimal ] ]
] ) . #