cycle.fhir.me0.2.0 · ci-build
Example · Observation

Numeric Pain Severity Example

A standalone Layer 1 0-10 pain score fact from the longitudinal example.

TypeObservation
Idnumeric-pain-severity-example

Source

Preview only. The full JSON is published as Observation-numeric-pain-severity-example.json.

Observation-numeric-pain-severity-example.json previewjson
1{
2 "resourceType": "Observation",
3 "id": "numeric-pain-severity-example",
4 "status": "final",
5 "code": {
6 "coding": [
7 {
8 "system": "http://loinc.org",
9 "code": "72514-3",
10 "display": "Pain severity - 0-10 verbal numeric rating [Score] - Reported"
11 }
12 ]
13 },
14 "effectiveDateTime": "2025-12-08",
15 "valueQuantity": {
16 "value": 4,
17 "unit": "{score}",
18 "system": "http://unitsofmeasure.org",
19 "code": "{score}"
20 }
21}