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

FHIR IG analytics

Packagewho.ddcc
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-DDCCImmunizationRecommendationSpanish.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 DDCCImmunizationRecommendationSpanish

patient: Aulo Agerio(official) (no stated gender), DoB: 2003-03-03

date: 2021-05-06

recommendation

vaccineCode: XM9QW8

forecastStatus: Due

DateCriterions

-CodeValue
*Date vaccine due2021-05-20

supportingImmunization: Immunization: extension = XM4YL8 (mms#XM4YL8),ESP,Test (DDCC Codes for examples#TEST),2021-05-30; status = completed; vaccineCode = XM9QW8; occurrence[x] = 2021-05-06; lotNumber = 123; expirationDate = 2021-06-30


Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "DDCCImmunizationRecommendationSpanish",
  "meta": {
    "profile": [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/DDCCPatientSpanish"
  },
  "date": "2021-05-06",
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://id.who.int/icd11/mms",
              "code": "XM9QW8"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7"
              }
            ]
          },
          "value": "2021-05-20"
        }
      ],
      "supportingImmunization": [
        {
          "reference": "Immunization/DDCCImmunizationSpanish"
        }
      ]
    }
  ]
}