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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeEncounter
IdEncounter-EjemploEncounterCL.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: Encuentro EjemploEncounterCL

status: Planned

class: ActCode: VR (virtual)

type: Programada

serviceType: Medicina General

subject: Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))

Participants

-TypeIndividual
*AtendedorPractitionerRole: specialty = Medicina Familiar

period: 2022-06-23 00:00:00-0300 --> 2022-06-23 00:50:00-0300

Diagnoses

-Condition
*Condition Pharyngotonsillitis (disorder)

serviceProvider: Organization Centro de Salud Familiar Arauco


Source1

{
  "resourceType": "Encounter",
  "id": "EjemploEncounterCL",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/EncounterCL"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "planned",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "VR",
    "display": "virtual"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTiposEncuentroCL",
          "code": "PR",
          "display": "Programada"
        }
      ],
      "text": "Programada"
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoServicio",
        "code": "medGen",
        "display": "Medicina General"
      }
    ],
    "text": "Medicina General"
  },
  "subject": {
    "reference": "Patient/PacienteCL"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ],
          "text": "Atendedor"
        }
      ],
      "individual": {
        "reference": "PractitionerRole/EjemploEspecialidadCL2"
      }
    }
  ],
  "period": {
    "start": "2022-06-23T00:00:00-03:00",
    "end": "2022-06-23T00:50:00-03:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/DiagnosticoEj2"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/OrganizacionClEjemplo1"
  }
}