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

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4b
Resource TypePractitionerRole
IdPractitionerRole-JoeSmithHospitalRole.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 JoeSmithHospitalRole

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

Profile: National Directory API PractitionerRole

NDH Verification Status: Incomplete

NDH Network Reference: Organization ACME CT Preferred Provider Network

active: true

practitioner: Practitioner Joe Smith, MD

organization: Organization Hartford General Hospital

code: Attending Provider

specialty: Internal Medicine Physician

location: Location Hartford Hospital Location 2

healthcareService: HealthcareService: extension = Incomplete,,; category = Clinic or Outpatient Facility; specialty = Addiction (Substance Use Disorder) Counselor

telecom: ph: (111)-222-3333, https://www.burrclinic.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "JoeSmithHospitalRole",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-PractitionerRole"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "incomplete"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference",
      "valueReference": {
        "reference": "Organization/AcmeofCTStdNet"
      }
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/JoeSmith"
  },
  "organization": {
    "reference": "Organization/Hospital"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS",
          "code": "att",
          "display": "Attending Provider"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "207R00000X",
          "display": "Internal Medicine Physician"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/HospLoc2"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/BurrClinicServices"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(111)-222-3333",
      "rank": 2
    },
    {
      "system": "url",
      "value": "https://www.burrclinic.com",
      "rank": 1
    }
  ]
}