FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Immunization |
| Id | Immunization-COVID19ImmunizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "COVID19ImmunizationExample"
Profile: COVID-19 Immunization
Procedure Code: Administration of vaccine to produce active immunity (procedure) (SNOMED CT#33879002)
status: completed
vaccineCode: 208 ([not stated]#208)
patient: Patient/patient-anyperson-mary " ANYPERSON"
occurrence: 2021-09-21
primarySource: true
manufacturer: Organization/COVID19ManufacturerExample "Pfizer, Inc"
{
"resourceType": "Immunization",
"id": "COVID19ImmunizationExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33879002",
"display": "Administration of vaccine to produce active immunity (procedure)"
}
]
}
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"code": "208"
}
]
},
"patient": {
"reference": "Patient/patient-anyperson-mary"
},
"occurrenceDateTime": "2021-09-21",
"primarySource": true,
"manufacturer": {
"reference": "Organization/COVID19ManufacturerExample"
}
}