| Package | fhir.virtually.healthcare |
| Resource Type | Questionnaire |
| Id | PatientCommunication |
| FHIR Version | R4 |
| Source | https://fhir.virtually.healthcare/https://build.fhir.org/ig/Virtually-Healthcare/R4/Questionnaire-PatientCommunication.html |
| URL | https://fhir.virtually.healthcare/Questionnaire/PatientCommunication |
| Version | 0.1.1-current |
| Status | draft |
| Date | 2025-08-12T10:08:23+00:00 |
| Title | PatientCommunication |
| Realm | us |
| Authority | hl7 |
| Description | Formal definition of Patient Communication |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire PatientCommunication
Structure| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Formal definition of Patient Communication | Questionnaire | https://fhir.virtually.healthcare/Questionnaire/PatientCommunication#0.1.1-current | |
![]() ![]() | Message | 1..1 | string | Definition: Communication.payload.contentString |
![]() ![]() ![]() | Message Topic | 1..1 | choice | Definition: Communication.topic Options: 1 option |
Options Sets
Answer options for messageTopic
{
"resourceType": "Questionnaire",
"id": "PatientCommunication",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.virtually.healthcare/Questionnaire/PatientCommunication",
"version": "0.1.1-current",
"title": "PatientCommunication",
"status": "draft",
"date": "2025-08-12T10:08:23+00:00",
"publisher": "Virtually Healthcare",
"contact": [
{
"name": "Virtually Healthcare",
"telecom": [
{
"system": "url",
"value": "https://virtually.healthcare"
}
]
}
],
"description": "Formal definition of Patient Communication",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "GB",
"display": "United Kingdom of Great Britain and Northern Ireland"
}
]
}
],
"item": [
{
"linkId": "message",
"definition": "http://hl7.org/fhir/StructureDefinition/Communication#Communication.payload.contentString",
"text": "Message",
"type": "string",
"required": true,
"item": [
{
"linkId": "messageTopic",
"definition": "http://hl7.org/fhir/StructureDefinition/Communication#Communication.topic",
"text": "Message Topic",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "445450000",
"display": "Encounter by short message service text messaging"
}
}
]
}
]
}
]
}