FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Immunization |
| Id | Immunization-chr-on-west-Immunization-12345.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization chr-on-west-Immunization-12345
Last updated: 2024-01-15 14:30:00+0000;
Information Source: urn:telus:emr:chr:on-west:123
Profile: DwImmunization
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:chr:on-west:1234:immunization/12345 (use: official, )
status: Completed
vaccineCode: COVID-19 Vaccine Moderna
patient: Sarah Marie Johnson Female, DoB: 1985-03-15 ( Medical Record Number: 12345)
encounter: Encounter/chr-on-west-Encounter-67890
occurrence: 2024-01-15 10:00:00+0000
recorded: 2024-01-15 10:05:00+0000
primarySource: true
manufacturer: Moderna
lotNumber: MOD20240115-ABC
expirationDate: 2024-12-31
site: left deltoid
route: intramuscular
doseQuantity: 0.5 mL (Details: UCUM codemL = 'mL')
| Function | Actor |
| Administering Provider | Dr. John Smith |
note:
Patient had fever last time
{
"resourceType": "Immunization",
"id": "chr-on-west-Immunization-12345",
"meta": {
"lastUpdated": "2024-01-15T14:30:00Z",
"source": "urn:telus:emr:chr:on-west:123",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwImmunization"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:chr:on-west:1234:immunization",
"value": "12345"
}
],
"status": "completed",
"vaccineCode": {
"text": "COVID-19 Vaccine Moderna"
},
"patient": {
"reference": "Patient/chr-on-west-Patient-12345",
"type": "Patient"
},
"encounter": {
"reference": "Encounter/chr-on-west-Encounter-67890",
"type": "Encounter"
},
"occurrenceDateTime": "2024-01-15T10:00:00Z",
"recorded": "2024-01-15T10:05:00Z",
"primarySource": true,
"manufacturer": {
"display": "Moderna"
},
"lotNumber": "MOD20240115-ABC",
"expirationDate": "2024-12-31",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16217701000119102",
"display": "Left deltoid"
}
],
"text": "left deltoid"
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular"
}
],
"text": "intramuscular"
},
"doseQuantity": {
"value": 0.5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
]
},
"actor": {
"reference": "Practitioner/chr-on-west-Practitioner-789",
"display": "Dr. John Smith"
}
}
],
"note": [
{
"text": "Patient had fever last time"
}
]
}