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_Identity

{
  "resourceType" : "Questionnaire",
  "id" : "cpg-common-identity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cpg-common-identity</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity\">http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: CPG_Common_Questionnaire_Identity</p><p><b>title</b>: CPG Common Questionnaire - Identifying 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>"
  },
  "url" : "http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity",
  "version" : "0.1.0",
  "name" : "CPG_Common_Questionnaire_Identity",
  "title" : "CPG Common Questionnaire - Identifying information",
  "status" : "draft",
  "subjectType" : [
    "Patient"
  ],
  "date" : "2019-08-05T12:02:55-04:00",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "item" : [
    {
      "linkId" : "name",
      "text" : "Name",
      "type" : "string",
      "required" : true
    },
    {
      "linkId" : "birthdate",
      "text" : "Birthdate",
      "type" : "date",
      "required" : true
    }
  ]
}