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

Menstrual Flow Example

A standalone Layer 1 source flow category fact from the longitudinal example.

TypeObservation
Idmenstrual-flow-example

Source

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

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