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-2-Van-Oranje.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: Controleafspraak
Patiƫnt: Erik van Oranje
Begindatum: 2025-05-20T10:00:00
Einddatum: 2025-05-20T11:00:00
Status: Afgerond
Locatie: Vliegbasis Gilze-Rijen

Source1

{
  "resourceType": "Encounter",
  "id": "DentalCare-Encounter-2-Van-Oranje",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
    ]
  },
  "reasonCode": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
          "valueString": "Extra controle vanwege bloedend tandvlees"
        }
      ]
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "Ambulatory"
  },
  "type": [
    {
      "text": "Tandarts Periodiek Preventief Onderzoek"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/DentalCare-PractitionerRole-De-Koning",
        "display": "A.B.D.O. de Koning, Tandarts"
      }
    }
  ],
  "period": {
    "start": "2025-05-20T10:00:00+01:00",
    "end": "2025-05-20T11:00:00+01:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/DentalCare-Location-Vliegbasis-Gilze-Rijen",
        "display": "Vliegbasis Gilze-Rijen"
      }
    }
  ]
}