Extensions
ObservationEventTiming
This extension is used to inform in what event of the day does the observation occurs.
Used in bg-observations.
Used ValueSet:
Command 'link' could not render: Object reference not set to an instance of an object.
FHIR example:
"extension": [
{
"url": "http://roche.com/fhir/rdc/StructureDefinition/observation-event-timing",
"valueCodeableConcept": {
"coding": [{
"system": "http://hl7.org/fhir/v3/TimingEvent",
"code": "PC",
"display": "PC"
}
]
}
}
]