Implementation Guide Release 0.2.0

This page is part of the Pharmacist Care Plan FHIR IG (v0.2.0: STU 1 Draft) based on FHIR v3.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Practitioner-phcp-practitioner-example

Raw json

{
  "resourceType" : "Practitioner",
  "id" : "phcp-practitioner-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-03-19T16:06:04.000-04:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n                <b>Generated Narrative with Details</b>\n            </p>\n            <p>\n                <b>id</b>: phcp-practitioner-example\n            </p>\n            <p>\n                <b>meta</b>: \n            </p>\n            <p>\n                <b>identifier</b>: 9941339108, 25456\n            </p>\n            <p>\n                <b>name</b>: Ronald Bone \n            </p>\n            <p>\n                <b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (HOME)\n            </p>\n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "9941339108"
    },
    {
      "system" : "http://www.acme.org/practitioners",
      "value" : "25456"
    }
  ],
  "name" : [
    {
      "family" : "Bone",
      "given" : [
        "Ronald"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1003 Healthcare Drive"
      ],
      "city" : "Amherst",
      "state" : "MA",
      "postalCode" : "01002"
    }
  ]
}