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

FHIR IG analytics

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

Profile: BeVaccination

BeExtRecorder: Organization Regional Child Care Agency

BeAdministeredProduct

  • lotNumber: L00156

identifier: https://www.one.be/vaccination/immunisation-register/e15cd3d6-cfd8-4f77-9c78-9eb1a0fe5671

status: Completed

vaccineCode: If value is other, this cannot be empty

patient: Identifier: BeSSINNamingSystem/16032376921

occurrence: 2016-07-04

recorded: 2016-07-04

doseQuantity: 1

Performers

-Actor
*Identifier: BeNSNIHDIProfessional/10829059

Source1

{
  "resourceType": "Immunization",
  "id": "othercode",
  "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": "lotNumber",
          "valueString": "L00156"
        }
      ],
      "url": "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
    }
  ],
  "identifier": [
    {
      "system": "https://www.one.be/vaccination/immunisation-register",
      "value": "e15cd3d6-cfd8-4f77-9c78-9eb1a0fe5671"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccine-code",
        "code": "other"
      }
    ],
    "text": "If value is other, this cannot be empty"
  },
  "patient": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "16032376921"
    }
  },
  "occurrenceDateTime": "2016-07-04",
  "recorded": "2016-07-04",
  "doseQuantity": {
    "value": 1
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional",
          "value": "10829059"
        }
      }
    }
  ]
}