International Patient Summary Implementation Guide (Release 0.3.0 STU1 Ballot)

This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Immunization-75680

Download Raw json

{
  "resourceType" : "Immunization",
  "id" : "75680",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips"
    ]
  },
  "language" : "fr-LU",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr-LU\">\n\t\t\t<p>\n\t\t\t\t<b>Marie Lux-Brennard</b>  (Apr 17, 1998) </p>\n\t\t\t<p>Vaccin anti diphtérie-coqueluche-tétanos-poliomyélite, Jun 3, 1998, 10:00:00 PM</p>\n\t\t\t<p>Voie intramusculaire, Cuisse droite </p>\n\t\t</div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "414005006",
        "display" : "Vaccin anti diphtérie-coqueluche-tétanos-poliomyélite",
        "_display" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                {
                  "url" : "lang",
                  "valueString" : "en-GB"
                },
                {
                  "url" : "content",
                  "valueString" : "Diphtheria + Pertussis + Poliomyelitis + Tetanus vaccine"
                }
              ]
            }
          ]
        }
      },
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "J07CA02",
        "display" : "DIPHTERIE - COQUELUCHE - POLIOMYELITE - TETANOS",
        "_display" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                {
                  "url" : "lang",
                  "valueString" : "en-GB"
                },
                {
                  "url" : "content",
                  "valueString" : "DIPHTHERIA-PERTUSSIS-POLIOMYELITIS-TETANUS"
                }
              ]
            }
          ]
        }
      },
      {
        "system" : "urn:oid:1.3.182.4.11.22",
        "code" : "2374429",
        "display" : "BOOSTRIX-POLIO"
      }
    ],
    "text" : "Vaccin anti diphtérie-coqueluche-tétanos-poliomyélite"
  },
  "patient" : {
    "reference" : "Patient/66033"
  },
  "occurrenceDateTime" : "1998-06-04T00:00:00+02:00",
  "primarySource" : true,
  "lotNumber" : "AXK23RWERS",
  "expirationDate" : "2000-06-01",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "11207009",
        "display" : "Cuisse droite",
        "_display" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                {
                  "url" : "lang",
                  "valueString" : "en-GB"
                },
                {
                  "url" : "content",
                  "valueString" : "Right thigh"
                }
              ]
            }
          ]
        }
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "20035000",
        "display" : "Voie intramusculaire",
        "_display" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                {
                  "url" : "lang",
                  "valueString" : "en-GB"
                },
                {
                  "url" : "content",
                  "valueString" : "Injection, intramuscular"
                }
              ]
            }
          ]
        }
      }
    ]
  }
}