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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeEncounter
IdEncounter-cz-encounter-example.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 cz-encounter-example

identifier: http://example.org/hospital/ku-123456789

status: In Progress

class: ActCode: AMB (ambulatory)

type: Rentgen pacienta XY

serviceProvider: Organization MUDr. Hana Doktorová


Source1

{
  "resourceType": "Encounter",
  "id": "cz-encounter-example",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/hospital",
      "value": "ku-123456789"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "type": [
    {
      "text": "Rentgen pacienta XY"
    }
  ],
  "serviceProvider": {
    "reference": "Organization/Organization-2"
  }
}