@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://hl7chile.cl/fhir/ig/clips/Immunization/Inmunizacion-CL-Ejemplo> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Inmunizacion-CL-Ejemplo"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips"^^xsd:anyURI ;
       fhir:l <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "es"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Inmunizacion-CL-Ejemplo</b></p><a name=\"Inmunizacion-CL-Ejemplo\"> </a><a name=\"hcInmunizacion-CL-Ejemplo\"> </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\">Language: es</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Inmunizacion-cl-ips.html\">Inmunización</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 776184002}\">Vacuna contra la Hepatitis B</span></p><p><b>patient</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Vale  Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))</a></p><p><b>occurrence</b>: 2005-04-23</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Brazo izquierdo</span></p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20066000}\">Uso subcutáneo</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       a sct:776184002 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "776184002" ] ;
       fhir:display [
         fhir:v "Product containing only Hepatitis B surface antigen immunoglobulin (medicinal product)" ;
         fhir:extension ( [
           fhir:extension ( [
             fhir:url [
               fhir:v "lang"^^xsd:anyURI ;
               fhir:l fhir:lang
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "es"
             ]
           ] [
             fhir:url [
               fhir:v "content"^^xsd:anyURI ;
               fhir:l fhir:content
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "	producto que contiene inmunoglobulina contra antígeno de superficie de la hepatitis B como único ingrediente (producto medicinal)"
             ]
           ] ) ;
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/translation>
           ]
         ] )
       ]
     ] ) ;
     fhir:text [ fhir:v "Vacuna contra la Hepatitis B" ]
  ] ; # 
  fhir:patient [
     fhir:l <https://hl7chile.cl/fhir/ig/clips/Patient/PacienteClIpsEjemplo> ;
     fhir:reference [ fhir:v "Patient/PacienteClIpsEjemplo" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2005-04-23"^^xsd:date
  ] ; # 
  fhir:site [
     fhir:coding ( [
       a sct:368208006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "368208006" ] ;
       fhir:display [
         fhir:v "Left upper arm structure (body structure)" ;
         fhir:extension ( [
           fhir:extension ( [
             fhir:url [
               fhir:v "lang"^^xsd:anyURI ;
               fhir:l fhir:lang
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "es"
             ]
           ] [
             fhir:url [
               fhir:v "content"^^xsd:anyURI ;
               fhir:l fhir:content
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Brazo izquierdo"
             ]
           ] ) ;
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/translation>
           ]
         ] )
       ]
     ] ) ;
     fhir:text [ fhir:v "Brazo izquierdo" ]
  ] ; # 
  fhir:route [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
         fhir:l <http://standardterms.edqm.eu>
       ] ;
       fhir:code [ fhir:v "20066000" ] ;
       fhir:display [
         fhir:v "Subcutaneous use" ;
         fhir:extension ( [
           fhir:extension ( [
             fhir:url [
               fhir:v "lang"^^xsd:anyURI ;
               fhir:l fhir:lang
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "es"
             ]
           ] [
             fhir:url [
               fhir:v "content"^^xsd:anyURI ;
               fhir:l fhir:content
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "Uso subcutáneo"
             ]
           ] ) ;
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/translation>
           ]
         ] )
       ]
     ] ) ;
     fhir:text [ fhir:v "Uso subcutáneo" ]
  ] . # 

# -------------------------------------------------------------------------------------

