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

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypePractitionerRole
IdPractitionerRole-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 practitionerrole-henry-seven

identifier: United States National Provider Identifier/9941339108

practitioner: Henry Seven, MD

organization: Salem Medical Center

code: Primary Care Clinic/Center

specialty: Family practice

location: Salem Medical Center

telecom: henry.seven@example.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-henry-seven",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/practitioner-us-core-henry-seven",
    "display": "Henry Seven, MD"
  },
  "organization": {
    "reference": "Organization/organization-ecr-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/location-ecr-salem-medical-center",
      "display": "Salem Medical Center"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "henry.seven@example.com"
    }
  ]
}