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

FHIR IG analytics

Packagehl7.fhir.stt
Resource TypeAppointment
IdAgendamentoTeleatendimento_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": "Appointment",
  "meta": {
    "profile": [
      "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/AgendamentoTeleatendimento"
    ]
  },
  "identifier": [
    {
      "system": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/NamingSystemIdentificadorAgendamentoTeleatendimento",
      "value": "1"
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "version": "4.0.1",
          "code": "17",
          "display": "General Practice"
        }
      ],
      "text": "Teleatendimento geral"
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "version": "4.0.1",
          "code": "124",
          "display": "General Practice"
        }
      ],
      "text": "Teleatendimento geral"
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "version": "2.9",
        "code": "ROUTINE",
        "display": "Routine appointment - default if not valued"
      }
    ],
    "text": "Teleatendimento de rotina"
  },
  "priority": 0,
  "description": "Teleatendimento de rotina",
  "start": "2021-03-16T13:30:00-03:00",
  "end": "2021-03-16T14:30:00-03:00",
  "minutesDuration": 45,
  "created": "2021-03-15T08:00:00-03:00",
  "comment": "Teleatendimento por áudio e vídeo - chat e envio de anexos disponíveis",
  "patientInstruction": "Estar disponível com 5 (cinco) minutos de antecedência para testes de microfone e câmera",
  "participant": [
    {
      "actor": {
        "reference": "Patient/82211042058",
        "type": "Patient",
        "display": "Paciente"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "version": "3.0.0",
              "code": "ATND",
              "display": "attender"
            }
          ],
          "text": "Médico atendente"
        }
      ],
      "actor": {
        "reference": "Practitioner/38409654032",
        "type": "Practitioner",
        "display": "Médico atendente"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "version": "3.0.0",
              "code": "REF",
              "display": "referrer"
            }
          ],
          "text": "Médico solicitante"
        }
      ],
      "actor": {
        "reference": "Practitioner/27420893063",
        "type": "Practitioner",
        "display": "Médico solicitante"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "extension": [
    {
      "url": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/ExtensionAgendamentoTeleatendimentoInstituicaoResponsavel",
      "valueReference": {
        "reference": "Organization/3157245",
        "type": "Organization",
        "display": "HOSPITAL UNIV PROFESSOR POLYDORO ERNANI DE SAO THIAGO"
      }
    }
  ]
}