LACPass International Patient Summary (IPS) Guide
0.1.0 - ci-build

LACPass International Patient Summary (IPS) Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LACImmunizationExample - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LACImmunizationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://lacpass.racsel.org/StructureDefinition/lac-immunization"^^xsd:anyURI ;
fhir:link <http://lacpass.racsel.org/StructureDefinition/lac-immunization>     ] )
  ] ; # 
  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=\"LACImmunizationExample\"> </a><a name=\"hcLACImmunizationExample\"> </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;LACImmunizationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lac-immunization.html\">LAC_Immunization</a></p></div><p><b>DDCC Event Brand for Immunization</b>: XM4YL8 (Details: http://id.who.int/icd11/mms code XM4YL8 = 'XM4YL8', stated as 'null')</p><p><b>DDCC Vaccine Market Authorization for Immunization</b>: TEST (Details: http://worldhealthorganization.github.io/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem code TEST = 'TEST', stated as 'null')</p><p><b>DDCC Country Of Event for Immunization</b>: CL</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\"> (mms#XM9QW8)</span></p><p><b>patient</b>: <a href=\"Patient-LACPatientExample.html\">Patient/LACPatientExample</a> &quot; PENAFIEL&quot;</p><p><b>occurrence</b>: 2020-11-15</p><p><b>location</b>: <span>: Administration center</span></p><p><b>lotNumber</b>: A1234</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>RA01 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#RA01)</span></td><td>1</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://lacpass.racsel.org/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://lacpass.racsel.org/StructureDefinition/DDCCVaccineMarketAuthorization"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://worldhealthorganization.github.io/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TEST" ]     ]
  ] [
fhir:url [ fhir:v "http://lacpass.racsel.org/StructureDefinition/DDCCCountryOfEvent"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CL" ]
  ] ) ; # 
  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:display [ fhir:v "COVID-19 vaccine, non-replicating viral vector" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/LACPatientExample" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-11-15"^^xsd:date] ; # 
  fhir:location [
fhir:display [ fhir:v "Administration center" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "A1234"] ; # 
  fhir:protocolApplied ( [
    ( 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 ]
  ] ) . #