| Package | hl7.fhir.uv.cpg |
| Resource Type | Questionnaire |
| Id | cpg-common-patient-profile |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/Questionnaire-cpg-common-patient-profile.html |
| URL | http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-patient-profile |
| Version | 2.0.0 |
| Status | draft |
| Date | 2024-11-26T06:42:34+00:00 |
| Name | CPG_Common_Questionnaire_Patient_Profile |
| Title | CPG Common Questionnaire - Patient information |
| Realm | uv |
| Authority | hl7 |
| Description | Questionnaire to gather patient infomration |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire cpg-common-patient-profile
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire to gather patient infomration | Questionnaire | http://hl7.org/fhir/uv/cpg/Questionnaire/cpg-common-patient-profile#2.0.0 | |
![]() ![]() | Name | 1..1 | string | |
![]() ![]() | Birthdate | 1..1 | date | |
{
"resourceType": "Questionnaire",
"id": "cpg-common-patient-profile",
"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-patient-profile",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.48.35.4"
}
],
"version": "2.0.0",
"name": "CPG_Common_Questionnaire_Patient_Profile",
"title": "CPG Common Questionnaire - Patient information",
"status": "draft",
"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 to gather patient infomration",
"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
}
]
}