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 Organization
{ "resourceType": "Questionnaire", "id": "qs1", "identifier": [ { "system": "urn:ietf:rfc:3986" } ], "status": "draft", "date": "2015-02-23T09:07:27+11:00", "publisher": "HL7 FHIR Project (Patient Administration)", "group": { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc." } ], "linkId": "Organization", "title": "A grouping of people or organizations with a common purpose", "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": "Organization.id", "required": false, "repeats": true, "question": [ { "linkId": "Organization.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": "Organization.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": "Organization.implicitRules", "required": false, "repeats": true, "question": [ { "linkId": "Organization.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": "Organization.language", "required": false, "repeats": true, "question": [ { "linkId": "Organization.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": "Organization.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": "Organization.contained", "text": "Contained, inline Resources", "required": false, "repeats": true }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Identifier for the organization that is used to identify the organization across multiple disparate systems." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Identifier" } ], "linkId": "Organization.identifier", "text": "Identifies this organization across multiple systems", "required": false, "repeats": true, "question": [ { "linkId": "Organization.identifier.label", "text": "label:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.identifier.system", "text": "system:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.identifier.value", "text": "value:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A name associated with the organization." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "Organization.name", "required": false, "repeats": true, "question": [ { "linkId": "Organization.name.value", "text": "Name used for the organization", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The kind of organization that this is. Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "Organization.type", "text": "Kind of organization", "required": false, "repeats": true, "question": [ { "linkId": "Organization.type.coding", "text": "code:", "type": "open-choice", "required": false, "repeats": false }, { "linkId": "Organization.type.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A contact detail for the organization. The use code home is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "ContactPoint" } ], "linkId": "Organization.telecom", "text": "A contact detail for the organization", "required": false, "repeats": true, "question": [ { "linkId": "Organization.telecom.system", "text": "type:", "type": "choice", "required": false, "repeats": false }, { "linkId": "Organization.telecom.value", "text": "value:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.telecom.use", "text": "use:", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "An address for the organization. Organization may have multiple addresses with different uses or applicable periods. The use code home is not to be used." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Address" } ], "linkId": "Organization.address", "text": "An address for the organization", "required": false, "repeats": true, "question": [ { "linkId": "Organization.address.text", "text": "text:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.address.line", "text": "line:", "type": "string", "required": false, "repeats": true }, { "linkId": "Organization.address.city", "text": "city:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.address.state", "text": "state:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.address.postalCode", "text": "post code:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.address.country", "text": "country:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.address.use", "text": "use:", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "The organization of which this organization forms a part." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "Organization.partOf", "required": false, "repeats": true, "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Organization?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "Organization.partOf.value", "text": "The organization of which this organization forms a part", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Contact for the organization for a certain purpose." } ], "linkId": "Organization.contact", "title": "Contact for the organization for a certain purpose", "required": false, "repeats": true, "group": [ { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "unique id for the element within a resource (for internal references)." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "string" } ], "linkId": "Organization.contact.id", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.id.value", "text": "xml:id (or equivalent in JSON)", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Indicates a purpose for which the contact can be reached." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "CodeableConcept" } ], "linkId": "Organization.contact.purpose", "text": "The type of contact", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.purpose.coding", "text": "code:", "type": "open-choice", "required": false, "repeats": false }, { "linkId": "Organization.contact.purpose.text", "text": "text:", "type": "string", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A name associated with the contact." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Name" } ], "linkId": "Organization.contact.name", "text": "A name associated with the contact", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.name.text", "text": "text:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.name.family", "text": "family:", "type": "string", "required": false, "repeats": true }, { "linkId": "Organization.contact.name.given", "text": "given:", "type": "string", "required": false, "repeats": true } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "ContactPoint" } ], "linkId": "Organization.contact.telecom", "text": "Contact details (telephone, email, etc) for a contact", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.telecom.system", "text": "type:", "type": "choice", "required": false, "repeats": false }, { "linkId": "Organization.contact.telecom.value", "text": "value:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.telecom.use", "text": "use:", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Visiting or postal addresses for the contact." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Address" } ], "linkId": "Organization.contact.address", "text": "Visiting or postal addresses for the contact", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.address.text", "text": "text:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.address.line", "text": "line:", "type": "string", "required": false, "repeats": true }, { "linkId": "Organization.contact.address.city", "text": "city:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.address.state", "text": "state:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.address.postalCode", "text": "post code:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.address.country", "text": "country:", "type": "string", "required": false, "repeats": false }, { "linkId": "Organization.contact.address.use", "text": "use:", "type": "choice", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "code" } ], "linkId": "Organization.contact.gender", "required": false, "repeats": true, "question": [ { "linkId": "Organization.contact.gender.value", "text": "gender", "type": "choice", "required": false, "repeats": false } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Location(s) the organization uses to provide services." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "Reference" } ], "linkId": "Organization.location", "required": false, "repeats": true, "question": [ { "extension": [ { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#reference", "valueString": "/Location?subject=$subj&patient=$subj&encounter=$encounter" } ], "linkId": "Organization.location.value", "text": "Location(s) the organization uses to provide services", "type": "reference", "required": false, "repeats": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover", "valueString": "Whether the organization's record is still in active use. Default is true." }, { "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type", "valueString": "boolean" } ], "linkId": "Organization.active", "required": false, "repeats": true, "question": [ { "linkId": "Organization.active.value", "text": "Whether the organization's record is still in active use", "type": "boolean", "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.