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

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

: d8810230-45e2-40a6-8588-ea1624030762 - 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 "d8810230-45e2-40a6-8588-ea1624030762"] ; # 
  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 d8810230-45e2-40a6-8588-ea1624030762</b></p><a name=\"d8810230-45e2-40a6-8588-ea1624030762\"> </a><a name=\"hcd8810230-45e2-40a6-8588-ea1624030762\"> </a><a name=\"d8810230-45e2-40a6-8588-ea1624030762-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 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>value</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoAleitamentoMaterno 01}\">Aleitamento materno exclusivo</span></p><p><b>note</b>: Paciente está amamentando exclusivamente com leite materno desde o nascimento do bebê.</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: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: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 [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoAleitamentoMaterno"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Aleitamento materno exclusivo" ]     ] ) ;
fhir:text [ fhir:v "Aleitamento materno exclusivo" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Paciente está amamentando exclusivamente com leite materno desde o nascimento do bebê." ]
  ] ) . #