This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
Questionnaire for Practitioner information with metadata inferred from definitions
{ "resourceType": "Questionnaire", "id": "example-practitioner-info", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: draft</p><blockquote><p><b>item</b></p><p><b>linkId</b>: core-props</p><p><b>type</b>: group</p><p><b>repeats</b>: false</p><h3>Items</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: Practitioner.qualification</p><p><b>definition</b>: <a>http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification</a></p><p><b>text</b>: Qualifications</p><p><b>type</b>: group</p><p><b>repeats</b>: true</p><h3>Items</h3><table><tr><td>-</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr><tr><td>*</td></tr></table></blockquote></div>" }, "status": "draft", "item": [ { "linkId": "core-props", "type": "group", "repeats": false, "item": [ { "linkId": "Practitioner.active", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.active", "text": "Active", "type": "boolean" }, { "linkId": "Practitioner.gender", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.gender", "text": "Gender", "type": "coding" }, { "linkId": "Practitioner.birthDate", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.birthDate", "text": "Birth Date", "type": "date" }, { "linkId": "Practitioner.name.text", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.name.text", "text": "Name", "type": "string" }, { "linkId": "Practitioner.address.line", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.address.line", "text": "Address", "type": "string", "repeats": true }, { "linkId": "Practitioner.address.postalCode", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.address.postalCode", "text": "Post Code", "type": "string" } ] }, { "linkId": "Practitioner.qualification", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification", "text": "Qualifications", "type": "group", "repeats": true, "item": [ { "linkId": "Practitioner.qualification.code.coding.code", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.code.coding.code", "text": "Code", "type": "string" }, { "linkId": "Practitioner.qualification.code.coding.display", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.code.coding.display", "text": "Display", "type": "string" }, { "linkId": "Practitioner.qualification.period.end", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.period.end", "text": "Completion Year", "type": "dateTime" }, { "linkId": "Practitioner.qualification.issuer.display", "definition": "http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.issuer.display", "text": "Issued by", "type": "string" } ] } ] }
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.