FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex-plan-net.r4b
Resource TypePractitioner
IdPractitioner-Counselor.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner Counselor

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: Plan-Net Practitioner

identifier: United States National Provider Identifier/9941339100

active: true

name: Susie Smith, LPC

Qualifications

-ExtensionCodeIssuer
*Professional CounselorState of Illinois

communication: Russian


Source1

{
  "resourceType": "Practitioner",
  "id": "Counselor",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Susie Smith, LPC",
      "family": "Smith",
      "given": [
        "Susie"
      ]
    }
  ],
  "qualification": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "status",
              "valueCode": "active"
            },
            {
              "url": "whereValid",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://www.usps.com/",
                    "code": "IL"
                  }
                ]
              }
            }
          ],
          "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/practitioner-qualification"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://nucc.org/provider-taxonomy",
            "code": "101YP2500X",
            "display": "Professional Counselor"
          }
        ]
      },
      "issuer": {
        "display": "State of Illinois"
      }
    }
  ],
  "communication": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/communication-proficiency",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/LanguageProficiencyCS",
                "code": "30"
              }
            ]
          }
        }
      ],
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "ru"
        }
      ]
    }
  ]
}