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

FHIR IG analytics

Packagehl7.fhir.be.vaccination
Resource TypeImmunization
IdImmunization-immunization-example-not-given-stock.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 immunization-example-not-given-stock

Language: nl-BE

Profile: BeVaccination

BeExtRecorder: Organization Regional Child Care Agency

identifier: https://www.kindengezin.be/vaccinatie/vaccination-register/6025645645645

status: Not Done

statusReason: Geen voorraad

vaccineCode: Hepatitis B

patient: Identifier: BeSSINNamingSystem/59050937740

encounter: Encounter: status = finished; class = AMB (AMB)

occurrence: 2020-03-12

recorded: 2020-03-12

Performers

-Actor
*Organization Regional Child Care Agency

Generated Narrative: Encounter #demo-encounter

status: Finished

class: [not stated]: AMB (AMB)

subject: Identifier: BeSSINNamingSystem/16032376921

Locations

-Location
*Location: type = Kind en gezin

serviceProvider: Organization Regional Child Care Agency


Generated Narrative: Location #demo-location

type: Kind en gezin


Source1

{
  "resourceType": "Immunization",
  "id": "immunization-example-not-given-stock",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"
    ]
  },
  "language": "nl-BE",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Encounter",
      "id": "demo-encounter",
      "status": "finished",
      "class": {
        "code": "AMB"
      },
      "subject": {
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
          "value": "16032376921"
        }
      },
      "location": [
        {
          "location": {
            "reference": "#demo-location"
          }
        }
      ],
      "serviceProvider": {
        "reference": "Organization/org-regional-child-care-agency"
      }
    },
    {
      "resourceType": "Location",
      "id": "demo-location",
      "type": [
        {
          "coding": [
            {
              "system": "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location",
              "code": "kind-gezin"
            }
          ]
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
      "valueReference": {
        "reference": "Organization/org-regional-child-care-agency"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://www.kindengezin.be/vaccinatie/vaccination-register",
      "value": "6025645645645"
    }
  ],
  "status": "not-done",
  "statusReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "OSTOCK",
        "display": "Geen voorraad"
      }
    ]
  },
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000172109",
        "code": "871822003",
        "display": "Hepatitis B"
      }
    ]
  },
  "patient": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "59050937740"
    }
  },
  "encounter": {
    "reference": "#demo-encounter"
  },
  "occurrenceDateTime": "2020-03-12",
  "recorded": "2020-03-12",
  "performer": [
    {
      "actor": {
        "reference": "Organization/org-regional-child-care-agency",
        "identifier": {
          "use": "official",
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
          "value": "79121137740"
        }
      }
    }
  ]
}