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

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr
Resource TypeGroup
IdGroup-davincipatientlistexample.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

Patients in the patient list

  • Patient Dominique Ledner
  • Patient Cole Emilie
  • Patient Erdman Malcolm

Source1

{
  "resourceType": "Group",
  "id": "davincipatientlistexample",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-06-06T03:04:12.348-04:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/davinci-patient-list"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-intended-recipient-identifier-extension",
      "valueIdentifier": {
        "system": "http://hl7.org/fhir/sid/us-npi",
        "value": "9941339108"
      }
    }
  ],
  "active": true,
  "type": "person",
  "actual": true,
  "name": "Patient List Group",
  "managingEntity": {
    "reference": "Organization/1",
    "display": "Healthcare Payer organization"
  },
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-atr/CodeSystem/davinci-group-characteristic-codes",
            "code": "attributed-to",
            "display": "Attributed to a specific Provider, Organization etc."
          }
        ]
      },
      "valueReference": {
        "reference": "Practitioner/1"
      },
      "exclude": true
    }
  ],
  "member": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-any-resource-extension",
          "valueReference": {
            "reference": "Coverage/1"
          }
        }
      ],
      "entity": {
        "reference": "Patient/1"
      },
      "period": {
        "start": "2014-10-08",
        "end": "2020-10-08"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "Patient/2"
      },
      "period": {
        "start": "2015-04-02",
        "end": "2021-12-12"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "Patient/3"
      },
      "period": {
        "start": "2016-09-02",
        "end": "2022-05-10"
      },
      "inactive": false
    }
  ]
}