GI Resumen IPS FALP, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions
: Ejemplo Vacunas - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EjVacunas"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/VacunasFalp"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/VacunasFalp> ] )
] ; #
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 EjVacunas</b></p><a name=\"EjVacunas\"> </a><a name=\"hcEjVacunas\"> </a><a name=\"EjVacunas-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas pentavalente}\">Pentavalente</span></p><p><b>patient</b>: <a href=\"Patient-EjPacienteinline.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>occurrence</b>: 2014-11-27</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 6894000}\">Medial surface of arm</span></p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20025000}\">Intrabursal use</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 32398004}\">Bronchitis (disorder)</span></td><td>2</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pentavalente" ] ;
fhir:display [ fhir:v "Pentavalente" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/EjPacienteinline" ]
] ; #
fhir:occurrence [ fhir:v "2014-11-27"^^xsd:date] ; #
fhir:site [
( fhir:coding [
a sct:6894000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6894000" ] ;
fhir:display [ fhir:v "Medial surface of arm" ] ] )
] ; #
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20025000" ] ;
fhir:display [ fhir:v "Intrabursal use" ] ] )
] ; #
fhir:protocolApplied ( [
( fhir:targetDisease [
( fhir:coding [
a sct:32398004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32398004" ] ;
fhir:display [ fhir:v "Bronchitis (disorder)" ] ] ) ] ) ;
fhir:doseNumber [ fhir:v "2"^^xsd:positiveInteger ]
] ) . #