FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | Immunization |
| Id | Immunization-ImmunizationVaccinationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization ImmunizationVaccinationExample
Profile: Fi Base Immunization
Vaccination Recorder: Practitioner Dave Doctor
identifier: URI/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234
status: Completed
vaccineCode: Inaktivoitu puutiaisaivotulehdusrokote (koko virus)
patient: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
occurrence: 2023-01-10
primarySource: false
location: Location Kirurgian poliklinikka
expirationDate: 2025-02-15
site: OO
route: IM
doseQuantity: 5 mg (Details: UCUM codemg = 'mg')
| Function | Actor |
| Administering Provider | Practitioner Dave Doctor |
reasonCode: Procedure to meet occupational requirement
| TargetDisease | DoseNumber[x] | SeriesDoses[x] |
| TBE | 1 | 3 |
{
"resourceType": "Immunization",
"id": "ImmunizationVaccinationExample",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-immunization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/vaccination-recorder",
"valueReference": {
"reference": "Practitioner/practitioner-licensed-physician"
}
}
],
"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.246.537.6.32",
"version": "2007",
"code": "J07BA01"
}
],
"text": "Inaktivoitu puutiaisaivotulehdusrokote (koko virus)"
},
"patient": {
"reference": "Patient/patient-of-municipality"
},
"encounter": {
"reference": "Encounter/id-for-palvelutapahtuma"
},
"occurrenceDateTime": "2023-01-10",
"primarySource": false,
"location": {
"reference": "Location/LocationExample"
},
"expirationDate": "2025-02-15",
"site": {
"coding": [
{
"system": "urn:oid:1.2.246.537.6.110",
"version": "2007",
"code": "OO"
}
]
},
"route": {
"coding": [
{
"system": "urn:oid:1.2.246.537.6.111",
"version": "2007",
"code": "IM"
}
]
},
"doseQuantity": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP"
}
]
},
"actor": {
"reference": "Practitioner/practitioner-licensed-physician"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "429060002"
}
]
}
],
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "urn:oid:1.2.246.537.6.609",
"version": "20150",
"code": "TBE"
}
]
}
],
"doseNumberPositiveInt": 1,
"seriesDosesPositiveInt": 3
}
]
}