Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.1.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: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/5f147d9b-ff84-44d1-b258-e2c9284098f4> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "5f147d9b-ff84-44d1-b258-e2c9284098f4"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation 5f147d9b-ff84-44d1-b258-e2c9284098f4</b></p><a name=\"5f147d9b-ff84-44d1-b258-e2c9284098f4\"> </a><a name=\"hc5f147d9b-ff84-44d1-b258-e2c9284098f4\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Códigos:{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=\"Códigos:{http://loinc.org LA15173-0}\">Grávida</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente relatou estar grávida e exames confirmaram a gestação.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "social-history" ] ;
       fhir:Coding.display [ fhir:value "Social History" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:82810-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "82810-3" ] ;
       fhir:Coding.display [ fhir:value "Pregnancy status" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Status da Gravidez" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617> ;
     fhir:Reference.reference [ fhir:value "Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617" ] ;
     fhir:Reference.display [ fhir:value "Ana Beatriz" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2024-12-19T10:30:00Z"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
     fhir:Reference.reference [ fhir:value "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
     fhir:Reference.display [ fhir:value "Maria Clara" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:LA15173-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "LA15173-0" ] ;
       fhir:Coding.display [ fhir:value "Pregnant" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Grávida" ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Paciente relatou estar grávida e exames confirmaram a gestação." ]
  ] .

<http://hl7.org/fhir/Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/5f147d9b-ff84-44d1-b258-e2c9284098f4.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/5f147d9b-ff84-44d1-b258-e2c9284098f4.ttl> .