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-mistaken-entry.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-mistaken-entry

Language: nl-BE

Profile: BeVaccination

BeExtRecorder: Organization Regional Child Care Agency

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

status: Entered in Error

vaccineCode: Measles vaccine

patient: Identifier: BeSSINNamingSystem/59050937740

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

occurrence: Summer 2018

recorded: 2020

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-mistaken-entry",
  "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": "2687758923"
    }
  ],
  "status": "entered-in-error",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "871765008",
        "display": "Measles vaccine"
      }
    ]
  },
  "patient": {
    "identifier": {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "59050937740"
    }
  },
  "encounter": {
    "reference": "#demo-encounter"
  },
  "occurrenceString": "Summer 2018",
  "recorded": "2020",
  "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"
        }
      }
    }
  ]
}