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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4b
Resource TypeImmunization
IdImmunization-ImmExample1.json
FHIR VersionR4B

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 ImmExample1

identifier: Uniform Resource Identifier (URI)/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: Completed

vaccineCode: Fluvax (Influenza)

patient: Meiko Lufhir Jr., PhD Female, DoB: 1978-03-22 ( urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399#21890 (use: usual, ))

occurrence: 2013-01-10

primarySource: true

lotNumber: AAJN11K

expirationDate: 2015-02-15

site: left arm

route: Injection, intramuscular

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

Performers

-FunctionActor
*Ordering ProviderPractitioner Marty Seeger

note: Notes on adminstration of vaccine

reasonCode: Procedure to meet occupational requirement


Source1

{
  "resourceType": "Immunization",
  "id": "ImmExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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.36.1.2001.1005.17",
        "code": "FLUVAX"
      }
    ],
    "text": "Fluvax (Influenza)"
  },
  "patient": {
    "reference": "Patient/PatientExample1"
  },
  "occurrenceDateTime": "2013-01-10",
  "primarySource": true,
  "lotNumber": "AAJN11K",
  "expirationDate": "2015-02-15",
  "site": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code": "LA",
        "display": "left arm"
      }
    ]
  },
  "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://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "OP"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/PractitionerExample1"
      }
    }
  ],
  "note": [
    {
      "text": "Notes on adminstration of vaccine"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "429060002"
        }
      ]
    }
  ]
}