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
: Fecha Estimada de Parto - Ejemplo - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FechaEstimadaParto-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Fecha-estimada-de-parto-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Fecha-estimada-de-parto-cl-ips> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation FechaEstimadaParto-Ejemplo</b></p><a name=\"FechaEstimadaParto-Ejemplo\"> </a><a name=\"hcFechaEstimadaParto-Ejemplo\"> </a><a name=\"FechaEstimadaParto-Ejemplo-es-CL\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11779-6}\">Fecha estimada de parto a partir del último periodo menstrual (FUR Operacional)</span></p><p><b>subject</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy Female, DoB: 1995-05-01 ( Chile: 14.241.432-8 (use: official, ))</a></p><p><b>effective</b>: 2024-05-05</p><p><b>performer</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>value</b>: 2024-11-26</p><p><b>note</b>: ### NOTA: Se realizó una ecografía el día 05 de mayo (durante el primer trimestre) a la paciente para determinar la fecha de última regla de\nde manera más precisa (FUR Operacional). Por lo tanto, la fecha estimada de parto es en noviembre de este año.</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:11779-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11779-6" ] ;
fhir:display [ fhir:v "Delivery date Estimated from last menstrual period" ] ] ) ;
fhir:text [ fhir:v "Fecha estimada de parto a partir del último periodo menstrual (FUR Operacional)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Paciente-Emb-Ejemplo" ]
] ; #
fhir:effective [ fhir:v "2024-05-05"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Prestador-Emb-Ejemplo" ]
] ) ; #
fhir:value [ fhir:v "2024-11-26"^^xsd:date] ; #
fhir:note ( [
fhir:text [ fhir:v "### NOTA: Se realizó una ecografía el día 05 de mayo (durante el primer trimestre) a la paciente para determinar la fecha de última regla de\nde manera más precisa (FUR Operacional). Por lo tanto, la fecha estimada de parto es en noviembre de este año." ]
] ) . #