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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypePractitionerRole
IdPractitionerRole-example.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 example

Language: en

Profile: QICore PractitionerRole

identifier: http://www.acme.org/practitionerroles/31 (use: temp, )

active: true

period: 1995 --> (ongoing)

practitioner: Dr Adam Careful

organization: Organization Health Level Seven International

code: Clinic/Center

specialty: Dentist

location: Location South Wing, second floor

telecom: ph: 801-123-4567


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://www.acme.org/practitionerroles",
      "value": "31"
    }
  ],
  "active": true,
  "period": {
    "start": "1995"
  },
  "practitioner": {
    "reference": "Practitioner/example",
    "display": "Dr Adam Careful"
  },
  "organization": {
    "reference": "Organization/example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "261Q00000X",
          "display": "Clinic/Center"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "122300000X",
          "display": "Dentist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "801-123-4567"
    }
  ]
}