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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRole-D.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-D

version: 7; Last updated: 2020-08-06 23:24:09+0000;

Information Source: #AUoOY809OaLUpiaR

Profile: US Core PractitionerRole Profile

practitioner: Dr. John D

organization: Good Oral Health Clinic

specialty: General dental practice

telecom: ph: 5555555555


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRole-D",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2020-08-06T23:24:09.120+00:00",
    "source": "#AUoOY809OaLUpiaR",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-D",
    "display": "Dr. John D"
  },
  "organization": {
    "reference": "Organization/GOHC-organization",
    "display": "Good Oral Health Clinic"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "408444009",
          "display": "General dental practice"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "5555555555"
    }
  ]
}