This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

 

Grahame's person resource

{"Person": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <a href=\"mailto:grahame@healthintersections.com.au\">Grahame Grieve<\/a>\n    <\/div>"
  },
  "name": [{
    "given": [{"value": "Grahame"}],
    "family": [{"value": "Grieve"}],
    "use": "official"
  }],
  "telecom": [{
    "system": "email",
    "value": {"value": "grahame@healthintersections.com.au"},
    "use": "work"
  }],
  "gender": {
    "system": {"value": "http://hl7.org/fhir/sid/v2-0001"},
    "display": {"value": "Male"},
    "code": {"value": "M"}
  },
  "deceased": {"value": "org.hl7.fhir.instance.model.Boolean@7079724"}
}}