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

FHIR IG analytics

Packagemedmij.dental.care.r4
Resource TypeObservation
Idvan-oranje-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: Erik van Oranje
Datum/Tijd: 2024-04-29 06:43
PPS Score: Pockets 0-3 millimeter = in orde
Opmerking: Geen paradontale vervolgbehandeling
Uitgevoerd door: Tandarts

Source1

{
  "resourceType": "Observation",
  "id": "PPSscore-vanoranje",
  "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-vanoranje",
    "type": "Patient",
    "display": "Patient, Erik van Oranje"
  },
  "effectiveDateTime": "2024-04-29T06:43:00+01:00",
  "performer": [
    {
      "reference": "PractitionerRole/de-koning-PractitionerRole",
      "type": "PractitionerRole",
      "display": "Healthcare professional (role), Tandarts"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.528.1.1023.5.1.2",
        "code": "ppsscore1",
        "display": "pockets 0-3 millimeter = in orde"
      }
    ]
  },
  "note": [
    {
      "text": "Geen paradontale vervolgbehandeling"
    }
  ]
}