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

FHIR IG analytics

Packagendhm.in
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-example-01.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 example-01

version: 1; Last updated: 2020-10-10 14:58:58+0530

Profile: ImmunizationRecommendation

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

date: 2021-01-10 11:04:15-0500

authority: Organization XYZ Lab Pvt.Ltd.

recommendation

vaccineCode: Hepatitis A vaccine

forecastStatus: Due

DateCriterions

-CodeValue
*Date vaccine due2021-05-10 00:00:00-0500

description: First sequence in protocol

series: Vaccination Series 1

doseNumber: 1

seriesDoses: 3

supportingImmunization: Immunization: status = not-done; statusReason = medical precaution; vaccineCode = No consent DTP immunization; occurrence[x] = 2013-01-10; primarySource = true


Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-10-10T14:58:58.181+05:30",
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/example-01"
  },
  "date": "2021-01-10T11:04:15.817-05:00",
  "authority": {
    "reference": "Organization/example-01"
  },
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "871751006",
              "display": "Hepatitis A vaccine"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due",
            "display": "Due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7",
                "display": "Date vaccine due"
              }
            ]
          },
          "value": "2021-05-10T00:00:00-05:00"
        }
      ],
      "description": "First sequence in protocol",
      "series": "Vaccination Series 1",
      "doseNumberPositiveInt": 1,
      "seriesDosesPositiveInt": 3,
      "supportingImmunization": [
        {
          "reference": "Immunization/example-01"
        }
      ]
    }
  ]
}