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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeProcedure
IdProcedure-DentalCare-Procedure-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

Verrichting: Eerste consult
Patiƫnt: Berend van de Stok
Status: Voltooid
Datum: 2024-01-01
Uitgevoerd door: B. Dijkstra, Tandarts
Locatie: Tandartspraktijk Dijkstra

Source1

{
  "resourceType": "Procedure",
  "id": "DentalCare-Procedure-Van-De-Stok",
  "meta": {
    "tag": [
      {
        "code": "1300",
        "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
        "display": "Tandartsspecialisten dentomaxillaire orthopaedie"
      }
    ],
    "profile": [
      "http://medmij.nl/fhir/StructureDefinition/mz-Procedure"
    ]
  },
  "category": {
    "coding": [
      {
        "code": "225362009",
        "system": "http://snomed.info/sct",
        "display": "tandheelkundige zorg"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "code": "F121A",
        "system": "urn:oid:2.16.840.1.113883.2.4.3.30.4.10",
        "display": "Eerste consult"
      }
    ]
  },
  "subject": {
    "reference": "Patient/DentalCare-Patient-Van-De-Stok",
    "display": "Berend van de Stok",
    "type": "Patient"
  },
  "performedDateTime": "2024-01-01",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/DentalCare-PractitionerRole-Dijkstra",
        "display": "B. Dijkstra, Tandarts",
        "type": "PractitionerRole"
      }
    }
  ],
  "location": {
    "reference": "Location/DentalCare-Location-CWZ-Nijmegen",
    "display": "CWZ Nijmegen",
    "type": "Location"
  }
}