LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Practitioner Role - Attributed PCP - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "CDMPractitionerRole-Attributed-PCP",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "99999"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "b069a545-9506-40c6-8498-23de2e189143"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-organization",
        "valueString" : "HDC"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-type",
        "valueString" : "Attribution"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-name",
        "valueString" : "EngagementAttribution"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-version",
        "valueString" : "1.0"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/process-timestamp",
        "valueDateTime" : "2020-02-14T03:18:00Z"
      }
    ],
    "source" : "http://linuxforhealth.org/platform/engagement-attribution",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-practitioner-role"
    ],
    "tag" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification",
        "code" : "derived"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"CDMPractitionerRole-Attributed-PCP\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole \"CDMPractitionerRole-Attributed-PCP\" </p><p style=\"margin-bottom: 0px\">Information Source: http://linuxforhealth.org/platform/engagement-attribution!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-practitioner-role.html\">CDM Practitioner Role</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification}\">http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification</span></p></div><p><b>identifier</b>: Derived Resource Identifier: dd914419-12db-4367-aa93-5c7930510e19(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>location</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "DRI"
          }
        ]
      },
      "system" : "http://linuxforhealth.org/platform/engagement-attributed-pcp",
      "value" : "dd914419-12db-4367-aa93-5c7930510e19",
      "assigner" : {
        "display" : "HDC"
      }
    }
  ],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/DrKelly"
  },
  "location" : [
    {
      "reference" : "Location/KellyClinic"
    }
  ]
}