FHIR IG analytics| Package | johnmoehrke.correction.example |
| Resource Type | Immunization |
| Id | Immunization-ex-immunization-wrong.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization ex-immunization-wrong
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: http://example.org/immunization-identifiers/immu-covid19-001
status: Completed
vaccineCode: COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 mL dose
patient: https://example.org/Patient/ex-patient
occurrence: 2023-03-01 09:00:00+0000
lotNumber: 12345
site: Left Arm
route: Intramuscular
| Actor |
| https://example.org/Practitioner/ex-practitioner |
note:
Patient tolerated the vaccine well with no immediate adverse reactions.
{
"resourceType": "Immunization",
"id": "ex-immunization-wrong",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/immunization-identifiers",
"value": "immu-covid19-001"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "207"
}
],
"text": "COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 mL dose"
},
"patient": {
"reference": "https://example.org/Patient/ex-patient"
},
"occurrenceDateTime": "2023-03-01T09:00:00Z",
"lotNumber": "12345",
"site": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code": "LA"
}
],
"text": "Left Arm"
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "IM"
}
],
"text": "Intramuscular"
},
"performer": [
{
"actor": {
"reference": "https://example.org/Practitioner/ex-practitioner"
}
}
],
"note": [
{
"text": "Patient tolerated the vaccine well with no immediate adverse reactions."
}
]
}