FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

This page is part of the FHIRcast (v3.0.0-ballot: STU3 (v3.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Extensions

The specification is not prescriptive about support for extensions. However, to support extensions, the specification reserves the name extension and will never define an element with that name, allowing implementations to use it to provide custom behavior and information. The value of an extension element SHALL be a pre-coordinated JSON object. For example, an extension on a notification could look like this:

{
 "context": [{
   "key": "patient",
   "resource": {
    "resourceType": "Patient",
    "id": "ewUbXT9RWEbSj5wPEdgRaBw3"
   }
  },
  {
   "key": "extension",
   "data": {
    "user-timezone": "+1:00"
   }
  }
 ]
}