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

: CalendarioDoJose - 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:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CalendarioDoJose"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/recomendacao-vacinal"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/recomendacao-vacinal>     ] )
  ] ; # 
  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: ImmunizationRecommendation CalendarioDoJose</b></p><a name=\"CalendarioDoJose\"> </a><a name=\"hcCalendarioDoJose\"> </a><a name=\"CalendarioDoJose-pt-BR\"> </a><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>date</b>: 2002</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico 14}\">VFA</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2017-01-01 00:00:00+0000</td></tr></table><p><b>doseNumber</b>: d2</p><p><b>seriesDoses</b>: 3</p></blockquote></div>"
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/PacienteAugusto" ]
  ] ; # 
  fhir:date [ fhir:v "2002"^^xsd:gYear] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14" ]       ] )     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ]       ] )     ] ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ]         ] )       ] ;
fhir:value [ fhir:v "2017-01-01T00:00:00.000Z"^^xsd:dateTime ]     ] ) ;
fhir:doseNumber [ fhir:v "d2" ] ;
fhir:seriesDoses [ fhir:v "3"^^xsd:positiveInteger ]
  ] ) . #