@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://br-core.saude.gov.br/fhir/Observation/5f147d9b-ff84-44d1-b258-e2c9284098f4> 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>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>"^^rdf:XMLLiteral
  ] ; # 
  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:link <https://br-core.saude.gov.br/fhir/Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617> ;
     fhir:reference [ fhir:v "Patient/c3a40500-5fe8-47f1-b21a-dce205e6c617" ] ;
     fhir:display [ fhir:v "Ana Beatriz" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2024-12-19T10:30:00Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:link <https://br-core.saude.gov.br/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
     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." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

