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

Menstrual Bleeding Example

A standalone Layer 0 boolean bleeding fact from the longitudinal example.

TypeObservation
Idmenstrual-bleeding-example

Source

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

Observation-menstrual-bleeding-example.json previewjson
1{
2 "resourceType": "Observation",
3 "id": "menstrual-bleeding-example",
4 "status": "final",
5 "code": {
6 "coding": [
7 {
8 "system": "https://cycle.fhir.me/CodeSystem/cycle",
9 "code": "menstrual-bleeding",
10 "display": "Menstrual bleeding"
11 }
12 ]
13 },
14 "effectiveDateTime": "2025-12-08",
15 "valueBoolean": true
16}