FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeDocumentReference
IdDocumentReference-example-documentreference-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
  }
}