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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc.r4b
Resource TypeEncounter
IdEncounter-BSJ-Encounter.json
FHIR VersionR4B

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 BSJ-Encounter

status: Finished

class: ActCode HH: Home Health

type: Evaluation and management of patient at home (procedure)

subject: Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)

Participants

-Individual
*PractitionerRole Occupational Therapist

period: 2024-01-18 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "BSJ-Encounter",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "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/Example-Smith-Johnson-Patient1"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/Role-OT-JenCadbury"
      }
    }
  ],
  "period": {
    "start": "2024-01-18"
  }
}