FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | DocumentReference |
| Id | DocumentReference-example-documentreference-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}