US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: pcp-provider-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "pcp-provider-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pcp-provider-example-1</b></p><a name=\"pcp-provider-example-1\"> </a><a name=\"hcpcp-provider-example-1\"> </a><a name=\"pcp-provider-example-1-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/72329591328</p><p><b>name</b>: Doc Family </p><p><b>telecom</b>: ph: 999-999-9999(Work), <a href=\"mailto:doc.family@example.com\">doc.family@example.com</a></p><p><b>address</b>: 444 Main Street Miami FL 33102 (work)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "72329591328"
    }
  ],
  "name" : [
    {
      "family" : "Family",
      "given" : [
        "Doc"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "999-999-9999",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "doc.family@example.com"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "444 Main Street"
      ],
      "city" : "Miami",
      "state" : "FL",
      "postalCode" : "33102"
    }
  ]
}