Skip to content

Instantly share code, notes, and snippets.

@jmandel
Created September 27, 2022 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmandel/80afb431856ae09d3fb598ac7743bdad to your computer and use it in GitHub Desktop.
Save jmandel/80afb431856ae09d3fb598ac7743bdad to your computer and use it in GitHub Desktop.
{
"resourceType": "ImmunizationRecommendation",
"patient": {
"reference": "resource:0"
},
"date": "2013-05-13",
"authority": {
"display": "Lone Star Immunization Registry"
},
"recommendation": [
{
"vaccineCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "17",
"display": "Hib"
}
]
}
],
"forecastStatus": {
"coding": [{
"system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code": "overdue",
"display": "Overdue"
}]
},
"doseNumberPositiveInt": 2,
},
{
"vaccineCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "133",
"display": "Pneumococcal conjugate PCV 13"
}
]
}
],
"forecastStatus": {
"coding": [{
"system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code": "overdue",
"display": "Overdue"
}]
},
"doseNumberPositiveInt": 2,
},
{
"vaccineCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "88",
"display": "Influenza"
}
]
}
],
"forecastStatus": {
"coding": [{
"system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code": "overdue",
"display": "Overdue"
}]
},
"doseNumberPositiveInt": 1,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment