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.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"

Profile: US Core Encounter Profile

status: finished

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

type: Evaluation and management of patient at home (procedure) (SNOMED CT#50357006)

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

Participants

-Individual
*Practitioner/RT-Practitioner-JohnSmith " SMITH"

period: 2021-04-07 03:00:00-0500 --> 2021-08-24 10:30:00-0500

Diagnoses

-ConditionUse
*Condition/RT-HHA-Diagnosis-CISequelaeAdmission diagnosis (DiagnosisRole#AD)

Locations

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

Source1

{
  "resourceType": "Encounter",
  "id": "RT-HHA-Encounter",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH",
    "display": "home health"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "50357006",
          "display": "Evaluation and management of patient at home (procedure)"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/RT-Patient-BSJ"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/RT-Practitioner-JohnSmith"
      }
    }
  ],
  "period": {
    "start": "2021-04-07T15:00:00-05:00",
    "end": "2021-08-24T10:30:00-05:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/RT-HHA-Diagnosis-CISequelae"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "AD",
            "display": "Admission diagnosis"
          }
        ]
      }
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/RT-PractitionerOrgLoc-SkyHarbor-HHA"
      }
    }
  ]
}