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
: Condición de Salud - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Condicion-Emb-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Condicion-de-salud-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Condicion-de-salud-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: Condition Condicion-Emb-Ejemplo</b></p><a name=\"Condicion-Emb-Ejemplo\"> </a><a name=\"hcCondicion-Emb-Ejemplo\"> </a><a name=\"Condicion-Emb-Ejemplo-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Activa</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 75326-9}\">Problema</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderado</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 414916001}\">Obesidad</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>onset</b>: 2023-10-30 --> (ongoing)</p><p><b>asserter</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>note</b>: ### NOTA:\nLa paciente durante su post parto anterior presentó hipertensión arterial, dada su condición de salud.</p></div>"
] ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] ) ;
fhir:text [ fhir:v "Activa" ]
] ; #
fhir:category ( [
( fhir:coding [
a loinc:75326-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75326-9" ] ;
fhir:display [ fhir:v "Problem" ] ] ) ;
fhir:text [ fhir:v "Problema" ]
] ) ; #
fhir:severity [
( fhir:coding [
a sct:6736007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6736007" ] ;
fhir:display [ fhir:v "Moderate severity" ] ] ) ;
fhir:text [ fhir:v "Moderado" ]
] ; #
fhir:code [
( fhir:coding [
a sct:414916001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "414916001" ] ;
fhir:display [ fhir:v "Obesity" ] ] ) ;
fhir:text [ fhir:v "Obesidad" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Paciente-Emb-Ejemplo" ]
] ; #
fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2023-10-30"^^xsd:date ]
] ; #
fhir:asserter [
fhir:reference [ fhir:v "Practitioner/Prestador-Emb-Ejemplo" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "### NOTA:\nLa paciente durante su post parto anterior presentó hipertensión arterial, dada su condición de salud." ]
] ) . #