Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

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, HIV and biktarvy - test image - 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-biktarvy-example-5"] ; # 
  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-biktarvy-example-5</b></p><a name=\"asm-biktarvy-example-5\"> </a><a name=\"hcasm-biktarvy-example-5\"> </a><a name=\"asm-biktarvy-example-5-en-US\"> </a><p><b>RelatedMedicalIssue</b>: <span title=\"Codes:{http://snomed.info/sct 86406008}\">Human immunodeficiency virus infection</span></p><p><b>identifier</b>: <code>http://example.org</code>/teste1-image</p><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>subject</b>: <a href=\"Bundle-bundlepackageleaflet-da-94a96e39cfdcd8b378d12dd4063065f9.html#MedicinalProductDefinition_mp2a9c4333cfd126f2e7b73ad3cafd6949\">Bundle: identifier = https://www.gravitatehealth.eu/sid/doc#EU/1/18/1289/001; type = document; timestamp = 2023-06-27 10:09:22+0000</a></p><p><b>author</b>: test</p><p><b>description</b>: </p><div><p>Test-teste-image</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>image/jpeg</td><td>English</td><td><a href=\"https://www.drugs.com/images/pills/fio/GIL25010/biktarvy.JPG\">https://www.drugs.com/images/pills/fio/GIL25010/biktarvy.JPG</a></td><td>Biktarvy - Pill Image</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:86406008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86406008" ]         ] )       ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "teste1-image" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "MedicinalProductDefinition/mp2a9c4333cfd126f2e7b73ad3cafd6949" ]
  ] ; # 
  fhir:author ( [
fhir:display [ fhir:v "test" ]
  ] ) ; # 
  fhir:description [ fhir:v "Test-teste-image"] ; # 
  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 "image" ]       ] ) ;
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:language [ fhir:v "en" ] ;
fhir:url [ fhir:v "https://www.drugs.com/images/pills/fio/GIL25010/biktarvy.JPG"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Biktarvy - Pill Image" ] ;
fhir:duration [ fhir:v "715"^^xsd:decimal ]     ]
  ] ) . #