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 gravidez. - 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 "90e2319e-dc54-4379-88f3-13c5e74e924e"] ; #
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 90e2319e-dc54-4379-88f3-13c5e74e924e</b></p><a name=\"90e2319e-dc54-4379-88f3-13c5e74e924e\"> </a><a name=\"hc90e2319e-dc54-4379-88f3-13c5e74e924e\"> </a><a name=\"90e2319e-dc54-4379-88f3-13c5e74e924e-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 11778-8}\">Data estimada do parto</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/uv/ips/STU1.1/Patient-patient-example-female.html\">??</a></p><p><b>effective</b>: 2020-01-10</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 2020-05-02</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:11778-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11778-8" ] ;
fhir:display [ fhir:v "Delivery date Estimated" ] ] ) ;
fhir:text [ fhir:v "Data estimada do parto" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-female" ]
] ; #
fhir:effective [ fhir:v "2020-01-10"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ]
] ) ; #
fhir:value [ fhir:v "2020-05-02"^^xsd:date] . #