Sha256: 80ffc514b7ef62694cf6e45905a13dab40fcf1601f166c7a3f7b7387bd470b40
Contents?: true
Size: 1.79 KB
Versions: 3
Compression:
Stored size: 1.79 KB
Contents
{ "resourceType": "CodeSystem", "id": "questionnaire-display-category", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "url": "http://hl7.org/fhir/questionnaire-display-category", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.936" } ], "version": "4.0.0", "name": "QuestionnaireTextCategories", "title": "Questionnaire Text Categories", "status": "draft", "experimental": false, "publisher": "HL7 International - Patient Care WG", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/patientcare" } ] } ], "description": "Codes defining the purpose of a Questionnaire item of type 'text'.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-display-category", "content": "complete", "concept": [ { "code": "instructions", "display": "Instructions", "definition": "The text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)." }, { "code": "security", "display": "Security", "definition": "The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed" }, { "code": "help", "display": "Help", "definition": "The text provides additional guidance on populating the containing item. Help text isn't necessarily expected to be rendered as part of the form, but may instead be made available through fly-over, pop-up button, link to a \"help\" page, etc." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems