Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build
Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "EstadoEmbarazo-Ejemplo",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Estado-del-embarazo-cl-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EstadoEmbarazo-Ejemplo</b></p><a name=\"EstadoEmbarazo-Ejemplo\"> </a><a name=\"hcEstadoEmbarazo-Ejemplo\"> </a><a name=\"EstadoEmbarazo-Ejemplo-es-CL\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Estado de embarazo</span></p><p><b>subject</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy Female, DoB: 1995-05-01 ( Chile: 14.241.432-8\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2024-03-03</p><p><b>performer</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Embarazada</span></p><p><b>note</b>: ### NOTA:\nEl estado de embarazo positivo se dió el día 03 de marzo del 2024.</p><p><b>hasMember</b>: <a href=\"Observation-FechaEstimadaParto-Ejemplo.html\">Observation Delivery date Estimated from last menstrual period</a></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82810-3",
"display" : "Pregnancy status"
}
],
"text" : "Estado de embarazo"
},
"subject" : {
🔗 "reference" : "Patient/Paciente-Emb-Ejemplo"
},
"effectiveDateTime" : "2024-03-03",
"performer" : [
{
🔗 "reference" : "Practitioner/Prestador-Emb-Ejemplo"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "77386006",
"display" : "Pregnancy"
}
],
"text" : "Embarazada"
},
"note" : [
{
"text" : "### NOTA:\nEl estado de embarazo positivo se dió el día 03 de marzo del 2024."
}
],
"hasMember" : [
{
🔗 "reference" : "Observation/FechaEstimadaParto-Ejemplo"
}
]
}