This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Generated Questionnaire for DocumentManifest
{ "resourceType": "Questionnaire", "id": "qs1", "contained": [ { "resourceType": "ValueSet", "id": "vs2", "url": "urn:uuid:5a5e9361-5c7f-4a5d-9d1a-b97a1b62ce75", "name": "Type options for DocumentManifest.subject", "description": "Type options for DocumentManifest.subject", "status": "active", "expansion": { "timestamp": "2015-02-23T09:20:21+11:00", "contains": [ { "system": "http://hl7.org/fhir/resource-types", "code": "Patient", "display": "Patient" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Practitioner", "display": "Practitioner" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Group", "display": "Group" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Device", "display": "Device" } ] } }, { "resourceType": "ValueSet", "id": "vs3", "url": "urn:uuid:f1ae71dc-924f-47cd-8350-bd09d4a8c4f7", "name": "Type options for DocumentManifest.recipient", "description": "Type options for DocumentManifest.recipient", "status": "active", "expansion": { "timestamp": "2015-02-23T09:20:21+11:00", "contains": [ { "system": "http://hl7.org/fhir/resource-types", "code": "Patient", "display": "Patient" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Practitioner", "display": "Practitioner" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Organization", "display": "Organization" } ] } }, { "resourceType": "ValueSet", "id": "vs4", "url": "urn:uuid:705e0f58-f063-49ab-a4e2-765f349123c2", "name": "Type options for DocumentManifest.author", "description": "Type options for DocumentManifest.author", "status": "active", "expansion": { "timestamp": "2015-02-23T09:20:21+11:00", "contains": [ { "system": "http://hl7.org/fhir/resource-types", "code": "Practitioner", "display": "Practitioner" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Organization", "display": "Organization" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Device", "display": "Device" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Patient", "display": "Patient" }, { "system": "http://hl7.org/fhir/resource-types", "code": "RelatedPerson", "display": "RelatedPerson" } ] } }, { "resourceType": "ValueSet", "id": "vs5", "url": "urn:uuid:711ceeba-32d7-44ce-8684-69903dede0b3", "name": "Type options for DocumentManifest.content", "description": "Type options for DocumentManifest.content", "status": "active", "expansion": { "timestamp": "2015-02-23T09:20:21+11:00", "contains": [ { "system": "http://hl7.org/fhir/resource-types", "code": "DocumentReference", "display": "DocumentReference" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Binary", "display": "Binary" }, { "system": "http://hl7.org/fhir/resource-types", "code": "Media", "display": "Media" } ] } } ], "identifier": [ { "system": "urn:ietf:rfc:3986" } ], "status": "draft", "date": "2015-02-23T09:07:27+11:00", "publisher": "HL7 FHIR Project (FHIR Management Group)", "group": { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A manifest that defines a set of documents." } ], "linkId": "DocumentManifest", "title": "A manifest that defines a set of documents", "required": true, "repeats": false, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes. The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "DocumentManifest.id", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.id.value", "text": "Logical id of this artefact", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource." } ], "linkId": "DocumentManifest.meta", "text": "Metadata about the resource", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "uri" } ], "linkId": "DocumentManifest.implicitRules", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.implicitRules.value", "text": "A set of rules under which this content was created", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The base language in which the resource is written. Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource\n\nNot all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DocumentManifest.language", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.language.value", "text": "language", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative." } ], "linkId": "DocumentManifest.text", "text": "Text summary of the resource, for human interpretation", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again." } ], "linkId": "DocumentManifest.contained", "text": "Contained, inline Resources", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Identifier" } ], "linkId": "DocumentManifest.masterIdentifier", "text": "Unique Identifier for the set of documents", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.masterIdentifier.label", "text": "label:", "type": "string", "required": false, "repeats": false }, { "linkId": "DocumentManifest.masterIdentifier.system", "text": "system:", "type": "string", "required": false, "repeats": false }, { "linkId": "DocumentManifest.masterIdentifier.value", "text": "value:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Other identifiers associated with the document, including version independent, source record and workflow related identifiers. Other identifiers can also include Identifiers may be Accession Numbers, Order Numbers, Referral Request \nIdentifiers, XDS Workflow Instance Identifiers." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Identifier" } ], "linkId": "DocumentManifest.identifier", "text": "Other identifiers for the manifest", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.identifier.label", "text": "label:", "type": "string", "required": false, "repeats": false }, { "linkId": "DocumentManifest.identifier.system", "text": "system:", "type": "string", "required": false, "repeats": false }, { "linkId": "DocumentManifest.identifier.value", "text": "value:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Who or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case)." } ], "linkId": "DocumentManifest.subject", "text": "The subject of the set of documents", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.subject._type", "text": "type", "type": "choice", "required": false, "repeats": false, "options": { "reference": "#vs2" }, "group": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.subject._Patient", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Patient?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.subject._Patient.value", "text": "Patient", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.subject._Practitioner", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Practitioner?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.subject._Practitioner.value", "text": "Practitioner", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.subject._Group", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Group?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.subject._Group.value", "text": "Group", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.subject._Device", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Device?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.subject._Device.value", "text": "Device", "type": "reference", "required": false, "repeats": false } ] } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A patient, practitioner, or organization for which this set of documents is intended. How the recipient receives the document set or is notified of it is up to the implementation. This element is just a statement of intent." } ], "linkId": "DocumentManifest.recipient", "text": "Intended to get notified about this set of documents", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.recipient._type", "text": "type", "type": "choice", "required": false, "repeats": false, "options": { "reference": "#vs3" }, "group": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.recipient._Patient", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Patient?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.recipient._Patient.value", "text": "Patient", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.recipient._Practitioner", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Practitioner?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.recipient._Practitioner.value", "text": "Practitioner", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.recipient._Organization", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Organization?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.recipient._Organization.value", "text": "Organization", "type": "reference", "required": false, "repeats": false } ] } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Specifies the kind of this set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in it - especially if there is only one - but it may be wider." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "DocumentManifest.type", "text": "What kind of document set this is", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.type.coding", "text": "code:", "type": "open-choice", "required": false, "repeats": false }, { "linkId": "DocumentManifest.type.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Identifies who is responsible for adding the information to the document. Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant)." } ], "linkId": "DocumentManifest.author", "text": "Who and/or what authored the document", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.author._type", "text": "type", "type": "choice", "required": false, "repeats": false, "options": { "reference": "#vs4" }, "group": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.author._Practitioner", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Practitioner?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.author._Practitioner.value", "text": "Practitioner", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.author._Organization", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Organization?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.author._Organization.value", "text": "Organization", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.author._Device", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Device?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.author._Device.value", "text": "Device", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.author._Patient", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Patient?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.author._Patient.value", "text": "Patient", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.author._RelatedPerson", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/RelatedPerson?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.author._RelatedPerson.value", "text": "RelatedPerson", "type": "reference", "required": false, "repeats": false } ] } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "When the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated etc). Creation time is used for tracking, organizing versions and searching. This is the creation time of the document set, not the documents on which it is based." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "datetime" } ], "linkId": "DocumentManifest.created", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.created.value", "text": "When this document manifest created", "type": "dateTime", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Identifies the source system, application, or software that produced the document manifest." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "uri" } ], "linkId": "DocumentManifest.source", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.source.value", "text": "The source system/application/software", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The status of this document manifest." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "DocumentManifest.status", "required": true, "repeats": true, "question": [ { "linkId": "DocumentManifest.status.value", "text": "status", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Whether this document manifest replaces another." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.supercedes", "required": false, "repeats": true, "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/DocumentManifest?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.supercedes.value", "text": "If this document manifest replaces another", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Human-readable description of the source document. This is sometimes known as the \"title\". What the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a \"consultation\" or \"progress note\")." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "DocumentManifest.description", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.description.value", "text": "Human-readable description (title)", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A code specifying the level of confidentiality of this set of Documents. The document set is at least as confidential as the most confidential of the documents in it." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "DocumentManifest.confidentiality", "text": "Sensitivity of set of documents", "required": false, "repeats": true, "question": [ { "linkId": "DocumentManifest.confidentiality.coding", "text": "code:", "type": "open-choice", "required": false, "repeats": false }, { "linkId": "DocumentManifest.confidentiality.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The list of resources that describe the parts of this document reference. Usually, these would be document references, but direct references to binary attachments and images are also allowed." } ], "linkId": "DocumentManifest.content", "text": "Contents of this set of documents", "required": true, "repeats": true, "question": [ { "linkId": "DocumentManifest.content._type", "text": "type", "type": "choice", "required": false, "repeats": false, "options": { "reference": "#vs5" }, "group": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.content._DocumentReference", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/DocumentReference?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.content._DocumentReference.value", "text": "DocumentReference", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.content._Binary", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Binary?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.content._Binary.value", "text": "Binary", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "DocumentManifest.content._Media", "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Media?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "DocumentManifest.content._Media.value", "text": "Media", "type": "reference", "required": false, "repeats": false } ] } ] } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.