XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Partner DocumentReference Media - TTL Representation

Raw ttl | Download


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

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

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePartnerDocumentReferenceMedia"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.xealth.io/StructureDefinition/xealth-partner-document-reference-media"^^xsd:anyURI ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-partner-document-reference-media>     ] )
  ] ; # 
  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 ExamplePartnerDocumentReferenceMedia</b></p><a name=\"ExamplePartnerDocumentReferenceMedia\"> </a><a name=\"hcExamplePartnerDocumentReferenceMedia\"> </a><a name=\"ExamplePartnerDocumentReferenceMedia-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-partner-document-reference-media.html\">Xealth Partner DocumentReference Media</a></p></div><p><b>Ehr Order Id</b>: 12345</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>date</b>: 2021-06-11 04:44:16+0000</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><code>dGVzdA==</code></td><td>example</td><td>2021-06-11 04:44:16+0000</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15\">ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "12345"     ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:date [ fhir:v "2021-06-11T04:44:16Z"^^xsd:dateTime] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:data [ fhir:v "dGVzdA=="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "example" ] ;
fhir:creation [ fhir:v "2021-06-11T04:44:16Z"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:related [
fhir:reference [ fhir:v "ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15" ]     ] )
  ] . #