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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.tei
Resource TypeAppointment
IdAppointment-AgendaEjemplo.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: Cita AgendaEjemplo

Medio de Contacto: Llamada

Extension ContactadoLE

  • Contactado: true

identifier: 123

status: Booked

start: 2024-02-22 08:00:00-0300

end: 2024-02-22 08:30:00-0300

created: 2024-02-20 16:00:00-0300

participant

actor: PractitionerRole Atendedor

status: Accepted

participant

actor: María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "AgendaEjemplo",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/AppointmentAgendarLE"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionMediodeContacto",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMediodeContacto",
            "code": "3",
            "display": "Llamada"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "Contactado",
          "valueBoolean": true
        }
      ],
      "url": "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/Contactado"
    }
  ],
  "identifier": [
    {
      "value": "123"
    }
  ],
  "status": "booked",
  "start": "2024-02-22T08:00:00-03:00",
  "end": "2024-02-22T08:30:00-03:00",
  "created": "2024-02-20T16:00:00-03:00",
  "participant": [
    {
      "actor": {
        "reference": "PractitionerRole/PractitionerRoleAtendedor",
        "type": "PractitionerRole"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/EjemploPatientLE",
        "type": "Patient"
      },
      "status": "accepted"
    }
  ]
}