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 TypePractitionerRole
IdPractitionerRole-HansSoloRole1.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: PractitionerRole HansSoloRole1

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

Profile: Plan-Net PractitionerRole

Network Reference: Organization ACME CT Preferred Provider Network

Qualification

  • code: Internal Medicine Physician
  • status: active
  • issuer: American Board of Internal Medicine

active: true

practitioner: Practitioner Hans Solo, MD

code: Physician

specialty: Internal Medicine Physician

location: Location OrgA CT Location 1

healthcareService: HealthcareService: extension = ; category = Clinic or Outpatient Facility; specialty = Family Medicine Physician

endpoint: Unknown


Source1

{
  "resourceType": "PractitionerRole",
  "id": "HansSoloRole1",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-PractitionerRole"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/network-reference",
      "valueReference": {
        "reference": "Organization/AcmeofCTStdNet"
      }
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://nucc.org/provider-taxonomy",
                "code": "207R00000X"
              }
            ]
          }
        },
        {
          "url": "status",
          "valueCode": "active"
        },
        {
          "url": "issuer",
          "valueReference": {
            "display": "American Board of Internal Medicine"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/qualification"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/HansSolo"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/ProviderRoleCS",
          "code": "ph"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207R00000X",
          "display": "Internal Medicine Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/HansSoloClinic"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/HansSoloService"
    }
  ],
  "endpoint": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "unknown"
        }
      ],
      "display": "Unknown"
    }
  ]
}