Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Imunobiologico Administrado Exemplo - 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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ImunobiologicoAdministradoExemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/imunobiologico-administrado"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/imunobiologico-administrado>     ] )
  ] ; # 
  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: Immunization ImunobiologicoAdministradoExemplo</b></p><a name=\"ImunobiologicoAdministradoExemplo\"> </a><a name=\"hcImunobiologicoAdministradoExemplo\"> </a><a name=\"ImunobiologicoAdministradoExemplo-pt-BR\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico 18}\">VR</span></p><p><b>patient</b>: <a href=\"Patient-PacienteAugusto.html\">Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>occurrence</b>: 2015-02-07 13:28:17-0300</p><p><b>lotNumber</b>: 1224</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>d1</td><td>2</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PacienteAugusto" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2015-02-07T13:28:17-03:00"^^xsd:dateTime] ; # 
  fhir:lotNumber [ fhir:v "1224"] ; # 
  fhir:protocolApplied ( [
fhir:doseNumber [ fhir:v "d1" ] ;
fhir:seriesDoses [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) . #