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

: Exemplo de medicação. - 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 "3a46210c-7eb3-48ec-aa67-db7e7ee18864"] ; # 
  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: Medication 3a46210c-7eb3-48ec-aa67-db7e7ee18864</b></p><a name=\"3a46210c-7eb3-48ec-aa67-db7e7ee18864\"> </a><a name=\"hc3a46210c-7eb3-48ec-aa67-db7e7ee18864\"> </a><a name=\"3a46210c-7eb3-48ec-aa67-db7e7ee18864-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medication</code>/12345</p><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc J01MA12}\">Levofloxacino; sistêmico</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href=\"Organization-7b98fd1d-5f85-40f5-9436-2c767ab734ae.html\">Aché Laboratórios Farmacêuticos S.A.</a></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.whocc.no/atc J01MA12}\">Levofloxacino</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: unknown  codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: unknown  codetablet = 'tablet')</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/medication"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01MA12" ] ;
fhir:display [ fhir:v "levofloxacin" ]     ] ) ;
fhir:text [ fhir:v "Levofloxacino; sistêmico" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/7b98fd1d-5f85-40f5-9436-2c767ab734ae" ] ;
fhir:display [ fhir:v "Aché Laboratórios Farmacêuticos S.A." ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01MA12" ] ;
fhir:display [ fhir:v "levofloxacin" ]       ] ) ;
fhir:text [ fhir:v "Levofloxacino" ]     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tablet" ]       ]     ]
  ] ) . #