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

FHIR IG analytics

Packagebr.go.ses.imunizacao
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-CalendarioDoJose.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

Narrativa gerada: ImmunizationRecommendation CalendarioDoJose

patient: Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)

date: 2002

recommendation

vaccineCode: VFA

forecastStatus: Due

DateCriterions

-CodeValue
*Date vaccine due2017-01-01 00:00:00+0000

doseNumber: d2

seriesDoses: 3


Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "CalendarioDoJose",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/imunizacao/StructureDefinition/recomendacao-vacinal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/PacienteAugusto"
  },
  "date": "2002",
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico",
              "code": "14"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7"
              }
            ]
          },
          "value": "2017-01-01T00:00:00.000Z"
        }
      ],
      "doseNumberString": "d2",
      "seriesDosesPositiveInt": 3
    }
  ]
}