@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/d8810230-45e2-40a6-8588-ea1624030762> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "d8810230-45e2-40a6-8588-ea1624030762"] ; # 
  fhir:language [ fhir:v "pt-BR"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation d8810230-45e2-40a6-8588-ea1624030762</b></p><a name=\"d8810230-45e2-40a6-8588-ea1624030762\"> </a><a name=\"hcd8810230-45e2-40a6-8588-ea1624030762\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Língua: pt-BR</p></div><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 80441-9}\">Status de Aleitamento Materno</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>note</b>: </p><blockquote><div><p>Paciente está amamentando exclusivamente com leite materno desde o nascimento do bebê.</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:80441-9 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "80441-9" ] ;
       fhir:display [ fhir:v "Breast milk andor formula intake panel" ]
     ] ) ;
     fhir:text [ fhir:v "Status de Aleitamento Materno" ]
  ] ; # 
  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:note ( [
     fhir:text [ fhir:v "Paciente está amamentando exclusivamente com leite materno desde o nascimento do bebê." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

