This page is part of the IHE Mobile Access to Health Documents (v4.2.2: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-dummyBundleDocAndBinary"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:timestamp [ fhir:v "2020-11-24T23:50:50-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:cccccccc-2222-0000-0000-000000000001"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:cccccccc-2222-0000-0000-000000000001> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "DocumentReference"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:cccccccc-2222-0000-0000-000000000002"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:cccccccc-2222-0000-0000-000000000002> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Binary"^^xsd:anyURI ] ]
] ) . #
<urn:uuid:cccccccc-2222-0000-0000-000000000001> a fhir:DocumentReference ;
fhir:id [ fhir:v "cccccccc-2222-0000-0000-000000000001"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_cccccccc-2222-0000-0000-000000000001\"> </a><p><b>Generated Narrative: DocumentReference</b><a name=\"cccccccc-2222-0000-0000-000000000001\"> </a><a name=\"hccccccccc-2222-0000-0000-000000000001\"> </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\">ResourceDocumentReference "cccccccc-2222-0000-0000-000000000001" </p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>status</b>: current</p><p><b>type</b>: Patient summary Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#60591-5)</span></p><p><b>category</b>: History of Immunization Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#11369-6)</span></p><p><b>date</b>: Feb 1, 2020, 10:50:50 PM</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>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><code>urn:uuid:cccccccc-2222-0000-0000-000000000002</code></td><td>11</td><td>(base64 data - 40 bytes)</td></tr></table><p><b>format</b>: ITI XDS-SD TEXT (Details: IHE Format Code set for use with Document Sharing code urn:ihe:iti:xds-sd:text:2008 = 'ITI XDS-SD TEXT', stated as 'null')</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:60591-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60591-5" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a loinc:11369-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11369-6" ] ] )
] ) ; #
fhir:date [ fhir:v "2020-02-01T23:50:50-05:00"^^xsd:dateTime] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:url [ fhir:v "urn:uuid:cccccccc-2222-0000-0000-000000000002"^^xsd:anyURI ] ;
fhir:size [ fhir:v "11"^^xsd:nonNegativeInteger ] ;
fhir:hash [ fhir:v "MGE0ZDU1YThkNzc4ZTUwMjJmYWI3MDE5NzdjNWQ4NDBiYmM0ODZkMA=="^^xsd:base64Binary ] ] ;
fhir:format [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:ihe:iti:xds-sd:text:2008" ] ]
] ) . #
<urn:uuid:cccccccc-2222-0000-0000-000000000002> a fhir:Binary ;
fhir:id [ fhir:v "cccccccc-2222-0000-0000-000000000002"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:contentType [ fhir:v "text/plain"] ; #
fhir:data [ fhir:v "SGVsbG8gV29ybGQ="^^xsd:base64Binary] . #
IG © 2020+ IHE IT Infrastructure Technical Committee. Package ihe.iti.mhd#4.2.2 based on FHIR 4.0.1. Generated 2024-05-18
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change