This page is part of the Immunization Decision Support Forecast FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions 
JSON Format: Parameters-parameters-in-example
Raw json
{
"resourceType" : "Parameters",
"id" : "parameters-in-example",
"parameter" : [
{
"name" : "assessmentDate",
"valueDate" : "2019-06-27"
},
{
"name" : "patient",
"resource" : {
"resourceType" : "Patient",
"id" : "forecast-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
]
},
"identifier" : [
{
"_system" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
},
"_value" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
}
],
"name" : [
{
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
},
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
]
}
],
"gender" : "male",
"birthDate" : "2019-04-28"
}
},
{
"name" : "immunization",
"resource" : {
"resourceType" : "Immunization",
"id" : "c9d3fd2e-cf34-44f8-aa68-4413a01c4153",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-06-27T11:55:25.382-04:00",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
]
},
"contained" : [
{
"resourceType" : "Patient",
"id" : "patient-forecast-data",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
]
},
"identifier" : [
{
"_system" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
},
"_value" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
}
],
"name" : [
{
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
},
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "masked"
}
]
}
]
}
],
"gender" : "male",
"birthDate" : "2019-04-28"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "08",
"display" : "Hep B, adolescent or pediatric"
}
]
},
"patient" : {
"reference" : "#patient-forecast-data"
},
"occurrenceDateTime" : "2019-04-29",
"recorded" : "2019-04-29T00:00:00-04:00",
"primarySource" : false
}
}
]
}

