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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeEncounter
IdEncounter-chf-scenario1-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 chf-scenario1-encounter

status: In Progress

class: ActCode IMP: inpatient encounter

type: Inpatient stay 9 days

priority: High priority

subject: Patterson, Jeremy Male, DoB: 1949-03-17

episodeOfCare: EpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway; status = active; period = 2019-01-31 05:03:00+0000 --> (ongoing)

Participants

-TypeIndividual
*primary performerPractitionerRole Specialist medical practitioner

period: 2019-01-31 05:03:00+0000 --> (ongoing)

Diagnoses

-ConditionUse
*Condition Congestive heart failure (disorder)Admission diagnosis

Locations

-LocationStatusPeriod
*Location Unit 3 EastActive2019-01-31 05:03:00+0000 --> (ongoing)

Source1

{
  "resourceType": "Encounter",
  "id": "chf-scenario1-encounter",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183807002",
          "display": "Inpatient stay 9 days"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394849002",
        "display": "High priority"
      }
    ]
  },
  "subject": {
    "reference": "Patient/chf-scenario1-patient"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/chf-scenario1-eoc"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/chf-scenario1-practitionerrole"
      }
    }
  ],
  "period": {
    "start": "2019-01-31T05:03:00Z"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/chf-scenario1-condition"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "AD",
            "display": "Admission diagnosis"
          }
        ]
      }
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/chf-scenario1-location"
      },
      "status": "active",
      "period": {
        "start": "2019-01-31T05:03:00Z"
      }
    }
  ]
}