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

 

2nd person example

{"Patient": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Henry Levin the 7th<\/p>\n    <\/div>"
  },
  "subject": {
    "id": {"value": "xcda"},
    "display": {"value": "Henry Levin the 7th"},
    "type": {"value": "Person"}
  },
  "active": {"value": "org.hl7.fhir.instance.model.Boolean@5669e732"},
  "provider": {
    "id": {"value": "2.16.840.1.113883.19.5"},
    "display": {"value": "Good Health Clinic"},
    "type": {"value": "Organization"}
  },
  "identifier": [{
    "use": "usual",
    "label": {"value": "MRN"},
    "identifier": {
      "id": {"value": "12345"},
      "system": {"value": "urn:oid:2.16.840.1.113883.19.5"}
    }
  }]
}}