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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypePractitionerRole
IdPractitionerRole-us-ph-practitionerrole-henry-seven.json
FHIR VersionR4

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

Resource PractitionerRole "us-ph-practitionerrole-henry-seven"

Profile: US Public Health PractitionerRole

identifier: id: 9941339108

practitioner: Practitioner/us-core-practitioner-henry-seven: Henry Seven, MD " HENRY"

organization: Organization/us-ph-organization-salem-medical-center: Salem Medical Center "Salem Medical Center"

code: Primary Care Clinic/Center (provider-taxonomy#261QP2300X)

specialty: Family practice (SNOMED CT#419772000)

location: Location/us-ph-location-salem-medical-center: Salem Medical Center "Clinic Bldg A, Salem Medical Center"

telecom: henry.seven@example.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "us-ph-practitionerrole-henry-seven",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/us-core-practitioner-henry-seven",
    "display": "Henry Seven, MD"
  },
  "organization": {
    "reference": "Organization/us-ph-organization-salem-medical-center",
    "display": "Salem Medical Center"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "261QP2300X",
          "display": "Primary Care Clinic/Center"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/us-ph-location-salem-medical-center",
      "display": "Salem Medical Center"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "henry.seven@example.com"
    }
  ]
}