FHIR Clincal Guidelines (v0.1.0) (STU1 Ballot)

This page is part of the Clinical Guidelines (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

CPG_Common_Questionnaire_Patient_Profile


<Questionnaire xmlns="http://hl7.org/fhir">
  <id value="cpg-common-patient-profile"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cpg-common-patient-profile</p><p><b>url</b>: <a href="http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-patient-profile">http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-patient-profile</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: CPG_Common_Questionnaire_Patient_Profile</p><p><b>title</b>: CPG Common Questionnaire - Patient information</p><p><b>status</b>: draft</p><p><b>subjectType</b>: Patient</p><p><b>date</b>: Aug 5, 2019 12:02:55 PM</p><p><b>jurisdiction</b>: World <span style="background: LightGoldenRodYellow">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '001' = 'World', given as 'World'})</span></p><blockquote><p><b>item</b></p><p><b>linkId</b>: name</p><p><b>text</b>: Name</p><p><b>type</b>: string</p><p><b>required</b>: true</p></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: birthdate</p><p><b>text</b>: Birthdate</p><p><b>type</b>: date</p><p><b>required</b>: true</p></blockquote></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-patient-profile"/>
  <version value="0.1.0"/>
  <name value="CPG_Common_Questionnaire_Patient_Profile"/>
  <title value="CPG Common Questionnaire - Patient information"/>
  <status value="draft"/>
  <subjectType value="Patient"/>
  <date value="2019-08-05T12:02:55-04:00"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <item>
    <linkId value="name"/>
    <text value="Name"/>
    <type value="string"/>
    <required value="true"/>
  </item>
  <item>
    <linkId value="birthdate"/>
    <text value="Birthdate"/>
    <type value="date"/>
    <required value="true"/>
  </item>
</Questionnaire>