FHIR IG analytics| Package | johnmoehrke.testcore.example |
| Resource Type | Immunization |
| Id | Immunization-ex-immunization-1.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-1
Profile: JFM Immunization
identifier: https://example.org/ImmunizationTO.id/124684 (use: usual, )
status: Completed
vaccineCode: COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE
patient: John Schmidt Other, DoB: 1923-07-25
occurrence: 2022-08-08 11:15:28+0000
recorded: 2022-08-08 11:15:28+0000
primarySource: false
note:
test
{
"resourceType": "Immunization",
"id": "ex-immunization-1",
"meta": {
"profile": [
"http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "https://example.org/ImmunizationTO.id",
"value": "124684"
}
],
"status": "completed",
"vaccineCode": {
"text": "COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE"
},
"patient": {
"reference": "Patient/ex-patient"
},
"occurrenceDateTime": "2022-08-08T11:15:28Z",
"recorded": "2022-08-08T11:15:28Z",
"primarySource": false,
"note": [
{
"text": "test"
}
]
}