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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeEncounter
IdEncounter-DentalCare-Encounter-Van-De-Stok.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

Type contact: Consult t.b.v. intake
Patiƫnt: Berend van de Stok
begin datum: 2025-09-02T09:00:00+01:00
Status: Gepland
Locatie: CWZ Nijmegen

Source1

{
  "resourceType": "Encounter",
  "id": "DentalCare-Encounter-Van-De-Stok",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "planned",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "Ambulatory"
  },
  "type": [
    {
      "text": "Consult t.b.v. intake"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/DentalCare-PractitionerRole-Dijkstra",
        "display": "B. Dijkstra, Tandarts"
      }
    }
  ],
  "period": {
    "start": "2025-09-01T09:00:00+01:00",
    "end": "2025-09-01T09:30:00+01:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/DentalCare-Location-CWZ-Nijmegen",
        "display": "CWZ Nijmegen"
      }
    }
  ]
}