Televisita
0.1.0 - ci-build

Televisita - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Esempio di Encounter per televisita - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "a2aaf911-51e7-4e38-a7ca-2817c0fcc6d2",
  "meta" : {
    "profile" : [
      🔗 "https://agenas.gov.it/fhir/StructureDefinition/EncounterTelemedicina"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter a2aaf911-51e7-4e38-a7ca-2817c0fcc6d2</b></p><a name=\"a2aaf911-51e7-4e38-a7ca-2817c0fcc6d2\"> </a><a name=\"hca2aaf911-51e7-4e38-a7ca-2817c0fcc6d2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EncounterTelemedicina.html\">EncounterTelemedicina</a></p></div><p><b>identifier</b>: <code>http://agenas.gov.it/sid/codiceNosologico</code>/POD.123e4567-e89b-12d3-a456-426614174000</p><p><b>status</b>: Finished</p><p><b>class</b>: ActCode VR: Virtual (version = 3.0.0 )</p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">routine</span></p><p><b>subject</b>: <a href=\"Patient-2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82.html\">Maria Rossi  Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-d3f1a9b0-8c3d-4e8f-b2e2-59d8b02a6fdc.html\">ServiceRequest: identifier = AAZ123456789; requisition = REQ-20250709-0001; status = active; intent = order; category = Cardiologia; priority = routine; occurrence[x] = 2025-07-09 10:00:00+0100; authoredOn = 2025-07-01 09:15:00+0100; reasonCode = Cardiac catheterization education; note = Prestazione da eseguire in modalità remota tramite piattaforma XTelemed</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-2b373c5c-0fbf-4167-875b-47ee7fc5cd5d.html\">Practitioner John Doe </a></td></tr></table><p><b>appointment</b>: <a href=\"Appointment-9c7e5f13-47bd-4a0a-a6bb-c9e39fd3a908.html\">Appointment: identifier = TV-20250709-001; status = booked; serviceCategory = Counselling; reasonCode = Evaluation - action (qualifier value); start = 2025-07-09 10:00:00+0100; end = 2025-07-09 10:30:00+0100; created = 2025-07-01 09:00:00+0100</a></p><p><b>period</b>: 2025-06-16 09:00:00+0200 --&gt; 2025-06-16 09:45:00+0200</p><p><b>serviceProvider</b>: <a href=\"Organization-asl-roma-1.html\">Organization ASL Roma 1</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://agenas.gov.it/sid/codiceNosologico",
      "value" : "POD.123e4567-e89b-12d3-a456-426614174000"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version" : "3.0.0",
    "code" : "VR",
    "display" : "Virtual"
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "routine"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/d3f1a9b0-8c3d-4e8f-b2e2-59d8b02a6fdc"
    }
  ],
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/2b373c5c-0fbf-4167-875b-47ee7fc5cd5d"
      }
    }
  ],
  "appointment" : [
    {
      🔗 "reference" : "Appointment/9c7e5f13-47bd-4a0a-a6bb-c9e39fd3a908"
    }
  ],
  "period" : {
    "start" : "2025-06-16T09:00:00+02:00",
    "end" : "2025-06-16T09:45:00+02:00"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/asl-roma-1"
  }
}