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

Longitudinal Period Tracking Export

A synthetic ~seven-cycle copper-IUD worked example built from the Layer 0 boolean bleeding core plus Layer 1 structured facts; this is the Bundle wrapped by the example SMART Health Link and rendered by the clinician viewer.

TypeBundle
Idperiod-tracking-longitudinal-example
Entries568

Source

Preview only. The full JSON is published as Bundle-period-tracking-longitudinal-example.json.

Bundle-period-tracking-longitudinal-example.json previewjson
1{
2 "resourceType": "Bundle",
3 "id": "period-tracking-longitudinal-example",
4 "identifier": {
5 "system": "https://example.org/period-tracking-export",
6 "value": "export-longitudinal-001"
7 },
8 "type": "collection",
9 "timestamp": "2026-06-21T18:00:00-05:00",
10 "entry": [
11 {
12 "fullUrl": "https://example.org/fhir/Patient/pt-longitudinal",
13 "resource": {
14 "resourceType": "Patient",
15 "id": "pt-longitudinal",
16 "identifier": [
17 {
18 "system": "https://example.org/mrn",
19 "value": "PT-MVP-LONG-001"
20 }
21 ],
22 "name": [
23 {
24 "use": "usual",
25 "family": "Rivera",
26 "given": [
27 "Sam"
28 ]
29 }
30 ],
31 "birthDate": "1994-02-09"
32 }
33 },
34 {
35 "fullUrl": "https://example.org/fhir/Device/periodicity-app",
36 "resource": {
37 "resourceType": "Device",
38 "id": "periodicity-app",
39 "status": "active",
40 "deviceName": [
41 {
42 "name": "Periodicity (synthetic reference app)",
43 "type": "user-friendly-name"
44 }
45 ],
46 "type": {
47 "text": "Period-tracking application"
48 },
49 "version": [
50 {
51 "value": "synthetic"
52 }
53 ]
54 }
55 },
56 {
57 "fullUrl": "https://example.org/fhir/Procedure/iud-insertion",
58 "resource": {
59 "resourceType": "Procedure",
60 "id": "iud-insertion",
61 "status": "completed",
62 "code": {
63 "coding": [
64 {
65 "system": "http://snomed.info/sct",
66 "code": "65200003"
67 }
68 ],
69 "text": "Copper IUD insertion"
70 },
71 "subject": {
72 "reference": "Patient/pt-longitudinal"
73 },
74 "performedDateTime": "2026-03-18"
75 }
76 },
77 {
78 "fullUrl": "https://example.org/fhir/Observation/bleeding-20251208",
79 "resource": {
80 "resourceType": "Observation",
81 "id": "bleeding-20251208",
82 "status": "final",
83 "code": {
84 "coding": [
85 {
86 "system": "https://cycle.fhir.me/CodeSystem/cycle",
87 "code": "menstrual-bleeding",
88 "display": "Menstrual bleeding"
89 }
90 ]
91 },
92 "subject": {
93 "reference": "Patient/pt-longitudinal"
94 },
95 "effectiveDateTime": "2025-12-08",
96 "valueBoolean": true,
97 "device": {
98 "reference": "Device/periodicity-app"
99 }
100 }
101 },
102 {
103 "fullUrl": "https://example.org/fhir/Observation/flow-20251208",
104 "resource": {
105 "resourceType": "Observation",
106 "id": "flow-20251208",
107 "status": "final",
108 "code": {
109 "coding": [
110 {
111 "system": "https://cycle.fhir.me/CodeSystem/cycle",
112 "code": "menstrual-flow",
113 "display": "Patient-reported menstrual flow category"
114 }
115 ]
116 },
117 "subject": {
118 "reference": "Patient/pt-longitudinal"
119 },
120 "effectiveDateTime": "2025-12-08",
121 "valueCodeableConcept": {
122 "coding": [
123 {
124 "system": "https://cycle.fhir.me/CodeSystem/cycle",
125 "code": "flow-moderate"
126 }
127 ]
128 },
129 "device": {
130 "reference": "Device/periodicity-app"
131 }
132 }
133 },
134 {
135 "fullUrl": "https://example.org/fhir/Observation/pain-20251208",
136 "resource": {
137 "resourceType": "Observation",
138 "id": "pain-20251208",
139 "status": "final",
140 "code": {
141 "coding": [
142 {
143 "system": "http://loinc.org",
144 "code": "72514-3",
145 "display": "Pain severity - 0-10 verbal numeric rating [Score] - Reported"
146 }
147 ]
148 },
149 "subject": {
150 "reference": "Patient/pt-longitudinal"
151 },
152 "effectiveDateTime": "2025-12-08",
153 "valueQuantity": {
154 "value": 4,
155 "unit": "{score}",
156 "system": "http://unitsofmeasure.org",
157 "code": "{score}"
158 },
159 "device": {
160 "reference": "Device/periodicity-app"
161 }
162 }
163 },
164 {
165 "fullUrl": "https://example.org/fhir/Observation/sym-irritability-20251208",
166 "resource": {
167 "resourceType": "Observation",
168 "id": "sym-irritability-20251208",
169 "status": "final",
170 "code": {
171 "coding": [
172 {
173 "system": "https://cycle.fhir.me/CodeSystem/cycle",
174 "code": "symptom",
175 "display": "Symptom"
176 }
177 ]
178 },
179 "subject": {
180 "reference": "Patient/pt-longitudinal"
181 },
182 "effectiveDateTime": "2025-12-08",
183 "valueCodeableConcept": {
184 "coding": [
185 {
186 "system": "http://snomed.info/sct",
187 "code": "55929007"
188 }
189 ]
190 },
191 "device": {
192 "reference": "Device/periodicity-app"
193 }
194 }
195 },
196 {
197 "fullUrl": "https://example.org/fhir/Observation/sym-bloating-20251208",
198 "resource": {
199 "resourceType": "Observation",
200 "id": "sym-bloating-20251208",
201 "status": "final",
202 "code": {
203 "coding": [
204 {
205 "system": "https://cycle.fhir.me/CodeSystem/cycle",
206 "code": "symptom",
207 "display": "Symptom"
208 }
209 ]
210 },
211 "subject": {
212 "reference": "Patient/pt-longitudinal"
213 },
214 "effectiveDateTime": "2025-12-08",
215 "valueCodeableConcept": {
216 "coding": [
217 {
218 "system": "http://snomed.info/sct",
219 "code": "116289008"
220 }
221
222... 17064 more lines; open the full JSON file below

Open full JSON: Bundle-period-tracking-longitudinal-example.json (17,284 lines) →