@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization

Resource Immunization "LACImmunizationExample"

Profile: LAC_Immunization

DDCC Event Brand for Immunization: XM4YL8 (Details: http://id.who.int/icd11/mms code XM4YL8 = 'XM4YL8', stated as 'null')

DDCC Vaccine Market Authorization for Immunization: TEST (Details: http://worldhealthorganization.github.io/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem code TEST = 'TEST', stated as 'null')

DDCC Country Of Event for Immunization: CL

status: completed

vaccineCode: COVID-19 vaccine, non-replicating viral vector (mms#XM9QW8)

patient: Patient/LACPatientExample " PENAFIEL"

occurrence: 2020-11-15

location: : Administration center

lotNumber: A1234

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*RA01 (mms#RA01)1
" ] ; # 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:link ; 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 ] ] ) . # # -------------------------------------------------------------------------------------