Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Immunizationrecommendation-example-target-disease.json

Example ImmunizationRecommendation/example-target-disease (JSON)

Public Health and Emergency Response Work Group Maturity Level : N/A Standards Status : Informative Compartments : Patient

Raw JSON ( canonical form + also see JSON Format Specification )

Example of immunizationrecommendation using a target disease

{
  "resourceType": "ImmunizationRecommendation",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Authored by Joginder Madra</div>"

  "resourceType" : "ImmunizationRecommendation",
  "id" : "example-target-disease",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Authored by Joginder Madra</div>"

  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
    }
  ],
  "patient": {
    "reference": "Patient/example"

  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
  }],
  "patient" : {
    "reference" : "Patient/example"

  },
  "date": "2015-02-09T11:04:15.817-05:00",
  "authority": {
    "reference": "Organization/hl7"

  "date" : "2015-02-09T11:04:15.817-05:00",
  "authority" : {
    "reference" : "Organization/hl7"

  },
  "recommendation": [

  "recommendation" : [{
    "targetDisease" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "40468003"
      }]
    }],
    "forecastStatus" : {
      "text" : "Not Complete"
    },
    "dateCriterion" : [{
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "30981-5",
          "display" : "Earliest date to give"
        }]
      },
      "value" : "2015-12-01T00:00:00-05:00"
    },

    {
      "targetDisease": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "40468003"
          }
        ]

      "code" : {
        "coding" : [{
          "system" : "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
          "code" : "recommended",
          "display" : "Recommended"
        }]

      },
      "forecastStatus": {
        "text": "Not Complete"

      "value" : "2015-12-01T00:00:00-05:00"
    },
    {
      "code" : {
        "coding" : [{
          "system" : "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
          "code" : "overdue",
          "display" : "Past Due Date"
        }]

      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30981-5",
                "display": "Earliest date to give"
              }
            ]
          },
          "value": "2015-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
                "code": "recommended",
                "display": "Recommended"
              }
            ]
          },
          "value": "2015-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion",
                "code": "overdue",
                "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/example"
        }
      ],
      "supportingPatientInformation": [
        {
          "reference": "Observation/example"
        }
      ]
    }
  ]

      "value" : "2016-12-28T00:00:00-05:00"
    }],
    "description" : "First sequence in protocol",
    "series" : "Vaccination Series 1",
    "doseNumber" : "1",
    "seriesDoses" : "3",
    "supportingImmunization" : [{
      "reference" : "Immunization/example"
    }],
    "supportingPatientInformation" : [{
      "reference" : "Observation/example"
    }]
  }]

}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.