FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeImmunization
IdImmunization-chr-on-west-Immunization-12345.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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')

Performers

-FunctionActor
*Administering ProviderDr. John Smith

note:

Patient had fever last time


Source1

{
  "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"
    }
  ]
}