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

FHIR IG analytics

Packagebr.gov.saude.ccu
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-anamnese-bruna.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 anamnese-bruna

LinkIDTextDefinitionAnswerdoco
.. anamnese-brunaQuestionnaire:Anamnese para requisição de exame citopatológico
... 1Fez exame preventivo anteriormente?v2 Y/N Indicator Y: Yes
... 2Quando fez o último exame?2021
... 3Usa DIU?v2 Y/N Indicator N: No
... 4Está grávida?v2 Y/N Indicator N: No
... 5Uso de anticoncepcional hormonal?v2 Y/N Indicator Y: Yes
... 6Uso de reposição hormonal?v2 Y/N Indicator N: No
... 7Já fez tratamento por radioterapia?v2 Y/N Indicator N: No
... 8Sabe a data da última menstruação/regra?false
... 9Tem ou teve algum sangramento após relações sexuais? (não considerar a primeira relação sexual na vida)true
... 10Tem ou teve algum sangramento após a menopausa? (não considerar o(s) sangramento(s) na vigência de reposição hormonal)false
... 11Vacina contra HPVfalse

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "anamnese-bruna",
  "meta": {
    "profile": [
      "https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/anamnese-questionario"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://fhir.fabrica.inf.ufg.br/ccu/Questionnaire/anamnese-exame-citopatologico",
  "status": "completed",
  "subject": {
    "reference": "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01"
  },
  "author": {
    "identifier": {
      "system": "https://fhir.fabrica.inf.ufg.br/ccu/sid/cns",
      "value": "234.234.567"
    }
  },
  "item": [
    {
      "linkId": "1",
      "text": "Fez exame preventivo anteriormente?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "Y"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Quando fez o último exame?",
      "answer": [
        {
          "valueDate": "2021"
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Usa DIU?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "N"
          }
        }
      ]
    },
    {
      "linkId": "4",
      "text": "Está grávida?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "N"
          }
        }
      ]
    },
    {
      "linkId": "5",
      "text": "Uso de anticoncepcional hormonal?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "Y"
          }
        }
      ]
    },
    {
      "linkId": "6",
      "text": "Uso de reposição hormonal?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "N"
          }
        }
      ]
    },
    {
      "linkId": "7",
      "text": "Já fez tratamento por radioterapia?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "N"
          }
        }
      ]
    },
    {
      "linkId": "8",
      "text": "Sabe a data da última menstruação/regra?",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "9",
      "text": "Tem ou teve algum sangramento após relações sexuais? (não considerar a primeira relação sexual na vida)",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "10",
      "text": "Tem ou teve algum sangramento após a menopausa? (não considerar o(s) sangramento(s) na vigência de reposição hormonal)",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "11",
      "text": "Vacina contra HPV",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    }
  ]
}