This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Exemplo de pregnancy status. - 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 "5f147d9b-ff84-44d1-b258-e2c9284098f4"] ; #
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 5f147d9b-ff84-44d1-b258-e2c9284098f4</b></p><a name=\"5f147d9b-ff84-44d1-b258-e2c9284098f4\"> </a><a name=\"hc5f147d9b-ff84-44d1-b258-e2c9284098f4\"> </a><a name=\"5f147d9b-ff84-44d1-b258-e2c9284098f4-pt-BR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Status da Gravidez</span></p><p><b>subject</b>: <a href=\"Patient-c3a40500-5fe8-47f1-b21a-dce205e6c617.html\">Ana Beatriz</a></p><p><b>effective</b>: 2024-12-19 10:30:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA15173-0}\">Grávida</span></p><p><b>note</b>: Paciente relatou estar grávida e exames confirmaram a gestação.</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social History" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:82810-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Pregnancy status" ] ] ) ;
fhir:text [ fhir:v "Status da Gravidez" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617" ] ;
fhir:display [ fhir:v "Ana Beatriz" ]
] ; #
fhir:effective [ fhir:v "2024-12-19T10:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA15173-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA15173-0" ] ;
fhir:display [ fhir:v "Pregnant" ] ] ) ;
fhir:text [ fhir:v "Grávida" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Paciente relatou estar grávida e exames confirmaram a gestação." ]
] ) . #