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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-Example-observation-pflegegrad.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "Example-observation-pflegegrad",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/observation-de-pflegegrad"
    ]
  },
  "code": {
    "coding": [
      {
        "code": "80391-6",
        "system": "http://loinc.org",
        "display": "Pflegegrad"
      }
    ]
  },
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectivePeriod": {
    "start": "2019-01-09"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "version": "2025",
        "code": "9-984.6",
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "display": "Pflegebedürftigkeit: Pflegebedürftig nach Pflegegrad 1"
      }
    ]
  }
}