XealthIG
v1.46.0 - release
XealthIG - Local Development build (vv1.46.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/ExamplePartnerDocumentReferenceMedia> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePartnerDocumentReferenceMedia"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.xealth.io/StructureDefinition/xealth-partner-document-reference-media" ;
fhir:index 0 ;
fhir:link <https://fhir.xealth.io/StructureDefinition/xealth-partner-document-reference-media>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.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><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>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id" ] ;
fhir:Extension.valueString [ fhir:value "12345" ]
] ;
fhir:DocumentReference.status [ fhir:value "current"] ;
fhir:DocumentReference.docStatus [ fhir:value "final"] ;
fhir:DocumentReference.date [ fhir:value "2021-06-11T04:44:16Z"^^xsd:dateTime] ;
fhir:DocumentReference.content [
fhir:index 0 ;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.data [ fhir:value "dGVzdA=="^^xsd:base64Binary ] ;
fhir:Attachment.title [ fhir:value "example" ] ;
fhir:Attachment.creation [ fhir:value "2021-06-11T04:44:16Z"^^xsd:dateTime ]
]
] ;
fhir:DocumentReference.context [
fhir:DocumentReference.context.related [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15" ]
]
] .
<http://hl7.org/fhir/ServiceRequest/bb3f51ca-369b-4419-9e2b-f13fa6750e15> a fhir:ServiceRequest .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/ExamplePartnerDocumentReferenceMedia.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/ExamplePartnerDocumentReferenceMedia.ttl> .
IG © 2021+ Xealth. Package xealth.core#v1.46.0 based on FHIR 4.0.1. Generated 2026-07-09
Links: Table of Contents |
QA Report