Release 5 Draft Ballot

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

Questionnaire-example-practitioner-info.xml

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Questionnaire for Practitioner information with metadata inferred from definitions (id = "example-practitioner-info")

<?xml version="1.0" encoding="UTF-8"?>

<Questionnaire xmlns="http://hl7.org/fhir">
  <id value="example-practitioner-info"/> 
  <text> <status value="generated"/> <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> </text> <status value="draft"/> 
  <item> 
    <linkId value="core-props"/> 
    <type value="group"/> 
    <repeats value="false"/> 
    <item> 
      <linkId value="Practitioner.active"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.active"/> 
      <text value="Active"/> 
      <type value="boolean"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.gender"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.gender"/> 
      <text value="Gender"/> 
      <type value="coding"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.birthDate"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.birthDate"/> 
      <text value="Birth Date"/> 
      <type value="date"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.name.text"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.name.text"/> 
      <text value="Name"/> 
      <type value="string"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.address.line"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.address.line"/> 
      <text value="Address"/> 
      <type value="string"/> 
      <repeats value="true"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.address.postalCode"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.address.postalCode"/> 
      <text value="Post Code"/> 
      <type value="string"/> 
    </item> 
  </item> 
  <item> 
    <linkId value="Practitioner.qualification"/> 
    <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification"/> 
    <text value="Qualifications"/> 
    <type value="group"/> 
    <repeats value="true"/> 
    <item> 
      <linkId value="Practitioner.qualification.code.coding.code"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.code.coding.code"/> 
      <text value="Code"/> 
      <type value="string"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.qualification.code.coding.display"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.code.coding.display"/> 
      <text value="Display"/> 
      <type value="string"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.qualification.period.end"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.period.end"/> 
      <text value="Completion Year"/> 
      <type value="dateTime"/> 
    </item> 
    <item> 
      <linkId value="Practitioner.qualification.issuer.display"/> 
      <definition value="http://hl7.org/fhir/StructureDefinition/Practitioner#Practitioner.qualification.issuer.display"/> 
      <text value="Issued by"/> 
      <type value="string"/> 
    </item> 
  </item> 
</Questionnaire> 

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.