FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Immunization |
| Id | Immunization-at-aps-example-immunization-01-unknown.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization at-aps-example-immunization-01-unknown
Language: de-AT
Profile: AT APS Immunization
status: Completed
vaccineCode: Unbekannte Immunisierungen
patient: Maria Musterfrau
occurrence: 1998-06-04 00:00:00+0200
| TargetDisease | DoseNumber[x] |
| Masern-Mumps Impfstoffkombination | unknown |
{
"resourceType": "Immunization",
"id": "at-aps-example-immunization-01-unknown",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-immunization"
]
},
"language": "de-AT",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "787482006",
"display": "Unbekannte Immunisierungen"
}
]
},
"patient": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"occurrenceDateTime": "1998-06-04T00:00:00+02:00",
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "836499004",
"display": "Masern-Mumps Impfstoffkombination"
}
]
}
],
"doseNumberString": "unknown"
}
]
}