This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0: STU1) 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
: BundleExample - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BundleExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/Communcation/initialrequestforcorrection"^^xsd:anyURI ] ;
( fhir:resource <http://hl7.org/fhir/uv/patient-corrections/Communcation/initialrequestforcorrection> )
] ) . #
<http://hl7.org/fhir/uv/patient-corrections/Communcation/initialrequestforcorrection> a fhir:Communication ;
fhir:id [ fhir:v "initialrequestforcorrection"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Communication_initialrequestforcorrection\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Communication initialrequestforcorrection</b></p><a name=\"initialrequestforcorrection\"> </a><a name=\"hcinitialrequestforcorrection\"> </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\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes medRecCxReq}\">Correction Request</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>about</b>: <a href=\"Task-correctionrequestprocess.html\">Task Correction Request</a></p><p><b>sent</b>: 2021-05-19 10:00:17+0000</p><p><b>recipient</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner John Smith (official)</a></p><p><b>sender</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference: status = current</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medRecCxReq" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:about ( [
fhir:reference [ fhir:v "Task/correctionrequestprocess" ]
] ) ; #
fhir:sent [ fhir:v "2021-05-19T10:00:17-00:00"^^xsd:dateTime] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Practitioner/ex-practitioner" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:payload ( [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/ex-documentreference" ] ]
] ) . #