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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-CHCoreImmunizationRecommendationExample.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: ImmunizationRecommendation CHCoreImmunizationRecommendationExample

patient: Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)

date: 2021-06-01 00:00:00+0200

authority: Organization Gruppenpraxis CH

recommendation

vaccineCode: Fluad

targetDisease: Cholera (disorder)

forecastStatus: Due

forecastReason: Empfohlene Impfungen für Risikogruppen

DateCriterions

-CodeValue
*Date vaccine due2021-06-01 00:00:00+0200

Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "CHCoreImmunizationRecommendationExample",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-immunization-recommendation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/ImmunizationPatientExample"
  },
  "date": "2021-06-01T00:00:00+02:00",
  "authority": {
    "reference": "Organization/ImmunizationOrganizationExample"
  },
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs",
              "code": "58317",
              "display": "Fluad"
            }
          ]
        }
      ],
      "targetDisease": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "63650001",
            "display": "Cholera (disorder)"
          }
        ]
      },
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due"
          }
        ]
      },
      "forecastReason": [
        {
          "coding": [
            {
              "system": "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs",
              "code": "41503",
              "display": "Empfohlene Impfungen für Risikogruppen"
            }
          ]
        }
      ],
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7",
                "display": "Date vaccine due"
              }
            ]
          },
          "value": "2021-06-01T00:00:00+02:00"
        }
      ]
    }
  ]
}