FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-PregnancyStatusAndFPMQuestionnaireResponseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse PregnancyStatusAndFPMQuestionnaireResponseExample
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Questionnaire - Pregnancy Status and Family Planning Method (FPM) | ||
![]() ![]() | Is Pregnant | Yes/No Codes: false (No) | |
![]() ![]() | Wants to be pregnant | Yes/No Codes: true (Yes) | |
![]() ![]() | Is breastfeeding | Yes/No Codes: false (No) | |
![]() ![]() | Last Menstrual date | 2024-06-18 | |
![]() ![]() | Estimated Delivery Date | 2025-05-25 | |
![]() ![]() | Family Planning Method | ||
{
"resourceType": "QuestionnaireResponse",
"id": "PregnancyStatusAndFPMQuestionnaireResponseExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://moh.gov.et/fhir/hiv/Questionnaire/PregnancyStatusAndFPMQuestionnaire",
"status": "completed",
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"authored": "2008-10-13",
"author": {
"reference": "Practitioner/GeneralPractitionerExample"
},
"item": [
{
"linkId": "1.1",
"text": "Is Pregnant",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "false"
}
}
]
},
{
"linkId": "1.2",
"text": "Wants to be pregnant",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
}
]
},
{
"linkId": "1.3",
"text": "Is breastfeeding",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "false"
}
}
]
},
{
"linkId": "1.4",
"text": "Last Menstrual date",
"answer": [
{
"valueDate": "2024-06-18"
}
]
},
{
"linkId": "1.5",
"text": "Estimated Delivery Date",
"answer": [
{
"valueDate": "2025-05-25"
}
]
},
{
"linkId": "1.6",
"text": "Family Planning Method",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA14543-5"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA27907-7"
}
}
]
}
]
}