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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRole-1.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

ResourcePractitionerRole "PractitionerRole-1"

Profile: eLTSS PractitionerRole Profile

practitioner: Practitioner/caremgr1: Sam Monitor " MONITOR"

organization: Organization/funding1: Texas Department of Community Health "Texas Department of Community Health"

code: Community Health Worker (provider-taxonomy#172V00000X)

specialty: Case Manager/Care Coordinator (provider-taxonomy#171M00000X)

location: Location/communitysite: Health Level Seven International "In Home"

telecom: ph: (210) 555 1222


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRole-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/PractitionerRole-eltss"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/caremgr1",
    "display": "Sam Monitor"
  },
  "organization": {
    "reference": "Organization/funding1",
    "display": "Texas Department of Community Health"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "172V00000X",
          "display": "Community Health Worker"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://nucc.org/provider-taxonomy",
          "code": "171M00000X",
          "display": "Case Manager/Care Coordinator"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/communitysite",
      "display": "Health Level Seven International"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(210) 555 1222"
    }
  ]
}