@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 -------------------------------------------------------------------

<http://smart.who.int/ddcc/Immunization/DDCC-Immunization-Spanish> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DDCC-Immunization-Spanish"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"DDCC-Immunization-Spanish\"> </a></p><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\">Resource Immunization &quot;DDCC-Immunization-Spanish&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCImmunization.html\">DDCC Immunization</a></p></div><p><b>DDCC Event Brand for Immunization</b>: COVID-19 Vaccine AstraZeneca (Details: http://id.who.int/icd11/mms code XM4YL8 = 'COVID-19 Vaccine AstraZeneca', stated as 'null')</p><p><b>DDCC Country Of Event for Immunization</b>: ESP</p><p><b>DDCC Vaccine Market Authorization for Immunization</b>: Test (Details: http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem code TEST = 'Test', stated as 'null')</p><p><b>DDCC Vaccine Valid From</b>: 2021-05-30</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, non-replicating viral vector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM9QW8)</span></p><p><b>patient</b>: <a href=\"Patient-DDCC-Patient-Spanish.html\">Patient/DDCC-Patient-Spanish</a> &quot;&quot;</p><p><b>occurrence</b>: 2021-05-06</p><p><b>location</b>: <span>: Sitio de vacunación</span></p><p><b>lotNumber</b>: 123</p><p><b>expirationDate</b>: 2021-06-30</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=\"Organization-DDCC-Organization-Spanish.html\">Organization/DDCC-Organization-Spanish</a> &quot;Hospital del Gobierno&quot;</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Authority</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-DDCC-Organization-Spanish.html\">Organization/DDCC-Organization-Spanish</a> &quot;Hospital del Gobierno&quot;</td><td>COVID-19 Disease <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#RA01)</span></td><td>1</td><td>2</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCEventBrand"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "XM4YL8" ]
     ]
  ] [
     fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCCountryOfEvent"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "ESP" ]
  ] [
     fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVaccineMarketAuthorization"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [ fhir:v "http://smart.who.int/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "TEST" ]
     ]
  ] [
     fhir:url [ fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCVaccineValidFrom"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "2021-05-30"^^xsd:date ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "XM9QW8" ]
     ] )
  ] ; # 
  fhir:patient [
     fhir:link <http://smart.who.int/ddcc/Patient/DDCC-Patient-Spanish> ;
     fhir:reference [ fhir:v "Patient/DDCC-Patient-Spanish" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-05-06"^^xsd:date] ; # 
  fhir:location [
     fhir:display [ fhir:v "Sitio de vacunación" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "123"] ; # 
  fhir:expirationDate [ fhir:v "2021-06-30"^^xsd:date] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:link <http://smart.who.int/ddcc/Organization/DDCC-Organization-Spanish> ;
       fhir:reference [ fhir:v "Organization/DDCC-Organization-Spanish" ]
     ]
  ] ) ; # 
  fhir:protocolApplied ( [
     fhir:authority [
       fhir:link <http://smart.who.int/ddcc/Organization/DDCC-Organization-Spanish> ;
       fhir:reference [ fhir:v "Organization/DDCC-Organization-Spanish" ]
     ] ;
     fhir:targetDisease ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "RA01" ]
       ] )
     ] ) ;
     fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:seriesDoses [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) . # 

# -------------------------------------------------------------------------------------

