Resumen Clínico del Paciente de Chile
0.6.0-ci-build - STU3 Chile flag

Resumen Clínico del Paciente de Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.6.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/IPS-CL/ and changes regularly. See the Directory of published versions

: Ejemplo de Inmunización ICVP - Fiebre Amarilla - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Immunization/Ejemplo-Inmunizacion-ICVP-FA> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Ejemplo-Inmunizacion-ICVP-FA"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips-icvp" ;
       fhir:index 0 ;
       fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips-icvp>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Ejemplo-Inmunizacion-ICVP-FA</b></p><a name=\"Ejemplo-Inmunizacion-ICVP-FA\"> </a><a name=\"hcEjemplo-Inmunizacion-ICVP-FA\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Inmunizacion-cl-ips-icvp.html\">Inmunización ICVP</a></p></div><p><b>ProductID</b>: <a href=\"http://smart.who.int/pcmt-vaxprequal/v0.2.0/CodeSystem-PreQualProductIds.html#PreQualProductIds-YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0\">WHO PreQualificaiton Vaccine Product Ids: YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0</a> (01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé)</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType YellowFever}\">Vacuna contra fiebre amarilla</span></p><p><b>patient</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Valentina Henriquez</a></p><p><b>occurrence</b>: 2024-09-25</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: Lote-FA-2024-001</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}\">Injection, intramuscular</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-PrestadorMedInternaClIpsEjemplo.html\">Nicolás Bastian Figueroa</a></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://smart.who.int/pcmt/StructureDefinition/ProductID" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualProductIds" ] ;
       fhir:Coding.code [ fhir:value "YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0" ] ;
       fhir:Coding.display [ fhir:value "01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé" ]
     ]
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType" ] ;
       fhir:Coding.code [ fhir:value "YellowFever" ] ;
       fhir:Coding.display [ fhir:value "Yellow Fever" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Vacuna contra fiebre amarilla" ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> ;
     fhir:Reference.reference [ fhir:value "Patient/PacienteClIpsEjemplo" ] ;
     fhir:Reference.type [ fhir:value "Patient" ] ;
     fhir:Reference.display [ fhir:value "Valentina Henriquez" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2024-09-25"^^xsd:date] ;
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
  fhir:Immunization.lotNumber [ fhir:value "Lote-FA-2024-001"] ;
  fhir:Immunization.site [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:368208006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368208006" ] ;
       fhir:Coding.display [ fhir:value "Left upper arm structure" ]
     ]
  ] ;
  fhir:Immunization.route [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration" ] ;
       fhir:Coding.code [ fhir:value "IM" ] ;
       fhir:Coding.display [ fhir:value "Injection, intramuscular" ]
     ]
  ] ;
  fhir:Immunization.performer [
     fhir:index 0 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/PrestadorMedInternaClIpsEjemplo> ;
       fhir:Reference.reference [ fhir:value "Practitioner/PrestadorMedInternaClIpsEjemplo" ] ;
       fhir:Reference.display [ fhir:value "Nicolás Bastian Figueroa" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/PrestadorMedInternaClIpsEjemplo> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Immunization/Ejemplo-Inmunizacion-ICVP-FA.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Immunization/Ejemplo-Inmunizacion-ICVP-FA.ttl> .