FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/cpg-common-identity

Packagehl7.fhir.uv.cpg
TypeQuestionnaire
Idcpg-common-identity
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/Questionnaire-cpg-common-identity.html
URLhttp://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity
Version2.0.0
Statusactive
Date2024-11-26T06:42:34+00:00
NameCPG_Common_Questionnaire_Identity
TitleCPG Common Questionnaire - Identifying information
Realmuv
Authorityhl7
DescriptionQuestionnaire used to identify patient

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire cpg-common-identity

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. CPG_Common_Questionnaire_IdentityQuestionnaire used to identify patientQuestionnairehttp://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity#2.0.0
... nameName1..1string
... birthdateBirthdate1..1date

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "cpg-common-identity",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-identity",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.35.3"
    }
  ],
  "version": "2.0.0",
  "name": "CPG_Common_Questionnaire_Identity",
  "title": "CPG Common Questionnaire - Identifying information",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2024-11-26T06:42:34+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Questionnaire used to identify patient",
  "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
    }
  ]
}