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

FHIR IG analytics

Packagemedmij.dental.care.r4
Resource TypeObservation
Idberend-van-de-stok-DentalCare-PPSScore.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

Observatie: Periodic Periodontal Screening score
Patiƫnt: Berend van de Stok
Datum/Tijd: 2024-01-01 08:43
PPS Score: pockets groter of gelijk aan 6 millimeter = wellicht niet in orde
Opmerking: Paro traject
Uitgevoerd door: Tandarts

Source1

{
  "resourceType": "Observation",
  "id": "PPSscore-vandestok",
  "meta": {
    "profile": [
      "http://medmij.nl/fhir/StructureDefinition/DentalCare-PPSScreening"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "540501000146103",
        "display": "Periodic Periodontal Screening score"
      }
    ]
  },
  "subject": {
    "reference": "Patient/xxx-vandestok",
    "type": "Patient",
    "display": "Patient, Berend van de Stok"
  },
  "effectiveDateTime": "2024-01-01T08:43:00+01:00",
  "performer": [
    {
      "reference": "PractitionerRole/Dijkstra-PractitionerRole",
      "type": "PractitionerRole",
      "display": "Healthcare professional (role), Tandarts"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.528.1.1023.5.1.2",
        "code": "ppsscore3",
        "display": "pockets groter of gelijk aan 6 millimeter = wellicht niet in orde"
      }
    ]
  },
  "note": [
    {
      "text": "Paro traject"
    }
  ]
}