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

FHIR IG analytics

Packagemedmij.dental.care.r4
Resource TypeProcedure
Idberend-van-de-stok-DentalCare-procedure-event.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

Procedure: Wortelpuntoperatie, per tandwortel, zonder afsluiting
Patiƫnt: Berend van de Stok
Status: Voltooid
Datum: 2024-01-01
Uitgevoerd door: Tandarts
Locatie: Tandartspraktijk Dijkstra

Source1

{
  "resourceType": "Procedure",
  "id": "procedure-vandestok-01",
  "meta": {
    "profile": [
      "http://medmij.nl/fhir/StructureDefinition/DentalCare-ProcedureEvent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://puc.overheid.nl/nza/doc/PUC_764375_22/1/",
        "code": "H42",
        "display": "Wortelpuntoperatie, per tandwortel, zonder afsluiting"
      }
    ]
  },
  "subject": {
    "reference": "Patient/xxx-vandestok",
    "type": "Patient",
    "display": "Patient, Berend van de Stok"
  },
  "performedDateTime": "2024-01-01",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/Dijkstra-PractitionerRole",
        "type": "PractitionerRole",
        "display": "Healthcare professional (role), Tandarts"
      }
    }
  ],
  "location": {
    "reference": "Location/tandartsspoedpraktijk-CWZ-Nijmegen",
    "type": "Location",
    "display": "Healthcare provider (location), CWZ Nijmegen"
  }
}