Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv samples Timing Timing.json
Raw

priv/samples/Timing/Timing.json

{ "resourceType" : "Timing",
"schedule" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2011-12-23",
"end" : "2012-01-02"
},
"when" : "ACM",
"offset" : "30"
}
}
}