FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Person-patient-portal.json

Example Person/pp (JSON)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Ballot Standards Status : Informative Compartments : Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

Patient Portal Example

{
  "resourceType": "Person",
  "id": "pp",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>Eve Marie <b>Everywoman</b></td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>2086 College St, Sandusky, OH, 44870</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"

  "resourceType" : "Person",
  "id" : "pp",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>Eve Marie <b>Everywoman</b></td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>2086 College St, Sandusky, OH, 44870</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"

  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "DL"
          }
        ],
        "text": "Ohio driver license"
      },
      "system": "urn:oid:2.16.840.1.113883.4.3.39",
      "value": "TL545786",
      "period": {
        "start": "2041-09-23"
      },
      "assigner": {
        "display": "Ohio Bureau of Motor Vehicles"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Everywoman",
      "given": [
        "Eve",
        "Marie"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(621)-479-9743",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1974-03-07",
  "address": [
    {
      "use": "home",
      "line": [
        "2086 College St"
      ],
      "city": "Sandusky",
      "state": "OH",
      "postalCode": "44870",
      "country": "USA"

  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DL"
      }],
      "text" : "Ohio driver license"
    },
    "system" : "urn:oid:2.16.840.1.113883.4.3.39",
    "value" : "TL545786",
    "period" : {
      "start" : "2041-09-23"
    },
    "assigner" : {
      "display" : "Ohio Bureau of Motor Vehicles"

    }
  ],
  "managingOrganization": {
    "reference": "http://www.goodhealth.com/Organization/12",
    "display": "Goodhealth Patient Portal"

  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Everywoman",
    "given" : ["Eve",
    "Marie"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "(621)-479-9743",
    "use" : "home"
  }],
  "gender" : "female",
  "birthDate" : "1974-03-07",
  "address" : [{
    "use" : "home",
    "line" : ["2086 College St"],
    "city" : "Sandusky",
    "state" : "OH",
    "postalCode" : "44870",
    "country" : "USA"
  }],
  "managingOrganization" : {
    "reference" : "http://www.goodhealth.com/Organization/12",
    "display" : "Goodhealth Patient Portal"

  },
  "active": true,
  "link": [
    {
      "target": {
        "reference": "http://www.goodhealth.com/Patient/98574",
        "display": "Eve Everywoman"
      },
      "assurance": "level3"

  "link" : [{
    "target" : {
      "reference" : "http://www.goodhealth.com/Patient/98574",
      "display" : "Eve Everywoman"

    },
    {
      "target": {
        "reference": "http://www.acme-medical.com/Patient/ab34d",
        "display": "Eve Marie Everywoman"
      },
      "assurance": "level2"
    }
  ]

    "assurance" : "level3"
  },
  {
    "target" : {
      "reference" : "http://www.acme-medical.com/Patient/ab34d",
      "display" : "Eve Marie Everywoman"
    },
    "assurance" : "level2"
  }]

}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.