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

FHIR IG analytics

Packagehl7.fhir.stt
Resource TypeEncounter
IdTeleatendimento_1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "meta": {
    "profile": [
      "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/Teleatendimento"
    ]
  },
  "identifier": [
    {
      "system": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/NamingSystemIdentificadorTeleatendimento",
      "value": "1"
    }
  ],
  "status": "finished",
  "statusHistory": [
    {
      "status": "planned",
      "period": {
        "start": "2022-12-08T08:00:00.000-03:00",
        "end": "2022-12-08T08:31:57.000-03:00"
      }
    },
    {
      "status": "arrived",
      "period": {
        "start": "2022-12-08T08:31:57.000-03:00",
        "end": "2022-12-08T08:33:08.000-03:00"
      }
    },
    {
      "status": "in-progress",
      "period": {
        "start": "2022-12-08T08:33:08.000-03:00",
        "end": "2022-12-08T08:34:46.000-03:00"
      }
    }
  ],
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "2018-08-12",
    "code": "VR",
    "display": "virtual"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-type",
        "version": "4.0.1",
        "code": "124",
        "display": "General Practice"
      }
    ],
    "text": "Teleatendimento geral"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "version": "2018-08-12",
        "code": "EL",
        "display": "elective"
      }
    ],
    "text": "Teleatendimento eletivo"
  },
  "subject": {
    "reference": "Patient/82211042058",
    "type": "Patient",
    "display": "Paciente"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "version": "3.0.0",
              "code": "REF",
              "display": "referrer"
            }
          ],
          "text": "Médico solicitante"
        }
      ],
      "individual": {
        "reference": "Practitioner/27420893063",
        "type": "Practitioner",
        "display": "Médico solicitante"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "version": "3.0.0",
              "code": "ATND",
              "display": "attender"
            }
          ],
          "text": "Médico atendente"
        }
      ],
      "individual": {
        "reference": "Practitioner/38409654032",
        "type": "Practitioner",
        "display": "Médico atendente"
      }
    }
  ],
  "appointment": [
    {
      "reference": "Appointment/1",
      "type": "Appointment",
      "display": "Agendamento de teleatendimento"
    }
  ],
  "period": {
    "start": "2022-12-08T08:00:00.000-03:00",
    "end": "2022-12-08T23:30:00.000-03:00"
  },
  "length": {
    "value": 45,
    "unit": "minuto(s)"
  },
  "serviceProvider": {
    "reference": "Organization/3157245",
    "type": "Organization",
    "display": "HOSPITAL UNIV PROFESSOR POLYDORO ERNANI DE SAO THIAGO"
  },
  "extension": [
    {
      "url": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/ExtensionTeleatendimentoAcesso",
      "extension": [
        {
          "url": "referencia",
          "valueReference": {
            "reference": "Patient/82211042058",
            "type": "Patient",
            "display": "Paciente"
          }
        },
        {
          "url": "periodo",
          "valuePeriod": {
            "start": "2022-12-08T08:33:08.000-03:00",
            "end": "2022-12-08T08:34:46.000-03:00"
          }
        }
      ]
    },
    {
      "url": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/ExtensionTeleatendimentoAcesso",
      "extension": [
        {
          "url": "referencia",
          "valueReference": {
            "reference": "Practitioner/38409654032",
            "type": "Practitioner",
            "display": "Médico atendente"
          }
        },
        {
          "url": "periodo",
          "valuePeriod": {
            "start": "2022-12-08T08:33:08.000-03:00",
            "end": "2022-12-08T08:34:46.000-03:00"
          }
        }
      ]
    }
  ]
}