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

FHIR IG analytics

Packagehl7.fhir.cz.lab
Resource TypeEncounter
IdEncounter-4d2447db-6692-40cd-a440-7544d48caa08.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 4d2447db-6692-40cd-a440-7544d48caa08

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

status: In Progress

class: ActCode: AMB (ambulatory)

serviceProvider: Organization AlveaMed laboratornĂ­ centrum s.r.o.


Source1

{
  "resourceType": "Encounter",
  "id": "4d2447db-6692-40cd-a440-7544d48caa08",
  "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-123456790"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "serviceProvider": {
    "reference": "urn:uuid:d5e2f0ab-9b42-4c3f-b1b9-02c78f52a81a"
  }
}