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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-uspath-surgeon.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-uspath-surgeon

practitioner: Practitioner Cuts Alot

organization: Organization Redwood Women's Center, P.C.

code: Ordering Provider

telecom: ph: 720-242-5555


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-uspath-surgeon",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-surgeon"
  },
  "organization": {
    "reference": "Organization/organization-Redwood-Womens-Center-PC"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
          "version": "2.3.0",
          "code": "OP",
          "display": "Ordering Provider"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "720-242-5555"
    }
  ]
}