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-provider-directory.json

Example Person/pd (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 )

Provider Directory Example

{
  "resourceType": "Person",
  "id": "pd",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>\n              Harold <b>Hippocrates</b>\n            </td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>1003 Healthcare Drive, Northfield, MN</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"

  "resourceType" : "Person",
  "id" : "pd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>\n              Harold <b>Hippocrates</b>\n            </td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>1003 Healthcare Drive, Northfield, MN</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"

  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "SS"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "444444444"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Hippocrates",
      "given": [
        "Harold"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-1003",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1959-04-22",
  "address": [
    {
      "use": "home",
      "line": [
        "1003 Healthcare Drive"
      ],
      "city": "Northfield",
      "state": "MN"
    }
  ],
  "managingOrganization": {
    "reference": "http://www.northfield-regional.com/Organization/2",
    "display": "Northfield Regional Physician Directory"

  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "SS"
      }]
    },
    "system" : "http://hl7.org/fhir/sid/us-ssn",
    "value" : "444444444"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Hippocrates",
    "given" : ["Harold"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-555-1003",
    "use" : "work"
  }],
  "gender" : "male",
  "birthDate" : "1959-04-22",
  "address" : [{
    "use" : "home",
    "line" : ["1003 Healthcare Drive"],
    "city" : "Northfield",
    "state" : "MN"
  }],
  "managingOrganization" : {
    "reference" : "http://www.northfield-regional.com/Organization/2",
    "display" : "Northfield Regional Physician Directory"

  },
  "active": true,
  "link": [
    {
      "target": {
        "reference": "http://www.goodhealth.com/Practitioner/98574",
        "display": "Dr. Harold Hippocrates"
      },
      "assurance": "level2"

  "link" : [{
    "target" : {
      "reference" : "http://www.goodhealth.com/Practitioner/98574",
      "display" : "Dr. Harold Hippocrates"

    },
    {
      "target": {
        "reference": "http://www.acme-medical.com/Practitioner/ab34d",
        "display": "Harold Hippocrates, MD"
      },
      "assurance": "level2"
    }
  ]

    "assurance" : "level2"
  },
  {
    "target" : {
      "reference" : "http://www.acme-medical.com/Practitioner/ab34d",
      "display" : "Harold Hippocrates, MD"
    },
    "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.