Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0). See the Directory of published versions

: example-girl - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-girl",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jane Danser </b> female, DoB: 2015-11-02</p><hr/></div>"
  },
  "name" : [
    {
      "family" : "Danser",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2015-11-02"
}