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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeImmunization
IdImmunization-ImmunizationVaccinationExample.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 ImmunizationVaccinationExample

Vaccination Recorder: Practitioner Dave Doctor

identifier: URI/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: Completed

vaccineCode: Inaktivoitu puutiaisaivotulehdusrokote (koko virus)

patient: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))

encounter: Encounter: identifier = urn:oid:1.2.246.10.6794809.14011.2023.200035 (use: official, ); status = in-progress; class = inpatient encounter (ActCode#IMP); period = 2022-02-27 01:03:00+0200 --> (ongoing)

occurrence: 2023-01-10

primarySource: false

location: Location Kirurgian poliklinikka

expirationDate: 2025-02-15

site: OO

route: IM

doseQuantity: 5 mg (Details: UCUM codemg = 'mg')

Performers

-FunctionActor
*Administering ProviderPractitioner Dave Doctor

reasonCode: Procedure to meet occupational requirement

ProtocolApplieds

-TargetDiseaseDoseNumber[x]SeriesDoses[x]
*TBE13

Source1

{
  "resourceType": "Immunization",
  "id": "ImmunizationVaccinationExample",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/vaccination-recorder",
      "valueReference": {
        "reference": "Practitioner/practitioner-licensed-physician"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.32",
        "version": "2007",
        "code": "J07BA01"
      }
    ],
    "text": "Inaktivoitu puutiaisaivotulehdusrokote (koko virus)"
  },
  "patient": {
    "reference": "Patient/patient-of-municipality"
  },
  "encounter": {
    "reference": "Encounter/id-for-palvelutapahtuma"
  },
  "occurrenceDateTime": "2023-01-10",
  "primarySource": false,
  "location": {
    "reference": "Location/LocationExample"
  },
  "expirationDate": "2025-02-15",
  "site": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.110",
        "version": "2007",
        "code": "OO"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.111",
        "version": "2007",
        "code": "IM"
      }
    ]
  },
  "doseQuantity": {
    "value": 5,
    "system": "http://unitsofmeasure.org",
    "code": "mg"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/practitioner-licensed-physician"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "429060002"
        }
      ]
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "urn:oid:1.2.246.537.6.609",
              "version": "20150",
              "code": "TBE"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 1,
      "seriesDosesPositiveInt": 3
    }
  ]
}