FHIR IG analytics| Package | fhir.surveillanceIG |
| Resource Type | Questionnaire |
| Id | Questionnaire-MeaslesLabResults.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Surveillance-FHIR-IG/Questionnaire-MeaslesLabResults.html |
| URL | http://example.org/Questionnaire/MeaslesLabResults |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-04T06:19:40+00:00 |
| Title | Lab Information |
| Realm | us |
| Authority | hl7 |
| Description | Lab information questionnaire for Measles surveillance |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire MeaslesLabResults
Profile: http://hl7.org/fhir/4.0/StructureDefinition/Questionnaire
| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | Lab information questionnaire for Measles surveillance | Questionnaire | http://example.org/Questionnaire/MeaslesLabResults#0.1.0 | ||
![]() ![]() | Lab ID No | 1..1 | string | ||
![]() ![]() | Date specimen sent to lab | 0..1 | date | ||
![]() ![]() | Date specimen received in lab | 0..1 | date | ||
![]() ![]() | Specimen Condition | 0..1 | choice | Options: 2 options | |
![]() ![]() | Lab Results | 0..1 | display | ||
![]() ![]() | Measles IgM results | 0..1 | choice | Options: 6 options | |
![]() ![]() | Rubella IgM results | 0..1 | choice | Enable When: measles-igm != Positive (Positive) Options: 6 options | |
![]() ![]() | Date lab sent out results to EPI/Surv Unit | 1..1 | date | ||
![]() ![]() | Was specimen sent to regional lab? | 1..1 | choice | Options: 2 options | |
![]() ![]() | Date Serum specimen was sent to regional lab for IgM confirmation | 1..1 | date | Enable When: 139172422437 = Yes (yes) | |
![]() ![]() | Final Classification. Case classification after investigation (e.g., confirmed, compatible, discarded) | 0..1 | choice | Enable When: measles-igm != Positive (Positive) Initial Value: Coding = [not stated]#lab-results-pending "Lab results pending" | |
Options Sets
Answer options for specimen-condition
Answer options for measles-igm
Answer options for rubella-igm
Answer options for 139172422437
{
"resourceType": "Questionnaire",
"id": "MeaslesLabResults",
"meta": {
"profile": [
"http://hl7.org/fhir/4.0/StructureDefinition/Questionnaire"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "client",
"display": "Client as a Patient"
}
},
{
"url": "type",
"valueCode": "Patient"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
}
],
"url": "http://example.org/Questionnaire/MeaslesLabResults",
"version": "0.1.0",
"title": "Lab Information",
"status": "active",
"date": "2026-05-04T06:19:40+00:00",
"publisher": "Kenya National Public Health Institute",
"contact": [
{
"name": "Kenya National Public Health Institute",
"telecom": [
{
"system": "url",
"value": "https://www.nphi.go.ke/"
}
]
},
{
"name": "Kenya National Public Health Institute",
"telecom": [
{
"system": "url",
"value": "https://www.nphi.go.ke/",
"use": "work"
}
]
}
],
"description": "Lab information questionnaire for Measles surveillance",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"item": [
{
"linkId": "8732404074721",
"text": "Lab ID No",
"type": "string",
"required": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
}
],
"linkId": "718251724172",
"text": "Date specimen sent to lab",
"type": "date",
"readOnly": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/entryFormat",
"valueString": "d/M/y"
},
{
"url": "http://ehelse.no/fhir/StructureDefinition/validationtext",
"valueString": "Cannot be a date in the future"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/maxValue",
"_valueDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue",
"valueExpression": {
"language": "text/fhirpath",
"expression": "today()"
}
}
]
}
},
{
"extension": [
{
"url": "key",
"valueId": "constraint-1"
},
{
"url": "requirements",
"valueString": "The date should be after the date the specimen was sent to the lab"
},
{
"url": "severity",
"valueCode": "error"
},
{
"url": "expression",
"valueString": "%context.answer.value >= %resource.descendants().where(linkId='718251724172').answer.value"
},
{
"url": "human",
"valueString": "The date should be after the date the specimen was sent to the lab"
},
{
"url": "location",
"valueString": "718251724172"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint"
}
],
"linkId": "date-specimen-received",
"text": "Date specimen received in lab",
"type": "date"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button",
"display": "Radio Button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "specimen-condition",
"text": "Specimen Condition",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"code": "Adequate",
"display": "Adequate"
}
},
{
"valueCoding": {
"code": "Inadequate",
"display": "Inadequate"
}
}
]
},
{
"linkId": "469240673826",
"text": "Lab Results",
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
]
}
}
],
"linkId": "measles-igm",
"text": "Measles IgM results",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"code": "Positive",
"display": "Positive"
}
},
{
"valueCoding": {
"code": "Negative",
"display": "Negative"
}
},
{
"valueCoding": {
"code": "Indeterminate",
"display": "Indeterminate"
}
},
{
"valueCoding": {
"code": "Not Done",
"display": "Not Done"
}
},
{
"valueCoding": {
"code": "Pending",
"display": "Pending"
}
},
{
"valueCoding": {
"code": "Unknown",
"display": "Unknown"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
]
}
}
],
"linkId": "rubella-igm",
"text": "Rubella IgM results",
"type": "choice",
"enableWhen": [
{
"question": "measles-igm",
"operator": "!=",
"answerCoding": {
"code": "Positive",
"display": "Positive"
}
}
],
"answerOption": [
{
"valueCoding": {
"code": "Positive",
"display": "Positive"
}
},
{
"valueCoding": {
"code": "Negative",
"display": "Negative"
}
},
{
"valueCoding": {
"code": "Indeterminate",
"display": "Indeterminate"
}
},
{
"valueCoding": {
"code": "Not Done",
"display": "Not Done"
}
},
{
"valueCoding": {
"code": "Pending",
"display": "Pending"
}
},
{
"valueCoding": {
"code": "Unknown",
"display": "Unknown"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/entryFormat",
"valueString": "d/M/y"
},
{
"url": "http://ehelse.no/fhir/StructureDefinition/validationtext",
"valueString": "Cannot be a date in the future"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/maxValue",
"_valueDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue",
"valueExpression": {
"language": "text/fhirpath",
"expression": "today()"
}
}
]
}
},
{
"extension": [
{
"url": "key",
"valueId": "constraint-1"
},
{
"url": "requirements",
"valueString": "The date should be after the date the specimen was received at the lab"
},
{
"url": "severity",
"valueCode": "error"
},
{
"url": "expression",
"valueString": "%context.answer.value >= %resource.descendants().where(linkId='date-specimen-received').answer.value"
},
{
"url": "human",
"valueString": "The date should be after the date the specimen was received at the lab"
},
{
"url": "location",
"valueString": "date-specimen-received"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint"
}
],
"linkId": "date-lab-sent-results",
"text": "Date lab sent out results to EPI/Surv Unit",
"type": "date",
"required": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button",
"display": "Radio Button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "139172422437",
"text": "Was specimen sent to regional lab?",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"code": "yes",
"display": "Yes"
}
},
{
"valueCoding": {
"code": "no",
"display": "No"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/entryFormat",
"valueString": "d/M/y"
},
{
"url": "http://ehelse.no/fhir/StructureDefinition/validationtext",
"valueString": "Cannot be a date in the future"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/maxValue",
"_valueDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue",
"valueExpression": {
"language": "text/fhirpath",
"expression": "today()"
}
}
]
}
},
{
"extension": [
{
"url": "key",
"valueId": "constraint-1"
},
{
"url": "requirements",
"valueString": "The date should be after the date the specimen was received at the lab"
},
{
"url": "severity",
"valueCode": "error"
},
{
"url": "expression",
"valueString": "%context.answer.value >= %resource.descendants().where(linkId='date-specimen-received').answer.value"
},
{
"url": "human",
"valueString": "The date should be after the date the specimen was received at the lab"
},
{
"url": "location",
"valueString": "date-specimen-received"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint"
}
],
"linkId": "655865451155",
"text": "Date Serum specimen was sent to regional lab for IgM confirmation",
"type": "date",
"enableWhen": [
{
"question": "139172422437",
"operator": "=",
"answerCoding": {
"code": "yes",
"display": "Yes"
}
}
],
"required": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
}
],
"linkId": "final-classification",
"text": "Final Classification. Case classification after investigation (e.g., confirmed, compatible, discarded)",
"type": "choice",
"enableWhen": [
{
"question": "measles-igm",
"operator": "!=",
"answerCoding": {
"code": "Positive",
"display": "Positive"
}
}
],
"initial": [
{
"valueCoding": {
"code": "lab-results-pending",
"display": "Lab results pending"
}
}
]
}
]
}