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

FHIR IG analytics

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

status: In Progress

class: ActCode IMP: inpatient encounter

type: Inpatient stay 9 days

priority: High priority

subject: Example Patient Female, DoB: 1990-10-01

episodeOfCare: EpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd; status = active


Source1

{
  "resourceType": "Encounter",
  "id": "ep-scenario4-encounter",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-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/ep-scenario4-patient"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/ep-scenario4-eoc"
    }
  ]
}