FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Immunization |
| Id | Immunization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization example
Profile: US Quality Core Immunization
identifier: URI/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234
status: Completed
vaccineCode: Fluvax (Influenza)
occurrence: 2013-01-01
recorded: 2013-01-10
primarySource: true
location: Location South Wing, second floor
manufacturer: Organization Health Level Seven International
lotNumber: AAJN11K
expirationDate: 2015-02-15
site: left arm
route: Injection, intramuscular
doseQuantity: 5 mg (Details: UCUM codemg = 'mg')
performer
function: Ordering Provider
actor: Practitioner Adam Careful
performer
function: Administering Provider
actor: Practitioner Adam Careful
note:
Notes on adminstration of vaccine
reasonCode: Procedure to meet occupational requirement (regime/therapy)
| Date | Detail | Reported |
| 2013-01-10 | Observation Hemoglobin [Mass/volume] in Venous blood | true |
| Series | Authority | TargetDisease | DoseNumber[x] | SeriesDoses[x] |
| Vaccination Series 1 | Organization Health Level Seven International | Gestational rubella syndrome | 1 | 2 |
{
"resourceType": "Immunization",
"id": "example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "urn:oid:1.2.36.1.2001.1005.17",
"code": "FLUVAX"
}
],
"text": "Fluvax (Influenza)"
},
"patient": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-01-01",
"recorded": "2013-01-10",
"primarySource": true,
"location": {
"reference": "Location/example"
},
"manufacturer": {
"reference": "Organization/example"
},
"lotNumber": "AAJN11K",
"expirationDate": "2015-02-15",
"site": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code": "LA",
"display": "left arm"
}
]
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "IM",
"display": "Injection, intramuscular"
}
]
},
"doseQuantity": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "OP"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
},
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
}
],
"note": [
{
"text": "Notes on adminstration of vaccine"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "429060002"
}
]
}
],
"reaction": [
{
"date": "2013-01-10",
"detail": {
"reference": "Observation/example"
},
"reported": true
}
],
"protocolApplied": [
{
"series": "Vaccination Series 1",
"authority": {
"reference": "Organization/example"
},
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1857005"
}
]
}
],
"doseNumberPositiveInt": 1,
"seriesDosesPositiveInt": 2
}
]
}