Documentation Templates and Rules
1.1.0-ballot - STU 1.1 US

Publication Build: This will be filled in by the publication tooling

: example1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>Anonymous Patient</b> (no stated gender) 1996-12-23</div>"
  },
  "gender" : "male",
  "birthDate" : "1996-12-23",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "state" : "MA"
    }
  ]
}