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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-hep-a-recommendation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "hep-a-recommendation",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-immunization-recommendation"
    ]
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
    }
  ],
  "patient": {
    "reference": "Patient/patient-israeli"
  },
  "date": "2015-02-09T11:04:15.817-05:00",
  "authority": {
    "reference": "Organization/hospital-unit"
  },
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "code": "14745005",
              "system": "http://snomed.info/sct",
              "display": "Hepatitis A vaccine"
            }
          ]
        }
      ],
      "forecastStatus": {
        "text": "Not Complete",
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due",
            "display": "Due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "code": "earliest",
                "system": "http://somehealthcare.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
                "display": "Earliest Date"
              }
            ]
          },
          "value": "2015-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "code": "recommended",
                "system": "http://somehealthcare.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
                "display": "Recommended"
              }
            ]
          },
          "value": "2015-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "code": "overdue",
                "system": "http://somehealthcare.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
                "display": "Past Due Date"
              }
            ]
          },
          "value": "2016-12-28T00:00:00-05:00"
        }
      ],
      "description": "First sequence in protocol",
      "series": "Vaccination Series 1",
      "doseNumberPositiveInt": 1,
      "seriesDosesPositiveInt": 3,
      "supportingImmunization": [
        {
          "reference": "Immunization/immunization-with-vaccine-code"
        }
      ],
      "supportingPatientInformation": [
        {
          "reference": "Observation/height-measurement"
        }
      ],
      "targetDisease": {
        "coding": [
          {
            "code": "40468003",
            "system": "http://snomed.info/sct",
            "display": "Viral hepatitis, type A"
          }
        ]
      }
    }
  ]
}