FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-PregnancyStatusAndFPMQuestionnaireResponseExample.json
FHIR VersionR4

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: QuestionnaireResponse PregnancyStatusAndFPMQuestionnaireResponseExample

LinkIDTextDefinitionAnswerdoco
.. PregnancyStatusAndFPMQuestionnaireResponseExampleQuestionnaire:Questionnaire - Pregnancy Status and Family Planning Method (FPM)
... 1.1Is PregnantYes/No Codes: false (No)
... 1.2Wants to be pregnantYes/No Codes: true (Yes)
... 1.3Is breastfeedingYes/No Codes: false (No)
... 1.4Last Menstrual date2024-06-18
... 1.5Estimated Delivery Date2025-05-25
... 1.6Family Planning Method

doco Documentation for this format

Source1

{
  "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"
          }
        }
      ]
    }
  ]
}