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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypeGroup
IdGroup-example-pdex-treatment-relationship-group.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

Member-Provider Treatment Relationship Group

Providers with an active treatment relationship with the member


Source1

{
  "resourceType": "Group",
  "id": "example-pdex-treatment-relationship-group",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-treatment-relationship"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/payer/treatment-relationship-groups",
      "value": "TRL-2024-001",
      "assigner": {
        "display": "Example Payer Organization"
      }
    }
  ],
  "active": true,
  "type": "device",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS",
        "code": "match",
        "display": "Matched"
      }
    ]
  },
  "quantity": 2,
  "managingEntity": {
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "5555555555"
    },
    "display": "Example Payer Organization"
  },
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMemberAttributionCS",
            "code": "pdex-member",
            "display": "PDex Member"
          }
        ]
      },
      "valueReference": {
        "reference": "Patient/payer-member-001"
      },
      "exclude": false,
      "period": {
        "start": "2024-01-01"
      }
    }
  ],
  "member": [
    {
      "entity": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/treatment-relationship-details",
            "valueString": "Primary care physician. Treatment relationship established 2024-01-15 based on office visit."
          }
        ],
        "reference": "Practitioner/provider-001",
        "display": "Dr. John Smith, MD"
      },
      "inactive": false
    },
    {
      "entity": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/treatment-relationship-details",
            "valueString": "Specialist referral. Treatment relationship established 2024-03-01 based on specialist referral from primary care."
          }
        ],
        "reference": "Practitioner/provider-002",
        "display": "Dr. Mary Jones, MD"
      },
      "inactive": false
    }
  ]
}