@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 -------------------------------------------------------------------

<http://smart.who.int/ddcc/ImmunizationRecommendation/DDCC-ImmunizationRecommendation-Arabic> a fhir:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DDCC-ImmunizationRecommendation-Arabic"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation"^^xsd:anyURI ;
       fhir:link <http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"DDCC-ImmunizationRecommendation-Arabic\"> </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 ImmunizationRecommendation &quot;DDCC-ImmunizationRecommendation-Arabic&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCImmunizationRecommendation.html\">DDCC Immunization Recommendation</a></p></div><p><b>patient</b>: <a href=\"Patient-DDCC-Patient-Arabic.html\">Patient/DDCC-Patient-Arabic</a> &quot;&quot;</p><p><b>date</b>: 2021-05-06</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: COVID-19 vaccine, 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>#XM0CX4)</span></p><p><b>forecastStatus</b>: Due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-immunization-recommendation-status.html\">Immunization Recommendation Status Codes</a>#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>30980-7 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30980-7)</span></td><td>2021-05-20</td></tr></table><p><b>supportingImmunization</b>: <a href=\"Immunization-DDCC-Immunization-Arabic.html\">Immunization/DDCC-Immunization-Arabic</a></p></blockquote></div>"
  ] ; # 
  fhir:patient [
     fhir:link <http://smart.who.int/ddcc/Patient/DDCC-Patient-Arabic> ;
     fhir:reference [ fhir:v "Patient/DDCC-Patient-Arabic" ]
  ] ; # 
  fhir:date [ fhir:v "2021-05-06"^^xsd:date] ; # 
  fhir:recommendation ( [
     fhir:vaccineCode ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "XM0CX4" ]
       ] )
     ] ) ;
     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 "2021-05-20"^^xsd:date ]
     ] ) ;
     fhir:supportingImmunization ( [
       fhir:link <http://smart.who.int/ddcc/Immunization/DDCC-Immunization-Arabic> ;
       fhir:reference [ fhir:v "Immunization/DDCC-Immunization-Arabic" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

