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

Symptom Example

A standalone Layer 1 symptom fact from the longitudinal example.

TypeObservation
Idsymptom-example

Source

Preview only. The full JSON is published as Observation-symptom-example.json.

Observation-symptom-example.json previewjson
1{
2 "resourceType": "Observation",
3 "id": "symptom-example",
4 "status": "final",
5 "code": {
6 "coding": [
7 {
8 "system": "https://cycle.fhir.me/CodeSystem/cycle",
9 "code": "symptom",
10 "display": "Symptom"
11 }
12 ]
13 },
14 "effectiveDateTime": "2025-12-08",
15 "valueCodeableConcept": {
16 "coding": [
17 {
18 "system": "http://snomed.info/sct",
19 "code": "55929007"
20 }
21 ]
22 }
23}