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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeEncounter
IdEncounter-example0.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 example0

status: In Progress

class: ActCode: ACUTE (inpatient acute)

Participants

-Extension
*

Source1

{
  "resourceType": "Encounter",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "ACUTE",
    "display": "inpatient acute"
  },
  "participant": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Encounter.participant.actor",
          "valueReference": {
            "reference": "HealthcareService/example1"
          }
        }
      ]
    }
  ]
}