Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS 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 medicamento. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "e8076935-bd85-4be3-a0a0-7349b972b130"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication code: https://terminologia.saude.gov.br/fhir/CodeSystem/BRObmCATMAT#BR0273466, status: active</div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRObmCATMAT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BR0273466" ] ;
fhir:display [ fhir:v "Loratadina 10 mg comprimido" ]     ] )
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRUnidadeMedida"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19" ] ;
fhir:display [ fhir:v "Comprimido" ]     ] )
  ] . #