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-ma-ma-schema-1-Immunization-7001.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 ma-ma-schema-1-Immunization-7001

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:Immunization/7001 (use: official, )

status: Completed

vaccineCode: Seasonal Influenza Vaccine

patient: John Michael Smith

encounter: Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --> 2023-12-18 10:45:00+0000; reasonCode =

occurrence: 2023-12-18 10:30:00+0000

primarySource: true

location: Exam Room 1

manufacturer: ABC Pharmaceuticals

lotNumber: FLU2023-12345

expirationDate: 2024-06-30

site: Entire left upper arm

route: Injection, intramuscular

doseQuantity: 0.5 mL (Details: UCUM codemL = 'mL')

Performers

-FunctionActor
*Administering ProviderDr. Sarah Johnson

note:

Patient tolerated the vaccine well. No immediate adverse reactions observed. Advised to monitor for any delayed reactions and to return if concerns arise.

reasonCode: Seasonal influenza prevention

isSubpotent: false

Educations

-DocumentTypePublicationDatePresentationDate
*VIS2023-08-152023-12-18 10:25:00+0000

ProtocolApplieds

-SeriesTargetDiseaseDoseNumber[x]
*AnnualInfluenza1

Source1

{
  "resourceType": "Immunization",
  "id": "ma-ma-schema-1-Immunization-7001",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "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:ma:ma-schema-1:Immunization",
      "value": "7001"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "141",
        "display": "Influenza, seasonal, injectable"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "1181000221105",
        "display": "Influenza vaccine"
      }
    ],
    "text": "Seasonal Influenza Vaccine"
  },
  "patient": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "occurrenceDateTime": "2023-12-18T10:30:00Z",
  "primarySource": true,
  "location": {
    "reference": "Location/ma-ma-schema-1-Location-101",
    "type": "Location",
    "display": "Exam Room 1"
  },
  "manufacturer": {
    "display": "ABC Pharmaceuticals"
  },
  "lotNumber": "FLU2023-12345",
  "expirationDate": "2024-06-30",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "72098002",
        "display": "Entire left upper arm"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "IM",
        "display": "Injection, 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/ma-ma-schema-1-Practitioner-789",
        "type": "Practitioner",
        "display": "Dr. Sarah Johnson"
      }
    }
  ],
  "note": [
    {
      "text": "Patient tolerated the vaccine well. No immediate adverse reactions observed. Advised to monitor for any delayed reactions and to return if concerns arise."
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "134436002",
          "display": "Lifestyle"
        }
      ],
      "text": "Seasonal influenza prevention"
    }
  ],
  "isSubpotent": false,
  "education": [
    {
      "documentType": "VIS",
      "publicationDate": "2023-08-15",
      "presentationDate": "2023-12-18T10:25:00Z"
    }
  ],
  "protocolApplied": [
    {
      "series": "Annual",
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "6142004",
              "display": "Influenza"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1
    }
  ]
}