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-SNF-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-SNF-Encounter-Re-Assessment-Timepoint-2"

Profile: Re-Assessment Timepoints Encounter

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

status: finished

class: skilled nursing facility (Details: http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs code SNF = 'skilled nursing facility', stated as 'skilled nursing facility')

type: Payer (Timepoint Entity Code System#payer)

serviceType: Minimum Data Set (Timepoint Service Type Code System#mds)

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

episodeOfCare: EpisodeOfCare/RT-SNF-EpisodeOfCare

basedOn:

  • : Assessment and impression at interim assessment at SNF
  • : Assessment and impression at discharge from SNF

participant

individual: Practitioner/RT-Practitioner-LiaNguyen " NGUYEN"

participant

individual: Practitioner/RT-Practitioner-JenCadbury " CADBURY"

period: 2021-03-12 --> 2021-04-07

reasonCode: Cerebral infarction due to embolism of right middle cerebral artery (International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)#I63.411)

Locations

-Location
*Location/RT-PractitionerOrgLoc-HappyNursing-SNF "Happy Skilled Nursing Facility"

serviceProvider: Organization/RT-PractitionerOrg-HappyNursing-SNF "Happy Skilled Nursing Facility"

partOf: Encounter/RT-SNF-Encounter


Source1

{
  "resourceType": "Encounter",
  "id": "RT-SNF-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": "MDS-Re-Assessment-Timepoint-2001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs",
    "code": "SNF",
    "display": "skilled nursing facility"
  },
  "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": "mds",
        "display": "Minimum Data Set"
      }
    ]
  },
  "subject": {
    "reference": "Patient/RT-Patient-BSJ"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/RT-SNF-EpisodeOfCare"
    }
  ],
  "basedOn": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression",
          "valueReference": {
            "reference": "ClinicalImpression/RT-SNF-ClinicalImpression-2-MDS-IPA"
          }
        }
      ],
      "display": "Assessment and impression at interim assessment at SNF"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression",
          "valueReference": {
            "reference": "ClinicalImpression/RT-SNF-ClinicalImpression-3-MDS-Discharge"
          }
        }
      ],
      "display": "Assessment and impression at discharge from SNF"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-LiaNguyen"
      }
    },
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-JenCadbury"
      }
    }
  ],
  "period": {
    "start": "2021-03-12",
    "end": "2021-04-07"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "I63.411",
          "display": "Cerebral infarction due to embolism of right middle cerebral artery"
        }
      ]
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/RT-PractitionerOrgLoc-HappyNursing-SNF"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/RT-PractitionerOrg-HappyNursing-SNF"
  },
  "partOf": {
    "reference": "Encounter/RT-SNF-Encounter"
  }
}