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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeComposition
IdComposition-DocumentoEjemplo1.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: Composición DocumentoEjemplo1

Profile: CL Documento

identifier: 2b2f3f16-12c4-40b1-97ec-c0e091412960

status: Preliminary

type: Registro Médico

encounter: Encounter: status = planned; class = virtual (ActCode#VR); type = Programada; serviceType = Medicina General; period = 2022-06-23 00:00:00-0300 --> 2022-06-23 00:50:00-0300

date: 2022-08-07 10:30:00-0300

author: PractitionerRole: specialty = Medicina Familiar

title: Registro Médico de Una Condición al Paciente

custodian: Organization Centro de Salud Familiar Arauco


Source1

{
  "resourceType": "Composition",
  "id": "DocumentoEjemplo1",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/DocumentoCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "value": "2b2f3f16-12c4-40b1-97ec-c0e091412960"
  },
  "status": "preliminary",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11503-0",
        "display": "Registros médicos: Paciente:-:Tipo:Documento:"
      }
    ],
    "text": "Registro Médico"
  },
  "subject": {
    "reference": "Patient/PacienteCL"
  },
  "encounter": {
    "reference": "Encounter/EjemploEncounterCL"
  },
  "date": "2022-08-07T10:30:00-03:00",
  "author": [
    {
      "reference": "PractitionerRole/EjemploEspecialidadCL2"
    }
  ],
  "title": "Registro Médico de Una Condición al Paciente",
  "custodian": {
    "reference": "Organization/OrganizacionClEjemplo1"
  },
  "section": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "70004-7",
            "display": "Nota de estudio de diagnóstico:{Configuración} :Punto temporal:Tipo:Documento:{Role}"
          }
        ],
        "text": "Diagnostico Estudio"
      },
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Paciente presenta recaída sin confirmar de faringoamigdalitis, se realizará más estudios para confirmar</p></div>"
      },
      "entry": [
        {
          "reference": "Condition/DiagnosticoEj2"
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "57852-6",
            "display": "Lista de problemas: Paciente:Punto temporal:Tipo:Narrativo:Reported"
          }
        ],
        "text": "Listado de problemas"
      },
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Adicionalmente el paciente ya poseía un diagnostico prevío de hipertensión</p></div>"
      },
      "entry": [
        {
          "reference": "Condition/DiagnosticoEj"
        }
      ]
    }
  ]
}