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

FHIR IG analytics

Packagehl7.fhir.be.vaccination
Resource TypeImmunization
IdImmunization-gabriel-flu.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 gabriel-flu

Profile: BeVaccination

BeExtRecorder: Organization Regional Child Care Agency

BeAdministeredProduct

  • coded: 4670576

status: Completed

vaccineCode: 1181000221105

patient: Identifier: BeSSINNamingSystem/55011779911

occurrence: 2019-10-11

recorded: 2019-10-11

doseQuantity: 1

Performers

-Actor
*Identifier: BeNSNIHDIProfessional/15690937

Source1

{
  "resourceType": "Immunization",
  "id": "gabriel-flu",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
      "valueReference": {
        "reference": "Organization/org-regional-child-care-agency"
      }
    },
    {
      "extension": [
        {
          "url": "coded",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes",
                "code": "4670576"
              }
            ]
          }
        }
      ],
      "url": "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1181000221105"
      }
    ]
  },
  "patient": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "55011779911"
    }
  },
  "occurrenceDateTime": "2019-10-11",
  "recorded": "2019-10-11",
  "doseQuantity": {
    "value": 1
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional",
          "value": "15690937"
        }
      }
    }
  ]
}