Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example DocumentReference

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example DocumentReference

  • Overview
  • XML
  • JSON
DocumentReference
id : example-documentreference-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/documentreference-ca-core
identifier
system : http://example.ca/NamingSystem/DocumentReference
value : DOC123456
status : current
type
coding
system : http://snomed.info/sct
code : 773590002
display : Dietetic care plan (record artifact)
subject
reference : example-patient-ca-core
date : 2024-03-27T10:00:00-07:00
author
reference : example-practitioner-ca-core
identifier
system : http://example.ca/NamingSystem/Practitioner
value : PR123456
custodian
reference : Organization/example-organization-ca-core
content
attachment
contentType : application/pdf
language : en-CA
data : ZmFrZSByZXBvcnQ=
url : http://example.org/documents/diabetes-care-plan.pdf
title : Dietetic Care Plan
context
related
reference : FamilyMemberHistory/example-familymemberhistory-ca-core
identifier
system : http://example.ca/NamingSystem/FamilyMemberHistory
value : COND123456
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-documentreference-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/documentreference-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/DocumentReference" />
<value value="DOC123456" />
</identifier>
<status value="current" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="773590002" />
<display value="Dietetic care plan (record artifact)" />
</coding>
</type>
<subject>
<reference value="example-patient-ca-core" />
</subject>
<date value="2024-03-27T10:00:00-07:00" />
<author>
<reference value="example-practitioner-ca-core" />
<identifier>
<system value="http://example.ca/NamingSystem/Practitioner" />
<value value="PR123456" />
</identifier>
</author>
<custodian>
<reference value="Organization/example-organization-ca-core" />
</custodian>
<content>
<attachment>
<contentType value="application/pdf" />
<language value="en-CA" />
<data value="ZmFrZSByZXBvcnQ=" />
<url value="http://example.org/documents/diabetes-care-plan.pdf" />
<title value="Dietetic Care Plan" />
</attachment>
</content>
<context>
<related>
<reference value="FamilyMemberHistory/example-familymemberhistory-ca-core" />
<identifier>
<system value="http://example.ca/NamingSystem/FamilyMemberHistory" />
<value value="COND123456" />
</identifier>
</related>
</context>
</DocumentReference>
{
"resourceType": "DocumentReference",
"id": "example-documentreference-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/documentreference-ca-core"
]
},
"status": "current",
"subject": {
"reference": "example-patient-ca-core"
},
"type": {
"coding": [
{
"code": "773590002",
"system": "http://snomed.info/sct",
"display": "Dietetic care plan (record artifact)"
}
]
},
"date": "2024-03-27T10:00:00-07:00",
"author": [
{
"reference": "example-practitioner-ca-core",
"identifier": {
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PR123456"
}
}
],
"content": [
{
"attachment": {
"contentType": "application/pdf",
"language": "en-CA",
"data": "ZmFrZSByZXBvcnQ=",
"title": "Dietetic Care Plan",
"url": "http://example.org/documents/diabetes-care-plan.pdf"
}
}
],
"context": {
"related": [
{
"reference": "FamilyMemberHistory/example-familymemberhistory-ca-core",
"identifier": {
"system": "http://example.ca/NamingSystem/FamilyMemberHistory",
"value": "COND123456"
}
}
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/DocumentReference",
"value": "DOC123456"
}
],
"custodian": {
"reference": "Organization/example-organization-ca-core"
}
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International