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

FHIR IG analytics

Packagehl7.fhir.us.pacio-rt
Resource TypeEncounter
IdEncounter-RT-HHA-Encounter-Re-Assessment-Timepoint-2.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: Encounter

Resource Encounter "RT-HHA-Encounter-Re-Assessment-Timepoint-2"

Profile: Re-Assessment Timepoints Encounter

identifier: id: OASIS-Re-Assessment-Timepoint-2001

status: finished

class: home health (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code HH = 'home health', stated as 'home health')

type: Payer (Timepoint Entity Code System#payer)

serviceType: Outcome and Assessment Information Set (Timepoint Service Type Code System#oasis)

subject: Patient/RT-Patient-BSJ " SMITH-JOHNSON"

episodeOfCare: EpisodeOfCare/RT-HHA-EpisodeOfCare

basedOn:

  • : Assessment and impression after 60 days of home health care
  • : Assessment and impression after 120 days of home health care

participant

individual: Practitioner/RT-Practitioner-LunaBaskins " BASKINS"

participant

individual: Practitioner/RT-Practitioner-JacobHartwell " HARTWELL"

participant

individual: Practitioner/RT-Practitioner-ScottDumble " DUMBLE"

period: 2021-06-02 --> 2021-08-03

reasonCode: Unspecified sequelae of cerebral infarction (International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)#I69.30)

Locations

-Location
*Location/RT-PractitionerOrgLoc-SkyHarbor-HHA "Sky Harbor Home Health Services"

serviceProvider: Organization/RT-PractitionerOrg-SkyHarbor-HHA "Sky Harbor Home Health Services"

partOf: Encounter/RT-HHA-Encounter


Source1

{
  "resourceType": "Encounter",
  "id": "RT-HHA-Encounter-Re-Assessment-Timepoint-2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/reassessment-timepoints-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/patient",
      "value": "OASIS-Re-Assessment-Timepoint-2001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH",
    "display": "home health"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-entity-cs",
          "code": "payer",
          "display": "Payer"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-service-type-cs",
        "code": "oasis",
        "display": "Outcome and Assessment Information Set"
      }
    ]
  },
  "subject": {
    "reference": "Patient/RT-Patient-BSJ"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/RT-HHA-EpisodeOfCare"
    }
  ],
  "basedOn": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression",
          "valueReference": {
            "reference": "ClinicalImpression/RT-HHA-ClinicalImpression-2-OASIS-FU-60"
          }
        }
      ],
      "display": "Assessment and impression after 60 days of home health care"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression",
          "valueReference": {
            "reference": "ClinicalImpression/RT-HHA-ClinicalImpression-3-OASIS-FU-120"
          }
        }
      ],
      "display": "Assessment and impression after 120 days of home health care"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-LunaBaskins"
      }
    },
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-JacobHartwell"
      }
    },
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-ScottDumble"
      }
    }
  ],
  "period": {
    "start": "2021-06-02",
    "end": "2021-08-03"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "I69.30",
          "display": "Unspecified sequelae of cerebral infarction"
        }
      ]
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/RT-PractitionerOrgLoc-SkyHarbor-HHA"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/RT-PractitionerOrg-SkyHarbor-HHA"
  },
  "partOf": {
    "reference": "Encounter/RT-HHA-Encounter"
  }
}