FHIR IG analytics| Package | cp.test.project.v1-0 |
| Resource Type | Immunization |
| Id | Immunization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Immunization",
"id": "immunizationprofile-example",
"meta": {
"profile": [
"http://ardon.nl/fhir/StructureDefinition/HospitalXImmunization"
]
},
"contained": [
{
"resourceType": "Medication",
"id": "ae37fcaf-a55d-4a87-8a08-ed137092b6f8",
"identifier": [
{
"system": "https://www.somewhere.zz/drugtracking/covid-vaccine-serial-numbers",
"value": "c448357c-cf6b-4a55-95c2-1618580bc391"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840534001"
}
]
}
}
],
"extension": [
{
"url": "https://fhir.nhs.uk/R4/StructureDefinition/Extension-UKCore-VaccinationProcedure",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840534001",
"display": "Severe acute respiratory syndrome coronavirus 2 vaccination"
}
]
}
},
{
"url": "https://fhir.devdays.com/R4/StructureDefinition/Extension-AdministeredProduct",
"valueReference": {
"reference": "#ae37fcaf-a55d-4a87-8a08-ed137092b6f8",
"display": "Specific Vaccination Product"
}
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840534001",
"display": "Severe acute respiratory syndrome coronavirus 2 vaccination"
},
{
"system": "http://www.whocc.no/atc",
"code": "J07B",
"display": "VIRAL VACCINES"
}
]
},
"patient": {
"reference": "Patient/example",
"display": "Peter James Chalmers"
},
"occurrenceDateTime": "2013-01-10",
"primarySource": true,
"location": {
"reference": "Location/example",
"display": "Burgers UMC, South Wing, second floor"
},
"manufacturer": {
"reference": "Organization/example"
},
"lotNumber": "AAJN11K",
"expirationDate": "2021-02-15",
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "IM",
"display": "Injection, intramuscular"
}
]
},
"doseQuantity": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0443",
"code": "OP"
}
]
},
"actor": {
"reference": "PractitionerRole/example"
}
},
{
"function": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0443",
"code": "AP"
}
]
},
"actor": {
"identifier": {
"system": "https://www.ehealth.zz/practitioners",
"value": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
}
}
]
}