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-M.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-M

version: 6; Last updated: 2020-08-06 23:24:33+0000;

Information Source: #2SJyfJgnNKtdbk05

Profile: US Core PractitionerRole Profile

practitioner: Dr. John M

organization: Good Health Clinic

specialty: General practice (specialty)

telecom: ph: 5555557777


Source1

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