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

 

General Person Example

{"Patient": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321<\/p>\n    <\/div>"
  },
  "subject": {
    "id": {"value": "pat1"},
    "display": {"value": "Donald DUCK, Male, 3-April 1951"},
    "type": {"value": "Person"}
  },
  "link": [{
    "id": {"value": "25bd34"},
    "type": {"value": "Patient"}
  }],
  "active": {"value": "org.hl7.fhir.instance.model.Boolean@50d4855d"},
  "provider": {
    "id": {"value": "1"},
    "display": {"value": "ACME Healthcare, Inc"},
    "type": {"value": "Organization"}
  },
  "identifier": [{
    "use": "usual",
    "label": {"value": "MRN"},
    "identifier": {
      "id": {"value": "654321"},
      "system": {"value": "oid:0.1.2.3.4.5.6.7"}
    }
  }]
}}