{ "description": "A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this \\\"document\\\" encompasses any serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.", "_filename": "DocumentReference.StructureDefinition.json", "package_name": "ca.infoway.io.erec", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "DocumentReference", "abstract": false, "type": "DocumentReference", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "1.1.0-dft", "status": "draft", "id": "8391f2d9-3403-4901-bc74-ac2b6c283298", "kind": "resource", "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-DocumentReference", "version": null, "differential": { "element": [ { "id": "DocumentReference.meta", "path": "DocumentReference.meta", "mustSupport": true }, { "id": "DocumentReference.meta.profile", "path": "DocumentReference.meta.profile", "comment": "Implementers should be aware that some Canadian jurisdictions require vendors to use meta.profile to declare which FHIR profile(s) and version(s) the resource conforms to.", "mustSupport": true }, { "id": "DocumentReference.identifier", "path": "DocumentReference.identifier", "mustSupport": true }, { "id": "DocumentReference.identifier.system", "min": 1, "path": "DocumentReference.identifier.system", "mustSupport": true }, { "id": "DocumentReference.identifier.value", "min": 1, "path": "DocumentReference.identifier.value", "mustSupport": true }, { "id": "DocumentReference.status", "path": "DocumentReference.status", "mustSupport": true, "patternCode": "current" }, { "id": "DocumentReference.type", "path": "DocumentReference.type", "mustSupport": true }, { "id": "DocumentReference.subject", "path": "DocumentReference.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient" ] } ], "mustSupport": true }, { "id": "DocumentReference.subject.reference", "path": "DocumentReference.subject.reference", "mustSupport": true }, { "id": "DocumentReference.subject.identifier", "path": "DocumentReference.subject.identifier", "mustSupport": true }, { "id": "DocumentReference.subject.identifier.system", "min": 1, "path": "DocumentReference.subject.identifier.system", "mustSupport": true }, { "id": "DocumentReference.subject.identifier.value", "min": 1, "path": "DocumentReference.subject.identifier.value", "mustSupport": true }, { "id": "DocumentReference.date", "path": "DocumentReference.date", "mustSupport": true }, { "id": "DocumentReference.author", "path": "DocumentReference.author", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner", "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole" ] } ], "mustSupport": true }, { "id": "DocumentReference.author.reference", "path": "DocumentReference.author.reference", "mustSupport": true }, { "id": "DocumentReference.author.identifier", "path": "DocumentReference.author.identifier", "mustSupport": true }, { "id": "DocumentReference.author.identifier.system", "min": 1, "path": "DocumentReference.author.identifier.system", "mustSupport": true }, { "id": "DocumentReference.author.identifier.value", "min": 1, "path": "DocumentReference.author.identifier.value", "mustSupport": true }, { "id": "DocumentReference.content", "max": "1", "min": 1, "path": "DocumentReference.content", "mustSupport": true }, { "id": "DocumentReference.content.attachment", "path": "DocumentReference.content.attachment", "mustSupport": true }, { "id": "DocumentReference.context", "max": "1", "min": 1, "path": "DocumentReference.context", "mustSupport": true }, { "id": "DocumentReference.context.related", "max": "1", "min": 1, "path": "DocumentReference.context.related", "type": [ { "code": "Reference", "targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest" ] } ], "mustSupport": true }, { "id": "DocumentReference.context.related.reference", "path": "DocumentReference.context.related.reference", "mustSupport": true }, { "id": "DocumentReference.context.related.identifier", "path": "DocumentReference.context.related.identifier", "mustSupport": true }, { "id": "DocumentReference.context.related.identifier.use", "min": 1, "path": "DocumentReference.context.related.identifier.use", "mustSupport": true }, { "id": "DocumentReference.context.related.identifier.system", "min": 1, "path": "DocumentReference.context.related.identifier.system", "mustSupport": true }, { "id": "DocumentReference.context.related.identifier.value", "min": 1, "path": "DocumentReference.context.related.identifier.value", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference" }