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

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeEncounter
IdEncounter-BK-4-participation-negative-example-encounter.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: Encounter

ResourceEncounter "BK-4-participation-negative-example-encounter"

Profile: Population Screening Encounter

status: finished

class: ambulatory (Details: ActCode code AMB = ' ambulatory ', stated as ' null ')

subject: Patient/JaneDoe " DOE"

period: 2021-07-17 00:00:00+0200 --> 2021-07-17 23:59:00+0200

Locations

-Location
*

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT


Generated Narrative: Location #1

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT


Source1

{
  "resourceType": "Encounter",
  "id": "BK-4-participation-negative-example-encounter",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-encounter"
    ]
  },
  "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": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "subject": {
    "reference": "Patient/JaneDoe"
  },
  "period": {
    "start": "2021-07-17T00:00:00+02:00",
    "end": "2021-07-17T23:59:00+02:00"
  },
  "location": [
    {
      "location": {
        "reference": "#1"
      }
    }
  ]
}