STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Pract-uslab-example2.json

Raw JSON (canonical form)

USLab PHPractitioner Canonical Example: Dr Bill T Lookafter Jr

{
  "resourceType": "Practitioner",
  "id": "pract-uslab-example2",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pract-uslab-example2</p><p><b>identifier</b>: 121121121 (OFFICIAL)</p><p><b>name</b>: Bill T Lookafter </p><p><b>telecom</b>: ph: (617)5551234 ext.12, docbill@healthedatainc.com</p><p><b>address</b>: 100 Medical Drive Suite 6 Boston MA 01236 USA (WORK)</p><h3>PractitionerRoles</h3><table><tr><td>-</td><td><b>Organization</b></td></tr><tr><td>*</td><td><a>Children's Hospital</a></td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "121121121",
      "_value": {
        "fhir_comments": [
          "   NPI  "
        ]
      }
    }
  ],
  "name": [
    {
      "family": [
        "Lookafter"
      ],
      "given": [
        "Bill",
        "T"
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(617)5551234 ext.12"
    },
    {
      "system": "email",
      "value": "docbill@healthedatainc.com"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "100 Medical Drive",
        "Suite 6"
      ],
      "city": "Boston",
      "district": "42043",
      "state": "MA",
      "postalCode": "01236",
      "country": "USA"
    }
  ],
  "practitionerRole": [
    {
      "organization": {
        "reference": "Organization/org-uslab-example1",
        "display": "Children's Hospital"
      }
    }
  ]
}

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.