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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeObservation
IdObservation_39a63342_9ce4_5dac_a024_1982f220e0f2.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

Die FHIR-Instanz des Profils KBV_PR_Base_Observation_Pain_Scale_Score zeigt die Bewertung des Schmerzes als Score anhand einer Skala anhand eines entsprechenden Codes oder alternativ mit einem Freitext.

Source1

{
  "resourceType": "Observation",
  "id": "39a63342-9ce4-5dac-a024-1982f220e0f2",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Pain_Scale_Score"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "survey",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/900000000000207008/version/20231115",
        "code": "1284857008",
        "display": "Numeric Pain Rating Scale score (observable entity)"
      }
    ]
  },
  "valueQuantity": {
    "code": "1",
    "system": "http://unitsofmeasure.org",
    "value": 40,
    "unit": "unit"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "effectiveDateTime": "2023-01-01",
  "performer": [
    {
      "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ],
  "method": {
    "coding": [
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "274663001",
        "system": "http://snomed.info/sct",
        "display": "Acute pain (finding)"
      }
    ]
  }
}