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

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeAppointment
IdAppointment-example-with-pseudonymization.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: Appointment

ResourceAppointment "example-with-pseudonymization"

Profile: Population Screening Appointment

status: booked

start: Apr 8, 2021, 12:00:00 AM

end: Apr 8, 2021, 11:59:00 PM

participant

actor: BeSSINNamingSystem/{{patient1_ssin_encoded}}

status: tentative

participant

actor:

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT

status: accepted


Generated Narrative: Location #1

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT


Source1

{
  "resourceType": "Appointment",
  "id": "example-with-pseudonymization",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "1",
      "name": "AZ Jan Palfijn Gent",
      "address": {
        "text": "HENRI DUNANTLAAN 5, 9000 GENT",
        "line": [
          "HENRI DUNANTLAAN 5, 9000 GENT"
        ]
      }
    }
  ],
  "status": "booked",
  "start": "2021-04-08T00:00:00.000+02:00",
  "end": "2021-04-08T23:59:00.000+02:00",
  "participant": [
    {
      "actor": {
        "type": "Patient",
        "identifier": {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
          "value": "{{patient1_ssin_encoded}}",
          "_value": {
            "extension": [
              {
                "extension": [
                  {
                    "url": "marker",
                    "valueBoolean": true
                  }
                ],
                "url": "https://www.ehealth.fgov.be/standards/fhir/infsec/StructureDefinition/be-ext-pseudonymization"
              }
            ]
          }
        }
      },
      "status": "tentative"
    },
    {
      "actor": {
        "reference": "#1",
        "type": "Location"
      },
      "status": "accepted"
    }
  ]
}