From b84971ed87a4082c5cf8641596e3b78afc390668 Mon Sep 17 00:00:00 2001 From: jorge Date: Wed, 17 Apr 2024 15:47:56 -0400 Subject: [PATCH] check validation --- package/.index.db | Bin 0 -> 20480 bytes package/.index.json | 309 +++ package/ImplementationGuide-uv.esavi.json | 1 + ...Definition-ESAVIQuestionnaireResponse.json | 2060 +++++++++++++++++ package/Untitled-1.json | 521 +++++ .../CodeSystem-ClasificacionDesenlaceCS.json | 1 + ...ystem-ClasificacionDesenlaceNaranjoCS.json | 1 + ...ystem-ClasificacionDesenlaceWHOAEFICS.json | 1 + ...System-ClasificacionDesenlaceWHOUMCCS.json | 1 + .../cs/CodeSystem-CodigoWhoFabricanteCS.json | 1 + .../cs/CodeSystem-ComplicacionEmbarazoCS.json | 1 + package/cs/CodeSystem-DirOrgNotiCS.json | 1 + ...odeSystem-ModoConfirmacionInfeccionCS.json | 1 + .../CodeSystem-ModoVerificacionVacunaCS.json | 1 + .../CodeSystem-ProfesionalNotificadorCS.json | 1 + .../cs/CodeSystem-RespuestaSiNoNosabeCS.json | 1 + .../CodeSystem-SistemaClasfCausalidadCS.json | 1 + .../CodeSystem-SistemasDeCodificacionCS.json | 1 + package/cs/CodeSystem-codPaisesCS.json | 1 + .../Questionnaire-CuestionarioESAVI.json | 1138 +++++++++ .../QuestionnaireResponse-ejDosNuevo.json | 1 + .../QuestionnaireResponse-ejUnoNuevo.json | 1 + package/load_post copy.sh | 36 + package/load_post.8080.sh | 32 + package/load_post.sh | 38 + package/other/ig-r4.jsonX | 1 + package/other/spec.internals | 377 +++ package/other/validation-oo.json | 885 +++++++ package/other/validation-summary.json | 178 ++ package/package.json | 30 + ...ueSet-ClasificacionDesenlaceNaranjoVS.json | 49 + .../vs/ValueSet-ClasificacionDesenlaceVS.json | 1 + ...ueSet-ClasificacionDesenlaceWHOAEFIVS.json | 1 + ...lueSet-ClasificacionDesenlaceWHOUMCVS.json | 1 + .../vs/ValueSet-CodigoMedDRAEnfPreviaVS.json | 1 + package/vs/ValueSet-CodigoMedicamentoVS.json | 1 + package/vs/ValueSet-CodigoNoWhoVacunaVS.json | 1 + .../vs/ValueSet-CodigoWhoFabricanteVS.json | 1 + package/vs/ValueSet-CodigoWhoVacunaVS.json | 49 + ...ValueSet-ComplicacionEmbarazoMedDRAVS.json | 1 + .../ValueSet-ComplicacionEmbarazoOtroVS.json | 1 + .../vs/ValueSet-ComplicacionEmbarazoVS.json | 1 + package/vs/ValueSet-DirOrgNotiVS.json | 1 + ...Set-EnfermedadesPreviasCodificacionVS.json | 1 + package/vs/ValueSet-EsaviMedDRAVS.json | 1 + package/vs/ValueSet-EsaviOtroVS.json | 1 + package/vs/ValueSet-FormaFarmaceuticaVS.json | 1 + .../ValueSet-ModoConfirmacionInfeccionVS.json | 1 + .../vs/ValueSet-ModoVerificacionVacunaVS.json | 1 + .../vs/ValueSet-ProfesionalNotificadorVS.json | 1 + .../vs/ValueSet-RespuestaSiNoNosabeVS.json | 1 + .../vs/ValueSet-SistemaClasfCausalidadVS.json | 1 + .../vs/ValueSet-SistemasDeCodificacionVS.json | 1 + .../vs/ValueSet-ViaAdminMedicamentoVS.json | 1 + package/vs/ValueSet-codPaises.json | 1 + ...eDefinition-ESAVIQuestionnaireResponse.sch | 34 + 56 files changed, 5777 insertions(+) create mode 100644 package/.index.db create mode 100644 package/.index.json create mode 100644 package/ImplementationGuide-uv.esavi.json create mode 100644 package/StructureDefinition-ESAVIQuestionnaireResponse.json create mode 100644 package/Untitled-1.json create mode 100644 package/cs/CodeSystem-ClasificacionDesenlaceCS.json create mode 100644 package/cs/CodeSystem-ClasificacionDesenlaceNaranjoCS.json create mode 100644 package/cs/CodeSystem-ClasificacionDesenlaceWHOAEFICS.json create mode 100644 package/cs/CodeSystem-ClasificacionDesenlaceWHOUMCCS.json create mode 100644 package/cs/CodeSystem-CodigoWhoFabricanteCS.json create mode 100644 package/cs/CodeSystem-ComplicacionEmbarazoCS.json create mode 100644 package/cs/CodeSystem-DirOrgNotiCS.json create mode 100644 package/cs/CodeSystem-ModoConfirmacionInfeccionCS.json create mode 100644 package/cs/CodeSystem-ModoVerificacionVacunaCS.json create mode 100644 package/cs/CodeSystem-ProfesionalNotificadorCS.json create mode 100644 package/cs/CodeSystem-RespuestaSiNoNosabeCS.json create mode 100644 package/cs/CodeSystem-SistemaClasfCausalidadCS.json create mode 100644 package/cs/CodeSystem-SistemasDeCodificacionCS.json create mode 100644 package/cs/CodeSystem-codPaisesCS.json create mode 100644 package/example/Questionnaire-CuestionarioESAVI.json create mode 100644 package/example/QuestionnaireResponse-ejDosNuevo.json create mode 100644 package/example/QuestionnaireResponse-ejUnoNuevo.json create mode 100644 package/load_post copy.sh create mode 100644 package/load_post.8080.sh create mode 100644 package/load_post.sh create mode 100644 package/other/ig-r4.jsonX create mode 100644 package/other/spec.internals create mode 100644 package/other/validation-oo.json create mode 100644 package/other/validation-summary.json create mode 100644 package/package.json create mode 100644 package/vs/ValueSet-ClasificacionDesenlaceNaranjoVS.json create mode 100644 package/vs/ValueSet-ClasificacionDesenlaceVS.json create mode 100644 package/vs/ValueSet-ClasificacionDesenlaceWHOAEFIVS.json create mode 100644 package/vs/ValueSet-ClasificacionDesenlaceWHOUMCVS.json create mode 100644 package/vs/ValueSet-CodigoMedDRAEnfPreviaVS.json create mode 100644 package/vs/ValueSet-CodigoMedicamentoVS.json create mode 100644 package/vs/ValueSet-CodigoNoWhoVacunaVS.json create mode 100644 package/vs/ValueSet-CodigoWhoFabricanteVS.json create mode 100644 package/vs/ValueSet-CodigoWhoVacunaVS.json create mode 100644 package/vs/ValueSet-ComplicacionEmbarazoMedDRAVS.json create mode 100644 package/vs/ValueSet-ComplicacionEmbarazoOtroVS.json create mode 100644 package/vs/ValueSet-ComplicacionEmbarazoVS.json create mode 100644 package/vs/ValueSet-DirOrgNotiVS.json create mode 100644 package/vs/ValueSet-EnfermedadesPreviasCodificacionVS.json create mode 100644 package/vs/ValueSet-EsaviMedDRAVS.json create mode 100644 package/vs/ValueSet-EsaviOtroVS.json create mode 100644 package/vs/ValueSet-FormaFarmaceuticaVS.json create mode 100644 package/vs/ValueSet-ModoConfirmacionInfeccionVS.json create mode 100644 package/vs/ValueSet-ModoVerificacionVacunaVS.json create mode 100644 package/vs/ValueSet-ProfesionalNotificadorVS.json create mode 100644 package/vs/ValueSet-RespuestaSiNoNosabeVS.json create mode 100644 package/vs/ValueSet-SistemaClasfCausalidadVS.json create mode 100644 package/vs/ValueSet-SistemasDeCodificacionVS.json create mode 100644 package/vs/ValueSet-ViaAdminMedicamentoVS.json create mode 100644 package/vs/ValueSet-codPaises.json create mode 100644 package/xml/StructureDefinition-ESAVIQuestionnaireResponse.sch diff --git a/package/.index.db b/package/.index.db new file mode 100644 index 0000000000000000000000000000000000000000..0dc05989881a3814a964957ab018c8ef73ff0f44 GIT binary patch literal 20480 zcmeI3?{C}28OJHpmMw{t>^h0#I*g^*uI;S0l6i=cWksvW@+$a;QY*IS0fEOzXPb>g zIwa*R!HSL;Q0(3IcIb)%eKG7s(RTy-Vr&0`0o#iK`+;HD-gU3`roe!{8BaWlJ0;i6Ocs8eV>OPJ$F3bJ3IgMokf5}fJJ~sfJJ~sfJJ~sfJJ~sfJJ~s z;J+DxAKpm}Pt46F-YJ^$qZZf!hSt#=U{f(n|NDXRPNnpql7CS8=4K`DZ^2;+A zw&ga+J1_N2)*C0Xp5LxL$Zzj%ZoVw0U6TjTPN9q>sWy>4?#1!2tGE2^o(HFS59o%X zsjdWX-cVG(d%PK8(X8v8)6*7c1JyL31h+10s%f{;toP(r2h@Svj$5w*T{)9Y7aniE zzf;{R?HuGcDhK%mH`0rXs{_f2jkyG8e=qPo<4Mcj%OA=eQ|o>{bi)n%@$k0)6K{{E z5jdjY20xMeqWd=Yh4^jZeIb$gZu+n3V(LdDe;X+e|19}=^6Ah|2LC=-<=-9n=fHOo zze~K%eGCo$moH1aD%Pb{D>3O%xY1oIYfa@?+dt9P%JUUVIA~57LrRW+KiI%sPZ!drCj+LAcYSPMEWSngXv?n(@s!W6l zwD*A$uyaAKM1X98rX3SFgf${apuG=}fE@xEzbx)c_pBjuNNkI>ol-?Ty03#Xg&dZU zraz*fe?+x#Nd!{W8V^ymWJ5W!gVV5Y!8Kq2wIw&e{_C~ftuh{}NNGIANEZn8E92s^ zv|(M2jasU#SL3oe+Ka(DJ`nAd7sLbU6>B&iZ7j^a`UUv*>TVdv`U&H0#`TnPQ&czU=188ssf)6OO<+Qulhy@81R!SD>{5& zpK7WBy7L^tgl-Wkl(zj$uv-;(lS(ndpPP3CATIr*d7{ z*0wc6egr~{L`_UUqAf-@o1q2qzOEesxLlN5+nU+!?53uN0BN$Aj5Ko`Gfl(X(wdsR zuI&v*XB`p3q{(7p(#$c;rIgqxl&!JwodX@%OW-5Lt|Y-{XjMG|4fuvgN>TO!OYsoo zeS1Wx6y}UD?V6(3^kdlVAv}LmOdh{U5Wu=VEFKi@I*-NR%~6K45n6Cm+K=q#&T}mU zLl(uvA{%3XQ%Tz03ui!VDNW!bXkz0LY%#h!L!wfsS`*AtVa!NzT;510 z82H^m@o{0pn(PA{E~ny?JL-#~J6>>hzCU)fhKb4EQ(uU^=LKV*9iYvl1XMUbUyWY>NlwmQcqJg+a-Ik2(SpS2(SpS2(SpS z2>ic9V2Zz&a7zMSzN))STb$?XUfZ4`mzr%w4J60Ax`mtkfu|#9gHVQao+QOGGD!MT z;Od0j2-3|3T$1w>NIDykl5+$|IoUw7fR1VJiIJ)x z@vnNS3arM|Ox;b+=BN2G*6LIYkoEKm|Jc`V=Ogqsu+wC~aB2>QKgEY^u3zU%o{hJ! zN6pd#zw0%V_SZ;w?PdO9w9xlOrj~g*S{(RZFV65AemUAj2kJ|cfw4f?$s^9Ifqrmw zfvQq>yiO2Q;Zc2Mk>AI;9B{nMbNLnze9DM@HNw1fn?H_W;1ndf$m4;LOWu_s=P$%? z-b>SWosX^ZMuLzYKQA>u3P-HBS@dQPvAdkulV)e-G~Guu#bITigZ6B=`i;FZ7WJ{EBRGk z2{?@yoyhqRoM`+UG!tKjXE2scFU!##c03ks@~B2o1G9WBMMwYy6APmKRK9AL^K(zL zzs+7^^?z3X_s$1IWtQ9p5IPePco;aTE{oOwBTkagW{B=-0~A13|Bp<%dP9&HOjiH* zjttPN_EGmZVS&Ty|IRrD+QKXi^wy>u~=+miz&idn@~g>|OEa;)?LLkjnftGn!UYzfXN*Exl9g~5@1_{s=erZJ40fOWvg$=3r UEX+tc(&I%AYmG^RSvd&*1`YZ_h5!Hn literal 0 HcmV?d00001 diff --git a/package/.index.json b/package/.index.json new file mode 100644 index 0000000..b166be8 --- /dev/null +++ b/package/.index.json @@ -0,0 +1,309 @@ +{ + "index-version" : 2, + "files" : [ + { + "filename" : "ImplementationGuide-uv.esavi.json", + "resourceType" : "ImplementationGuide", + "id" : "uv.esavi", + "url" : "https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi", + "version" : "0.1.46" + }, + { + "filename" : "CodeSystem-ClasificacionDesenlaceCS.json", + "resourceType" : "CodeSystem", + "id" : "ClasificacionDesenlaceCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ClasificacionDesenlaceNaranjoCS.json", + "resourceType" : "CodeSystem", + "id" : "ClasificacionDesenlaceNaranjoCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ClasificacionDesenlaceWHOAEFICS.json", + "resourceType" : "CodeSystem", + "id" : "ClasificacionDesenlaceWHOAEFICS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ClasificacionDesenlaceWHOUMCCS.json", + "resourceType" : "CodeSystem", + "id" : "ClasificacionDesenlaceWHOUMCCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-CodigoWhoFabricanteCS.json", + "resourceType" : "CodeSystem", + "id" : "CodigoWhoFabricanteCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ComplicacionEmbarazoCS.json", + "resourceType" : "CodeSystem", + "id" : "ComplicacionEmbarazoCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-DirOrgNotiCS.json", + "resourceType" : "CodeSystem", + "id" : "DirOrgNotiCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ModoConfirmacionInfeccionCS.json", + "resourceType" : "CodeSystem", + "id" : "ModoConfirmacionInfeccionCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ModoVerificacionVacunaCS.json", + "resourceType" : "CodeSystem", + "id" : "ModoVerificacionVacunaCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-ProfesionalNotificadorCS.json", + "resourceType" : "CodeSystem", + "id" : "ProfesionalNotificadorCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-RespuestaSiNoNosabeCS.json", + "resourceType" : "CodeSystem", + "id" : "RespuestaSiNoNosabeCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-SistemaClasfCausalidadCS.json", + "resourceType" : "CodeSystem", + "id" : "SistemaClasfCausalidadCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-SistemasDeCodificacionCS.json", + "resourceType" : "CodeSystem", + "id" : "SistemasDeCodificacionCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "CodeSystem-codPaisesCS.json", + "resourceType" : "CodeSystem", + "id" : "codPaisesCS", + "url" : "https://paho.org/fhir/esavi/CodeSystem/codPaisesCS", + "version" : "0.1.46", + "content" : "complete" + }, + { + "filename" : "StructureDefinition-ESAVIQuestionnaireResponse.json", + "resourceType" : "StructureDefinition", + "id" : "ESAVIQuestionnaireResponse", + "url" : "https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse", + "version" : "0.1.46", + "kind" : "resource", + "type" : "QuestionnaireResponse", + "derivation" : "constraint" + }, + { + "filename" : "ValueSet-ClasificacionDesenlaceNaranjoVS.json", + "resourceType" : "ValueSet", + "id" : "ClasificacionDesenlaceNaranjoVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceNaranjoVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ClasificacionDesenlaceVS.json", + "resourceType" : "ValueSet", + "id" : "ClasificacionDesenlaceVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ClasificacionDesenlaceWHOAEFIVS.json", + "resourceType" : "ValueSet", + "id" : "ClasificacionDesenlaceWHOAEFIVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOAEFIVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ClasificacionDesenlaceWHOUMCVS.json", + "resourceType" : "ValueSet", + "id" : "ClasificacionDesenlaceWHOUMCVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOUMCVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-CodigoMedDRAEnfPreviaVS.json", + "resourceType" : "ValueSet", + "id" : "CodigoMedDRAEnfPreviaVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/CodigoMedDRAEnfPreviaVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-CodigoMedicamentoVS.json", + "resourceType" : "ValueSet", + "id" : "CodigoMedicamentoVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/CodigoMedicamentoVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-CodigoNoWhoVacunaVS.json", + "resourceType" : "ValueSet", + "id" : "CodigoNoWhoVacunaVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/CodigoNoWhoVacunaVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-CodigoWhoFabricanteVS.json", + "resourceType" : "ValueSet", + "id" : "CodigoWhoFabricanteVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/CodigoWhoFabricanteVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-CodigoWhoVacunaVS.json", + "resourceType" : "ValueSet", + "id" : "CodigoWhoVacunaVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/CodigoWhoVacunaVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ComplicacionEmbarazoMedDRAVS.json", + "resourceType" : "ValueSet", + "id" : "ComplicacionEmbarazoMedDRAVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoMedDRAVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ComplicacionEmbarazoOtroVS.json", + "resourceType" : "ValueSet", + "id" : "ComplicacionEmbarazoOtroVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ComplicacionEmbarazoVS.json", + "resourceType" : "ValueSet", + "id" : "ComplicacionEmbarazoVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-DirOrgNotiVS.json", + "resourceType" : "ValueSet", + "id" : "DirOrgNotiVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-EnfermedadesPreviasCodificacionVS.json", + "resourceType" : "ValueSet", + "id" : "EnfermedadesPreviasCodificacionVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-EsaviMedDRAVS.json", + "resourceType" : "ValueSet", + "id" : "EsaviMedDRAVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-EsaviOtroVS.json", + "resourceType" : "ValueSet", + "id" : "EsaviOtroVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/EsaviOtroVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-FormaFarmaceuticaVS.json", + "resourceType" : "ValueSet", + "id" : "FormaFarmaceuticaVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/FormaFarmaceuticaVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ModoConfirmacionInfeccionVS.json", + "resourceType" : "ValueSet", + "id" : "ModoConfirmacionInfeccionVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ModoConfirmacionInfeccionVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ModoVerificacionVacunaVS.json", + "resourceType" : "ValueSet", + "id" : "ModoVerificacionVacunaVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ModoVerificacionVacunaVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ProfesionalNotificadorVS.json", + "resourceType" : "ValueSet", + "id" : "ProfesionalNotificadorVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ProfesionalNotificadorVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-RespuestaSiNoNosabeVS.json", + "resourceType" : "ValueSet", + "id" : "RespuestaSiNoNosabeVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-SistemaClasfCausalidadVS.json", + "resourceType" : "ValueSet", + "id" : "SistemaClasfCausalidadVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/SistemaClasfCausalidadVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-SistemasDeCodificacionVS.json", + "resourceType" : "ValueSet", + "id" : "SistemasDeCodificacionVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-ViaAdminMedicamentoVS.json", + "resourceType" : "ValueSet", + "id" : "ViaAdminMedicamentoVS", + "url" : "https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS", + "version" : "0.1.46" + }, + { + "filename" : "ValueSet-codPaises.json", + "resourceType" : "ValueSet", + "id" : "codPaises", + "url" : "https://paho.org/fhir/esavi/ValueSet/codPaises", + "version" : "0.1.46" + } + ] +} diff --git a/package/ImplementationGuide-uv.esavi.json b/package/ImplementationGuide-uv.esavi.json new file mode 100644 index 0000000..08169e2 --- /dev/null +++ b/package/ImplementationGuide-uv.esavi.json @@ -0,0 +1 @@ +{"resourceType":"ImplementationGuide","id":"uv.esavi","text":{"status":"extensions","div":"

ESAVI

The official URL for this implementation guide is:

https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi
"},"url":"https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi","version":"0.1.46","name":"ESAVI","title":"Guía de Implementación FHIR de ESAVI","status":"draft","date":"2024-04-01T21:16:13-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"packageId":"uv.esavi","license":"CC0-1.0","fhirVersion":["4.0.1"],"dependsOn":[{"id":"hl7tx","extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment","valueMarkdown":"Automatically added as a dependency - all IGs depend on HL7 Terminology"}],"uri":"http://terminology.hl7.org/ImplementationGuide/hl7.terminology","packageId":"hl7.terminology.r4","version":"5.3.0"},{"id":"hl7ext","extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment","valueMarkdown":"Automatically added as a dependency - all IGs depend on the HL7 Extension Pack"}],"uri":"http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions","packageId":"hl7.fhir.uv.extensions.r4","version":"1.0.0"}],"definition":{"extension":[{"extension":[{"url":"code","valueString":"copyrightyear"},{"url":"value","valueString":"2021+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"releaselabel"},{"url":"value","valueString":"ci-build"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-history"},{"url":"value","valueString":"https://paho.org/fhir/esavi/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-wg"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-internal-dependency","valueCode":"hl7.fhir.uv.tools#0.1.0"},{"extension":[{"url":"code","valueCode":"copyrightyear"},{"url":"value","valueString":"2021+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"releaselabel"},{"url":"value","valueString":"ci-build"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-history"},{"url":"value","valueString":"https://paho.org/fhir/esavi/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-wg"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"}],"resource":[{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceNaranjoVS"},"name":"Clasificación de causalidad Naranjo","description":"Método de clasificación de causalidad Naranjo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceNaranjoCS"},"name":"Clasificación de causalidad Naranjo","description":"Método de clasificación de causalidad Naranjo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceWHOAEFIVS"},"name":"Clasificación de causalidad WHO-AEFI","description":"Método de clasificación de causalidad WHO-AEFI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceWHOAEFICS"},"name":"Clasificación de causalidad WHO-AEFI","description":"Método de clasificación de causalidad WHO-AEFI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceWHOUMCVS"},"name":"Clasificación de causalidad WHO-UMC","description":"Método de clasificación de causalidad WHO-UMC","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceWHOUMCCS"},"name":"Clasificación de causalidad WHO-UMC","description":"Método de clasificación de causalidad WHO-UMC","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoMedicamentoVS"},"name":"Codigo Medicamento","description":"Codigo Medicamento","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoWhoVacunaVS"},"name":"Codigo WHODrug de la vacuna","description":"Codificación Estandarizda del código de las Vacunas según WhoDrug","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ComplicacionEmbarazoCS"},"name":"Complicaciones de Embarazo","description":"Códigos para las Complicaciones de Embarazo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoVS"},"name":"Complicaciones Embarazo","description":"Conjunto de Valores para la Sección de Complicaciones Embarazo ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Questionnaire"}],"reference":{"reference":"Questionnaire/CuestionarioESAVI"},"name":"Cuestionario ESAVI","description":"Cuestionario ESAVI","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EsaviMedDRAVS"},"name":"Código MedDRA del Evento Adverso notificado","description":"Código MedDRA del Evento Adverso notificado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoNoWhoVacunaVS"},"name":"Código no WHODrug de la Vacuna","description":"Código no WHODrug de la Vacuna","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoMedDRAEnfPreviaVS"},"name":"Códigos de MedDRA para representar enfermedades previas en un ESAVI-PAHO","description":"Describe las enfermedades previas en un ESAVI codificadas en MedDRA","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/codPaisesCS"},"name":"Códigos de Paises","description":"Codigos definidos para la identificación de países segun norma ISO3166-3","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/codPaises"},"name":"Códigos de Países","description":"Codigos definidos para la identificación de países segun norma ISO3166-N","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoMedDRAVS"},"name":"Códigos MEDDRA Complicaciones en Embarazo ESAVI","description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos MedDRA","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/DirOrgNotiVS"},"name":"Códigos PAHO para Direcciones","description":"Conjunto de Valores para dirección según OPS","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/DirOrgNotiCS"},"name":"Códigos PAHO para Direcciones","description":"Códigos para Direcciones según PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceVS"},"name":"Desenlaces Tras ESAVI","description":"Clasificación de Desenlace Tras Sufrir ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceCS"},"name":"Desenlaces Tras ESAVI","description":"Clasificación de Desenlace Tras Sufrir ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"QuestionnaireResponse"}],"reference":{"reference":"QuestionnaireResponse/ejDosNuevo"},"name":"ejDosNuevo","description":"Ejemplo de cuestionario Respondido 2","exampleCanonical":"https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"QuestionnaireResponse"}],"reference":{"reference":"QuestionnaireResponse/ejUnoNuevo"},"name":"ejUnoNuevo","description":"Ejemplo de cuestionario Respondido 1","exampleCanonical":"https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EnfermedadesPreviasCodificacionVS"},"name":"Enfermedades previas en un ESAVI-PAHO","description":"Describe las enfermedades previas en un ESAVI codificadas en CIE10, CIE11 o SNOMED CT","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/CodigoWhoFabricanteCS"},"name":"Fabricante Vacuna","description":"Códigos Fabricantes Vacunas de WHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoWhoFabricanteVS"},"name":"Fabricantes Vacuna","description":"Códigos Fabricantes Vacunas de WHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/FormaFarmaceuticaVS"},"name":"Identificación Formas Farmacéuticas","description":"Describe y lista las formas farmaceuticas de medicamentos para registro en ESAVI segun SNOMED CT","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ModoConfirmacionInfeccionCS"},"name":"Modo de Confirmación de la Infección","description":"Modos de Confirmacion de Infección por COVID-19","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ModoVerificacionVacunaCS"},"name":"Modo de Verificación de Vacunación Previa","description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ModoConfirmacionInfeccionVS"},"name":"Modos Confirmación Infección COVID-19","description":"Modos de Confirmacion de Infección por COVID-19","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ModoVerificacionVacunaVS"},"name":"Modos Verificación Vacuna Previa","description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoOtroVS"},"name":"Otros Códigos Complicaciones en Embarazo ESAVI","description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos Snomed y CIE-10","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EsaviOtroVS"},"name":"Otros Códigos Evento Adverso","description":"Evento Adverso en otro sistema según Snomed y CIE-10","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/ESAVIQuestionnaireResponse"},"name":"Respuesta de Cuestionario ESAVI","description":"Perfil con los elementos mínimos a considerar para generar la respuesta al cuestinario de ESAVI de la OPS","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/RespuestaSiNoNosabeVS"},"name":"Respuestas Simples","description":"Códigos para capturar respuestas simples si/no/no sabe","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/RespuestaSiNoNosabeCS"},"name":"Respuestas Simples","description":"Códigos para capturar respuestas simples si/no/no sabe","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/SistemasDeCodificacionVS"},"name":"Sistemas De Codificacion","description":"Sistemas De Codificacion para Determinación de Códigos","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/SistemasDeCodificacionCS"},"name":"Sistemas De Codificacion","description":"Sistemas De Codificacion para Determinación de Códigos","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/SistemaClasfCausalidadVS"},"name":"Tipo de Método de clasificación de causalidad","description":"Códigos para Tipos Métodos de Clasificación de Causalidad","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/SistemaClasfCausalidadCS"},"name":"Tipo de Método de clasificación de causalidad","description":"Códigos para Tipos de Métodos de Clasificación de Causalidad","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ProfesionalNotificadorVS"},"name":"Tipo de Profesional Notificador","description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ProfesionalNotificadorCS"},"name":"Tipo de Profesional Notificador","description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ViaAdminMedicamentoVS"},"name":"Vías de Administración de Medicamentos","description":"Describe y lista las vías de administración de medicamentos para registro en ESAVI segun SNOMED CT","exampleBoolean":false}],"page":{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"toc.html"}],"nameUrl":"toc.html","title":"Table of Contents","generation":"html","page":[{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"index.html"}],"nameUrl":"index.html","title":"Inicio","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"objetivos.html"}],"nameUrl":"objetivos.html","title":"Objetivos","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"alcance.html"}],"nameUrl":"alcance.html","title":"Alcance","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"uso.html"}],"nameUrl":"uso.html","title":"Como llenar la Guía","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"transacciones.html"}],"nameUrl":"transacciones.html","title":"Transacciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"actores_CasosUso.html"}],"nameUrl":"actores_CasosUso.html","title":"Actores y Casos de Uso","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"artifacts.html"}],"nameUrl":"artifacts.html","title":"Artefactos","generation":"html"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"mapeos.html"}],"nameUrl":"mapeos.html","title":"Mapeos","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"terminologias.html"}],"nameUrl":"terminologias.html","title":"Terminologias","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"descargas.html"}],"nameUrl":"descargas.html","title":"Descargas","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"generalidades.html"}],"nameUrl":"generalidades.html","title":"Generalidades","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"consideraciones.html"}],"nameUrl":"consideraciones.html","title":"Consideraciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"operaciones.html"}],"nameUrl":"operaciones.html","title":"Operaciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"seguridad.html"}],"nameUrl":"seguridad.html","title":"Seguridad","generation":"markdown"}]},"parameter":[{"code":"path-resource","value":"input/capabilities"},{"code":"path-resource","value":"input/examples"},{"code":"path-resource","value":"input/extensions"},{"code":"path-resource","value":"input/models"},{"code":"path-resource","value":"input/operations"},{"code":"path-resource","value":"input/profiles"},{"code":"path-resource","value":"input/resources"},{"code":"path-resource","value":"input/vocabulary"},{"code":"path-resource","value":"input/maps"},{"code":"path-resource","value":"input/testing"},{"code":"path-resource","value":"input/history"},{"code":"path-resource","value":"fsh-generated/resources"},{"code":"path-pages","value":"template/config"},{"code":"path-pages","value":"input/images"},{"code":"path-tx-cache","value":"input-cache/txcache"}]}} \ No newline at end of file diff --git a/package/StructureDefinition-ESAVIQuestionnaireResponse.json b/package/StructureDefinition-ESAVIQuestionnaireResponse.json new file mode 100644 index 0000000..e3e5e37 --- /dev/null +++ b/package/StructureDefinition-ESAVIQuestionnaireResponse.json @@ -0,0 +1,2060 @@ +{ + "resourceType": "StructureDefinition", + "id": "ESAVIQuestionnaireResponse", + "text": { + "status": "extensions", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" QuestionnaireResponse 0..*QuestionnaireResponseA structured set of questions and their answers
\".\"\".\"\".\" identifier S1..1IdentifierIdentificador único para este set de respuestas
\".\"\".\"\".\"\".\" system 0..1uriNamespace del valor de identificación. http://ops.org/esavi/CodIsoPaís o http://ops.org/esavi-CodPais/CodOrg o http://ops.org/esavi-CodPais/CodPais-CodOrg
\".\"\".\"\".\"\".\" value S1..1stringValor del identificador único. Número de Caso en UUID
\".\"\".\"\".\" questionnaire S1..1canonical(Questionnaire)Recurso Cuestionario al cual las respuestas hacen referencia
Required Pattern: https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI
\".\"\".\"\".\" status S1..1codeEstado en el cual se encuentra la respuesta.
Binding: QuestionnaireResponseStatus (required): Se usará In-progress | completed

\".\"\".\"\".\" authored S1..1dateTimeFecha llenado Ficha o Fecha Notificación o Fecha Repositorio Nacional
\".\"\".\"\".\" item S1..*BackboneElementGrupos, subgrupos y preguntas a responder basadas en el Questionario

\"doco\" Documentation for this format
" + }, + "url": "https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse", + "version": "0.1.46", + "name": "ESAVIQuestionnaireResponse", + "title": "Respuesta de Cuestionario ESAVI", + "status": "draft", + "date": "2024-04-01T21:16:13-03:00", + "publisher": "ESAVI -", + "contact": [ + { + "name": "ESAVI -", + "telecom": [ + { + "system": "url", + "value": "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" + }, + { + "system": "email", + "value": "rizzatodan@paho.org" + } + ] + } + ], + "description": "Perfil con los elementos mínimos a considerar para generar la respuesta al cuestinario de ESAVI de la OPS", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "fhirVersion": "4.0.1", + "mapping": [ + { + "identity": "workflow", + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern" + }, + { + "identity": "rim", + "uri": "http://hl7.org/v3", + "name": "RIM Mapping" + }, + { + "identity": "w5", + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping" + } + ], + "kind": "resource", + "abstract": false, + "type": "QuestionnaireResponse", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "derivation": "constraint", + "snapshot": { + "element": [ + { + "id": "QuestionnaireResponse", + "path": "QuestionnaireResponse", + "short": "A structured set of questions and their answers", + "definition": "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.", + "comment": "The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse.", + "alias": [ + "Form", + "QuestionnaireAnswers" + ], + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse", + "min": 0, + "max": "*" + }, + "constraint": [ + { + "key": "dom-2", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "expression": "contained.contained.empty()", + "xpath": "not(parent::f:contained and f:contained)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-3", + "severity": "error", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-4", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "key": "dom-5", + "severity": "error", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "expression": "contained.meta.security.empty()", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "key": "dom-6", + "severity": "warning", + "human": "A resource should have narrative for robust management", + "expression": "text.`div`.exists()", + "xpath": "exists(f:text/h:div)", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Entity. Role, or Act" + }, + { + "identity": "workflow", + "map": "Event" + }, + { + "identity": "rim", + "map": "Observation[moodCode=EVN]" + } + ] + }, + { + "id": "QuestionnaireResponse.id", + "path": "QuestionnaireResponse.id", + "short": "Logical id of this artifact", + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "id" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "QuestionnaireResponse.meta", + "path": "QuestionnaireResponse.meta", + "short": "Metadata about the resource", + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.meta", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Meta" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true + }, + { + "id": "QuestionnaireResponse.implicitRules", + "path": "QuestionnaireResponse.implicitRules", + "short": "A set of rules under which this content was created", + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "min": 0, + "max": "1", + "base": { + "path": "Resource.implicitRules", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "id": "QuestionnaireResponse.language", + "path": "QuestionnaireResponse.language", + "short": "Language of the resource content", + "definition": "The base language in which the resource is written.", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "min": 0, + "max": "1", + "base": { + "path": "Resource.language", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + } + ], + "strength": "preferred", + "description": "A human language.", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + { + "id": "QuestionnaireResponse.text", + "path": "QuestionnaireResponse.text", + "short": "Text summary of the resource, for human interpretation", + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "alias": [ + "narrative", + "html", + "xhtml", + "display" + ], + "min": 0, + "max": "1", + "base": { + "path": "DomainResource.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Narrative" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "Act.text?" + } + ] + }, + { + "id": "QuestionnaireResponse.contained", + "path": "QuestionnaireResponse.contained", + "short": "Contained, inline Resources", + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.contained", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Resource" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "QuestionnaireResponse.extension", + "path": "QuestionnaireResponse.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "QuestionnaireResponse.modifierExtension", + "path": "QuestionnaireResponse.modifierExtension", + "short": "Extensions that cannot be ignored", + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "DomainResource.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier", + "path": "QuestionnaireResponse.identifier", + "short": "Identificador único para este set de respuestas", + "definition": "Identificador único que será asignado a este set de respuestas, basado en un UUID", + "requirements": "Used for tracking, registration and other business purposes.", + "min": 1, + "max": "1", + "base": { + "path": "QuestionnaireResponse.identifier", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Identifier" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.identifier" + }, + { + "identity": "w5", + "map": "FiveWs.identifier" + }, + { + "identity": "rim", + "map": ".id" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.id", + "path": "QuestionnaireResponse.identifier.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.extension", + "path": "QuestionnaireResponse.identifier.extension", + "slicing": { + "discriminator": [ + { + "type": "value", + "path": "url" + } + ], + "description": "Extensions are always sliced by (at least) url", + "rules": "open" + }, + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.use", + "path": "QuestionnaireResponse.identifier.use", + "short": "usual | official | temp | secondary | old (If known)", + "definition": "The purpose of this identifier.", + "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", + "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.use", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": true, + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierUse" + } + ], + "strength": "required", + "description": "Identifies the purpose for this identifier, if known .", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1" + }, + "mapping": [ + { + "identity": "v2", + "map": "N/A" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.type", + "path": "QuestionnaireResponse.identifier.type", + "short": "Description of identifier", + "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", + "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", + "requirements": "Allows users to make use of identifiers when the identifier system is not known.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.type", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + } + ], + "strength": "extensible", + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + }, + "mapping": [ + { + "identity": "v2", + "map": "CX.5" + }, + { + "identity": "rim", + "map": "Role.code or implied by context" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.system", + "path": "QuestionnaireResponse.identifier.system", + "short": "Namespace del valor de identificación. http://ops.org/esavi/CodIsoPaís o http://ops.org/esavi-CodPais/CodOrg o http://ops.org/esavi-CodPais/CodPais-CodOrg", + "definition": "Identifica la URL sobre la cual se describe el set de valores que es único. Sistem único para cada país en donde se genera la repesta", + "comment": "Identifier.system is always case sensitive.", + "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.system", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "example": [ + { + "label": "General", + "valueUri": "http://www.acme.com/identifiers/patient" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / EI-2-4" + }, + { + "identity": "rim", + "map": "II.root or Role.id.root" + }, + { + "identity": "servd", + "map": "./IdentifierType" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.value", + "path": "QuestionnaireResponse.identifier.value", + "short": "Valor del identificador único. Número de Caso en UUID", + "definition": "Valor del identificador único. Número de Caso en UUID", + "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", + "min": 1, + "max": "1", + "base": { + "path": "Identifier.value", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "example": [ + { + "label": "General", + "valueString": "123456" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.1 / EI.1" + }, + { + "identity": "rim", + "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" + }, + { + "identity": "servd", + "map": "./Value" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.period", + "path": "QuestionnaireResponse.identifier.period", + "short": "Time period when id is/was valid for use", + "definition": "Time period during which identifier is/was valid for use.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.period", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Period" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.7 + CX.8" + }, + { + "identity": "rim", + "map": "Role.effectiveTime or implied by context" + }, + { + "identity": "servd", + "map": "./StartDate and ./EndDate" + } + ] + }, + { + "id": "QuestionnaireResponse.identifier.assigner", + "path": "QuestionnaireResponse.identifier.assigner", + "short": "Organization that issued id (may be just text)", + "definition": "Organization that issued/manages the identifier.", + "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", + "min": 0, + "max": "1", + "base": { + "path": "Identifier.assigner", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "v2", + "map": "CX.4 / (CX.4,CX.9,CX.10)" + }, + { + "identity": "rim", + "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper" + }, + { + "identity": "servd", + "map": "./IdentifierIssuingAuthority" + } + ] + }, + { + "id": "QuestionnaireResponse.basedOn", + "path": "QuestionnaireResponse.basedOn", + "short": "Request fulfilled by this QuestionnaireResponse", + "definition": "The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.", + "requirements": "Supports traceability of responsibility for the action and allows linkage of an action to the recommendations acted upon.", + "alias": [ + "order" + ], + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse.basedOn", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.basedOn" + }, + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=FLFS].target" + } + ] + }, + { + "id": "QuestionnaireResponse.partOf", + "path": "QuestionnaireResponse.partOf", + "short": "Part of this action", + "definition": "A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.", + "comment": "Composition of questionnaire responses will be handled by the parent questionnaire having answers that reference the child questionnaire. For relationships to referrals, and other types of requests, use basedOn.", + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse.partOf", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.partOf" + }, + { + "identity": "rim", + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" + } + ] + }, + { + "id": "QuestionnaireResponse.questionnaire", + "path": "QuestionnaireResponse.questionnaire", + "short": "Recurso Cuestionario al cual las respuestas hacen referencia", + "definition": "El cuestionario ESAVI se define como ejemplo en esta guía. Debe ser referenciado", + "comment": "Deb contener la URL Canónica del Questionario ", + "requirements": "Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.", + "alias": [ + "Form" + ], + "min": 1, + "max": "1", + "base": { + "path": "QuestionnaireResponse.questionnaire", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "patternCanonical": "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.instantiates" + }, + { + "identity": "rim", + "map": "./outboundRelationship[typeCode=INST]/target[classCode=OBS, moodCode=DEFN]" + } + ] + }, + { + "id": "QuestionnaireResponse.status", + "path": "QuestionnaireResponse.status", + "short": "Estado en el cual se encuentra la respuesta.", + "definition": "El estado para los formularios ESAVI deben estar siempre en respuesta completed", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "requirements": "The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.", + "min": 1, + "max": "1", + "base": { + "path": "QuestionnaireResponse.status", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "code" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": true, + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true, + "binding": { + "strength": "required", + "description": "Se usará In-progress | completed", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status" + }, + "mapping": [ + { + "identity": "workflow", + "map": "Event.status" + }, + { + "identity": "w5", + "map": "FiveWs.status" + }, + { + "identity": "rim", + "map": ".statusCode (also whether there's a revisionControlAct - and possibly mood to distinguish \"in-progress\" from \"published)" + } + ] + }, + { + "id": "QuestionnaireResponse.subject", + "path": "QuestionnaireResponse.subject", + "short": "The subject of the questions", + "definition": "The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.", + "comment": "If the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.", + "requirements": "Allows linking the answers to the individual the answers describe. May also affect access control.", + "alias": [ + "Patient", + "Focus" + ], + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.subject", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.subject" + }, + { + "identity": "w5", + "map": "FiveWs.subject[x]" + }, + { + "identity": "rim", + "map": ".participation[typeCode=SBJ].role" + }, + { + "identity": "w5", + "map": "FiveWs.subject" + } + ] + }, + { + "id": "QuestionnaireResponse.encounter", + "path": "QuestionnaireResponse.encounter", + "short": "Encounter created as part of", + "definition": "The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. A questionnaire that was initiated during an encounter but not fully completed during the encounter would still generally be associated with the encounter.", + "requirements": "Provides context for the information that was captured. May also affect access control.", + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.encounter", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.encounter" + }, + { + "identity": "w5", + "map": "FiveWs.context" + }, + { + "identity": "rim", + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" + } + ] + }, + { + "id": "QuestionnaireResponse.authored", + "path": "QuestionnaireResponse.authored", + "short": "Fecha llenado Ficha o Fecha Notificación o Fecha Repositorio Nacional", + "definition": "Fecha/hora en la cual las respuestas fueron llenadas como definitivas. En orden de preferecia: Fecha Llenado Ficha --> FEcha Notificación --> Fecha Repositorio Nacional ", + "comment": " En Orden de Preferencia usar el linkid fechaLlenadoFicha si no fechaNotificacion y de no contar con ninguno de los ateriores fechaRepoNacional ", + "requirements": "Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers.", + "alias": [ + "Date Created", + "Date published", + "Date Issued", + "Date updated" + ], + "min": 1, + "max": "1", + "base": { + "path": "QuestionnaireResponse.authored", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "dateTime" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.occurrence[x]" + }, + { + "identity": "w5", + "map": "FiveWs.recorded" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].time" + } + ] + }, + { + "id": "QuestionnaireResponse.author", + "path": "QuestionnaireResponse.author", + "short": "Person who received and recorded the answers", + "definition": "Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.", + "comment": "Mapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated.", + "requirements": "Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.", + "alias": [ + "Laboratory", + "Service", + "Practitioner", + "Department", + "Company", + "Performer" + ], + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.author", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "workflow", + "map": "Event.performer" + }, + { + "identity": "w5", + "map": "FiveWs.author" + }, + { + "identity": "rim", + "map": ".participation[typeCode=AUT].role" + } + ] + }, + { + "id": "QuestionnaireResponse.source", + "path": "QuestionnaireResponse.source", + "short": "The person who answered the questions", + "definition": "The person who answered the questions about the subject.", + "comment": "If not specified, no inference can be made about who provided the data.", + "requirements": "When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions.", + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.source", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": true, + "mapping": [ + { + "identity": "w5", + "map": "FiveWs.source" + }, + { + "identity": "rim", + "map": ".participation[typeCode=INF].role" + } + ] + }, + { + "id": "QuestionnaireResponse.item", + "path": "QuestionnaireResponse.item", + "short": "Grupos, subgrupos y preguntas a responder basadas en el Questionario", + "definition": "Grupos y preguntas. Las respuestas estan basadas en el cuestionario deben seguir linkId y tipo de datos", + "comment": "Las respuestas deben contar con el mismo linkId y tipo de datos del Questionnaire, al igual como deben respetar las restricciones generadas tanto para habilitar la respuesta, validar la respuesta o terminologías usadas", + "min": 1, + "max": "*", + "base": { + "path": "QuestionnaireResponse.item", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "qrs-1", + "severity": "error", + "human": "Nested item can't be beneath both item and answer", + "expression": "(answer.exists() and item.exists()).not()", + "xpath": "not(exists(f:answer) and exists(f:item))", + "source": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "QuestionnaireResponse.item.id", + "path": "QuestionnaireResponse.item.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.item.extension", + "path": "QuestionnaireResponse.item.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.item.modifierExtension", + "path": "QuestionnaireResponse.item.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "QuestionnaireResponse.item.linkId", + "path": "QuestionnaireResponse.item.linkId", + "short": "Pointer to specific item from Questionnaire", + "definition": "The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.", + "requirements": "Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.", + "min": 1, + "max": "1", + "base": { + "path": "QuestionnaireResponse.item.linkId", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id" + } + ] + }, + { + "id": "QuestionnaireResponse.item.definition", + "path": "QuestionnaireResponse.item.definition", + "short": "ElementDefinition - details for the item", + "definition": "A reference to an [ElementDefinition](http://hl7.org/fhir/R4/elementdefinition.html) that provides the details for the item.", + "comment": "The ElementDefinition must be in a [StructureDefinition](structuredefinition.html#), and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x].\n\nThere is no need for this element if the item pointed to by the linkId has a definition listed.", + "requirements": "A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition.", + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.item.definition", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "uri" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].code" + } + ] + }, + { + "id": "QuestionnaireResponse.item.text", + "path": "QuestionnaireResponse.item.text", + "short": "Name for group or question text", + "definition": "Text that is displayed above the contents of the group or as the text of the question being answered.", + "requirements": "Allows the questionnaire response to be read without access to the questionnaire.", + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.item.text", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "string" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".text" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer", + "path": "QuestionnaireResponse.item.answer", + "short": "The response(s) to the question", + "definition": "The respondent's answer(s) to the question.", + "comment": "The value is nested because we cannot have a repeating structure that has variable type.", + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse.item.answer", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".value[type=LIST_ANY]" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer.id", + "path": "QuestionnaireResponse.item.answer.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer.extension", + "path": "QuestionnaireResponse.item.answer.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer.modifierExtension", + "path": "QuestionnaireResponse.item.answer.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer.value[x]", + "path": "QuestionnaireResponse.item.answer.value[x]", + "short": "Single-valued answer to the question", + "definition": "The answer (or one of the answers) provided by the respondent to the question.", + "comment": "More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire.", + "requirements": "Ability to retain a single-valued answer to a question.", + "min": 0, + "max": "1", + "base": { + "path": "QuestionnaireResponse.item.answer.value[x]", + "min": 0, + "max": "1" + }, + "type": [ + { + "code": "boolean" + }, + { + "code": "decimal" + }, + { + "code": "integer" + }, + { + "code": "date" + }, + { + "code": "dateTime" + }, + { + "code": "time" + }, + { + "code": "string" + }, + { + "code": "uri" + }, + { + "code": "Attachment" + }, + { + "code": "Coding" + }, + { + "code": "Quantity" + }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireAnswer" + } + ], + "strength": "example", + "description": "Code indicating the response provided for a question.", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "mapping": [ + { + "identity": "rim", + "map": ".item" + } + ] + }, + { + "id": "QuestionnaireResponse.item.answer.item", + "path": "QuestionnaireResponse.item.answer.item", + "short": "Nested groups and questions", + "definition": "Nested groups and/or questions found within this particular answer.", + "requirements": "It is useful to have \"sub-questions\", questions which normally appear when certain answers are given and which collect additional details.", + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse.item.answer.item", + "min": 0, + "max": "*" + }, + "contentReference": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]" + } + ] + }, + { + "id": "QuestionnaireResponse.item.item", + "path": "QuestionnaireResponse.item.item", + "short": "Nested questionnaire response items", + "definition": "Questions or sub-groups nested beneath a question or group.", + "requirements": "Reports can consist of complex nested groups.", + "min": 0, + "max": "*", + "base": { + "path": "QuestionnaireResponse.item.item", + "min": 0, + "max": "*" + }, + "contentReference": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse#QuestionnaireResponse.item", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]" + } + ] + } + ] + }, + "differential": { + "element": [ + { + "id": "QuestionnaireResponse", + "path": "QuestionnaireResponse" + }, + { + "id": "QuestionnaireResponse.identifier", + "path": "QuestionnaireResponse.identifier", + "short": "Identificador único para este set de respuestas", + "definition": "Identificador único que será asignado a este set de respuestas, basado en un UUID", + "min": 1, + "mustSupport": true + }, + { + "id": "QuestionnaireResponse.identifier.system", + "path": "QuestionnaireResponse.identifier.system", + "short": "Namespace del valor de identificación. http://ops.org/esavi/CodIsoPaís o http://ops.org/esavi-CodPais/CodOrg o http://ops.org/esavi-CodPais/CodPais-CodOrg", + "definition": "Identifica la URL sobre la cual se describe el set de valores que es único. Sistem único para cada país en donde se genera la repesta" + }, + { + "id": "QuestionnaireResponse.identifier.value", + "path": "QuestionnaireResponse.identifier.value", + "short": "Valor del identificador único. Número de Caso en UUID", + "definition": "Valor del identificador único. Número de Caso en UUID", + "min": 1, + "mustSupport": true + }, + { + "id": "QuestionnaireResponse.questionnaire", + "path": "QuestionnaireResponse.questionnaire", + "short": "Recurso Cuestionario al cual las respuestas hacen referencia", + "definition": "El cuestionario ESAVI se define como ejemplo en esta guía. Debe ser referenciado", + "comment": "Deb contener la URL Canónica del Questionario ", + "min": 1, + "patternCanonical": "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI", + "mustSupport": true + }, + { + "id": "QuestionnaireResponse.status", + "path": "QuestionnaireResponse.status", + "short": "Estado en el cual se encuentra la respuesta.", + "definition": "El estado para los formularios ESAVI deben estar siempre en respuesta completed", + "mustSupport": true, + "binding": { + "strength": "required", + "description": "Se usará In-progress | completed", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status" + } + }, + { + "id": "QuestionnaireResponse.authored", + "path": "QuestionnaireResponse.authored", + "short": "Fecha llenado Ficha o Fecha Notificación o Fecha Repositorio Nacional", + "definition": "Fecha/hora en la cual las respuestas fueron llenadas como definitivas. En orden de preferecia: Fecha Llenado Ficha --> FEcha Notificación --> Fecha Repositorio Nacional ", + "comment": " En Orden de Preferencia usar el linkid fechaLlenadoFicha si no fechaNotificacion y de no contar con ninguno de los ateriores fechaRepoNacional ", + "min": 1, + "mustSupport": true + }, + { + "id": "QuestionnaireResponse.item", + "path": "QuestionnaireResponse.item", + "short": "Grupos, subgrupos y preguntas a responder basadas en el Questionario", + "definition": "Grupos y preguntas. Las respuestas estan basadas en el cuestionario deben seguir linkId y tipo de datos", + "comment": "Las respuestas deben contar con el mismo linkId y tipo de datos del Questionnaire, al igual como deben respetar las restricciones generadas tanto para habilitar la respuesta, validar la respuesta o terminologías usadas", + "min": 1, + "mustSupport": true + } + ] + } +} \ No newline at end of file diff --git a/package/Untitled-1.json b/package/Untitled-1.json new file mode 100644 index 0000000..acb555c --- /dev/null +++ b/package/Untitled-1.json @@ -0,0 +1,521 @@ +{ + "resourceType": "QuestionnaireResponse", + "id": "ejDosNuevo", + "meta": { + "profile": [ + "https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse" + ] + }, + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
LinkIdTextDefinitionAnswer\"doco\"
\".\"\".\" ejDosNuevoQuestionnaire:Questionario para ESAVI de OPS
\".\"\".\"\".\" datosNotificacionGeneral
\".\"\".\"\".\"\".\" datosNotificacion
\".\"\".\"\".\"\".\"\".\" paisOrigen-RegCódigos de Paises BRA: Brazil
\".\"\".\"\".\"\".\"\".\" nombreOrganizacionNotificadoraMinisterio da Saude
\".\"\".\"\".\"\".\"\".\" codigoDireccionOrganizacionCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreDireccionOrganizacionFlorianópolis
\".\"\".\"\".\"\".\"\".\" codigoProfesionNotificadorTipo de Profesional Notificador 3: Otro Profesional de la Salud
\".\"\".\"\".\"\".\" fechas
\".\"\".\"\".\"\".\"\".\" fechaConsulta2021-07-01
\".\"\".\"\".\"\".\"\".\" fechaLlenadoFicha2021-09-21
\".\"\".\"\".\" datosIdVacunado
\".\"\".\"\".\"\".\" datosPaciente
\".\"\".\"\".\"\".\"\".\" numeroCaso1422100147620
\".\"\".\"\".\"\".\"\".\" idPacientef309923b7f5b8512eb70fa8361decfb1
\".\"\".\"\".\"\".\"\".\" codigoResidenciaHabitualCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreResidenciaHabitualFlorianópolis
\".\"\".\"\".\"\".\"\".\" sexoPacienteAdministrativeGender male: Male
\".\"\".\"\".\"\".\"\".\" fechaNacimiento1988-09-08
\".\"\".\"\".\"\".\"\".\" etniaBranca
\".\"\".\"\".\" antecedentesFarmacosVacunas
\".\"\".\"\".\"\".\" datosVacunas
\".\"\".\"\".\"\".\"\".\" nombreVacunaCovishield
\".\"\".\"\".\"\".\"\".\" nombreNormalizadoVacunaVacina Covid-19 - Covishield
\".\"\".\"\".\"\".\"\".\" identificadorVacuna123456
\".\"\".\"\".\"\".\"\".\" nombreFabricanteOXFORD-ASTRAZENECA
\".\"\".\"\".\"\".\"\".\" numeroDosisVacuna1
\".\"\".\"\".\"\".\"\".\" nombreVacunatoriovacunatorio genérico
\".\"\".\"\".\"\".\"\".\" fechaVacunacion2021-06-25
\".\"\".\"\".\"\".\"\".\" codigoDireccionVacunatorioCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreDireccionVacunatoriodireccion genérica
\".\"\".\"\".\" registroESAVI
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIPlaquetas baixas
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI1
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10024922: 10024922
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIPaciente com plaquetopenia severa 15 dias após aplicação de vacina. Hemograma do dia 21/07/2021 (7 mil Plaquetas). Ficou hospitalizado 4 dias apresentou petequias, equimoses e hematúria. Paciente de 33 anos, apresentou quadro de plaquetopenia importante após vacinação ASTRAZENICA há 30 dias; Estava em acompanhamento com Dr Alan Furlan hematologista particular. Lab (21/07/21): contagem plaquetas 7000. Lab (30/07/21): Hb 15,60/ Ht 47,60/ VCM 86,70/ RDW 14,90%/ Leuco 8280/ Plaquetas 3450/ Plaquetas em citrato 5470 Teste Rápido HbsAg não reagente/ HCV não reagente/ HIV não reagente/ Sífilis não reagente. Lab (06/08/21): Hb 14,30/ Ht 43, 40/ VCM 88, 0/ Leuco 9220/ Plaquetas 71.000/ Tempo Tromboplastina Parcial 27,0/ Protrombina 18,10/ INR 1,37/ PCR 0,38/ Bilirrubina total 0,77/ BD 0,10/ BI 0,67/ Gama Gt 25,0/ AST 14,0/ ALT 24,0/ VHS 3/ FR <8 Lab (11/08/21): Plaquetas 41.000 Lab (18/08/21): Plaquetas 31.800.
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIHematuria
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI2
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10005604: 10005604
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIFicou hospitalizado 4 dias apresentou hematúria.
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIEquimoses
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI3
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10014080: 10014080
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIFicou hospitalizado 4 dias apresentou equimoses
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVISangramento gengival
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI4
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10018292: 10018292
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-20
\".\"\".\"\".\"\".\"\".\" descripcionESAVIpaciente presenta sangrado gingival
\".\"\".\"\".\"\".\" gravedadESAVI
\".\"\".\"\".\"\".\"\".\" tipoGravedadtrue
\".\"\".\"\".\"\".\"\".\" gravMuertefalse
\".\"\".\"\".\"\".\"\".\" gravRiesgoVidafalse
\".\"\".\"\".\"\".\"\".\" gravDiscapacidadfalse
\".\"\".\"\".\"\".\"\".\" gravHospitalizaciontrue
\".\"\".\"\".\"\".\"\".\" gravAnomaliaCongenitafalse
\".\"\".\"\".\"\".\"\".\" otrosEventosImportantesfalse
\".\"\".\"\".\"\".\" desenlaceESAVI
\".\"\".\"\".\"\".\"\".\" codDesenlaceESAVIDesenlaces Tras ESAVI 2: En recuperación
\".\"\".\"\".\"\".\"\".\" comentariosPaciente relata alergia a chocolate e ingeriu. Diz que 2 colegas do trabalho apresentaram os mesmos sintomas petéquias hj 20/07
\".\"\".\"\".\"\".\"\".\" fechaInicioInvestigacion2021-09-20

\"doco\" Documentation for this format
" + }, + "identifier": { + "system": "http://ops.org/esavi/BR", + "value": "15500393456" + }, + "questionnaire": "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI", + "status": "completed", + "authored": "2023-04-12T19:09:52.678Z", + "item": [ + { + "linkId": "datosNotificacionGeneral", + "item": [ + { + "linkId": "datosNotificacion", + "item": [ + { + "linkId": "paisOrigen-Reg", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/codPaisesCS", + "code": "BRA" + } + } + ] + }, + { + "linkId": "nombreOrganizacionNotificadora", + "answer": [ + { + "valueString": "Ministerio da Saude" + } + ] + }, + { + "linkId": "codigoDireccionOrganizacion", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS", + "code": "BR_AL_27_05705", + "display": "Olho d'Água das Flores (Municipio), Alagoas, Brazil" + } + } + ] + }, + { + "linkId": "nombreDireccionOrganizacion", + "answer": [ + { + "valueString": "Florianópolis" + } + ] + }, + { + "linkId": "codigoProfesionNotificador", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS", + "code": "1" + } + } + ] + } + ] + }, + { + "linkId": "fechas", + "item": [ + { + "linkId": "fechaConsulta", + "answer": [ + { + "valueDate": "2021-07-01" + } + ] + }, + { + "linkId": "fechaNotificacion", + "answer": [ + { + "valueDate": "2021-07-01" + } + ] + }, + { + "linkId": "fechaLlenadoFicha", + "answer": [ + { + "valueDate": "2021-09-21" + } + ] + } + ] + } + ] + }, + { + "linkId": "datosIdVacunado", + "item": [ + { + "linkId": "datosPaciente", + "item": [ + { + "linkId": "numeroCaso", + "answer": [ + { + "valueString": "1422100147620" + } + ] + }, + { + "linkId": "idPaciente", + "answer": [ + { + "valueString": "f309923b7f5b8512eb70fa8361decfb1" + } + ] + }, + { + "linkId": "codigoResidenciaHabitual", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS", + "code": "BR_AL_27_05705", + "display": "Olho d'Água das Flores (Municipio), Alagoas, Brazil" + } + } + ] + }, + { + "linkId": "nombreResidenciaHabitual", + "answer": [ + { + "valueString": "Florianópolis" + } + ] + }, + { + "linkId": "sexoPaciente", + "answer": [ + { + "valueCoding": { + "system": "http://hl7.org/fhir/administrative-gender", + "code": "male", + "display": "Male" + } + } + ] + }, + { + "linkId": "fechaNacimiento", + "answer": [ + { + "valueDate": "1988-09-08" + } + ] + }, + { + "linkId": "etnia", + "answer": [ + { + "valueString": "Branca" + } + ] + } + ] + } + ] + }, + { + "linkId": "antecedentesFarmacosVacunas", + "item": [ + { + "linkId": "datosVacunas", + "item": [ + { + "linkId": "nombreVacuna", + "answer": [ + { + "valueString": "Covishield" + } + ] + }, + { + "linkId": "nombreNormalizadoVacuna", + "answer": [ + { + "valueString": "Vacina Covid-19 - Covishield" + } + ] + }, + { + "linkId": "identificadorVacuna", + "answer": [ + { + "valueInteger": 123456 + } + ] + }, + { + "linkId": "nombreFabricante", + "answer": [ + { + "valueString": "OXFORD-ASTRAZENECA" + } + ] + }, + { + "linkId": "numeroDosisVacuna", + "answer": [ + { + "valueInteger": 1 + } + ] + }, + { + "linkId": "nombreVacunatorio", + "answer": [ + { + "valueString": "vacunatorio genérico" + } + ] + }, + { + "linkId": "fechaVacunacion", + "answer": [ + { + "valueDate": "2021-06-25" + } + ] + }, + { + "linkId": "codigoDireccionVacunatorio", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS", + "code": "BR_AL_27_05705", + "display": "Olho d'Água das Flores (Municipio), Alagoas, Brazil" + } + } + ] + }, + { + "linkId": "nombreDireccionVacunatorio", + "answer": [ + { + "valueString": "direccion genérica" + } + ] + } + ] + } + ] + }, + { + "linkId": "registroESAVI", + "item": [ + { + "linkId": "datosESAVI", + "item": [ + { + "linkId": "nombreESAVI", + "answer": [ + { + "valueString": "Plaquetas baixas" + } + ] + }, + { + "linkId": "IdentificadorESAVI", + "answer": [ + { + "valueInteger": 1 + } + ] + }, + + { + "linkId": "fechaESAVI", + "answer": [ + { + "valueDate": "2021-07-21" + } + ] + }, + { + "linkId": "descripcionESAVI", + "answer": [ + { + "valueString": "Paciente com plaquetopenia severa 15 dias após aplicação de vacina. Hemograma do dia 21/07/2021 (7 mil Plaquetas). Ficou hospitalizado 4 dias apresentou petequias, equimoses e hematúria. Paciente de 33 anos, apresentou quadro de plaquetopenia importante após vacinação ASTRAZENICA há 30 dias; Estava em acompanhamento com Dr Alan Furlan hematologista particular. Lab (21/07/21): contagem plaquetas 7000. Lab (30/07/21): Hb 15,60/ Ht 47,60/ VCM 86,70/ RDW 14,90%/ Leuco 8280/ Plaquetas 3450/ Plaquetas em citrato 5470 Teste Rápido HbsAg não reagente/ HCV não reagente/ HIV não reagente/ Sífilis não reagente. Lab (06/08/21): Hb 14,30/ Ht 43, 40/ VCM 88, 0/ Leuco 9220/ Plaquetas 71.000/ Tempo Tromboplastina Parcial 27,0/ Protrombina 18,10/ INR 1,37/ PCR 0,38/ Bilirrubina total 0,77/ BD 0,10/ BI 0,67/ Gama Gt 25,0/ AST 14,0/ ALT 24,0/ VHS 3/ FR <8 Lab (11/08/21): Plaquetas 41.000 Lab (18/08/21): Plaquetas 31.800." + } + ] + } + ] + }, + { + "linkId": "datosESAVI", + "item": [ + { + "linkId": "nombreESAVI", + "answer": [ + { + "valueString": "Hematuria" + } + ] + }, + { + "linkId": "IdentificadorESAVI", + "answer": [ + { + "valueInteger": 2 + } + ] + }, + + { + "linkId": "fechaESAVI", + "answer": [ + { + "valueDate": "2021-07-21" + } + ] + }, + { + "linkId": "descripcionESAVI", + "answer": [ + { + "valueString": "Ficou hospitalizado 4 dias apresentou hematúria." + } + ] + } + ] + }, + { + "linkId": "datosESAVI", + "item": [ + { + "linkId": "nombreESAVI", + "answer": [ + { + "valueString": "Equimoses" + } + ] + }, + { + "linkId": "IdentificadorESAVI", + "answer": [ + { + "valueInteger": 3 + } + ] + }, + + { + "linkId": "fechaESAVI", + "answer": [ + { + "valueDate": "2021-07-21" + } + ] + }, + { + "linkId": "descripcionESAVI", + "answer": [ + { + "valueString": "Ficou hospitalizado 4 dias apresentou equimoses" + } + ] + } + ] + }, + { + "linkId": "datosESAVI", + "item": [ + { + "linkId": "nombreESAVI", + "answer": [ + { + "valueString": "Sangramento gengival" + } + ] + }, + { + "linkId": "IdentificadorESAVI", + "answer": [ + { + "valueInteger": 4 + } + ] + }, + + { + "linkId": "fechaESAVI", + "answer": [ + { + "valueDate": "2021-07-20" + } + ] + }, + { + "linkId": "descripcionESAVI", + "answer": [ + { + "valueString": "paciente presenta sangrado gingival" + } + ] + } + ] + }, + { + "linkId": "gravedadESAVI", + "item": [ + { + "linkId": "tipoGravedad", + "answer": [ + { + "valueBoolean": true + } + ] + }, + { + "linkId": "gravMuerte", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "gravRiesgoVida", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "gravDiscapacidad", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "gravHospitalizacion", + "answer": [ + { + "valueBoolean": true + } + ] + }, + { + "linkId": "gravAnomaliaCongenita", + "answer": [ + { + "valueBoolean": false + } + ] + }, + { + "linkId": "otrosEventosImportantes", + "answer": [ + { + "valueBoolean": false + } + ] + } + ] + }, + { + "linkId": "desenlaceESAVI", + "item": [ + { + "linkId": "codDesenlaceESAVI", + "answer": [ + { + "valueCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS", + "code": "2" + } + } + ] + }, + { + "linkId": "comentarios", + "answer": [ + { + "valueString": "Paciente relata alergia a chocolate e ingeriu. Diz que 2 colegas do trabalho apresentaram os mesmos sintomas petéquias hj 20/07" + } + ] + }, + { + "linkId": "fechaInicioInvestigacion", + "answer": [ + { + "valueDate": "2021-09-20" + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/package/cs/CodeSystem-ClasificacionDesenlaceCS.json b/package/cs/CodeSystem-ClasificacionDesenlaceCS.json new file mode 100644 index 0000000..58eb39b --- /dev/null +++ b/package/cs/CodeSystem-ClasificacionDesenlaceCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ClasificacionDesenlaceCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS defines the following codes:

CodeDisplay
1 Recuperado Completamente
2 En recuperación
3 No recuperado
4 Recuperado con secuelas
5 Muerte
0 Desconocido
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS","version":"0.1.46","name":"ClasificacionDesenlaceCS","title":"Desenlaces Tras ESAVI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Clasificación de Desenlace Tras Sufrir ESAVI","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":6,"concept":[{"code":"1","display":"Recuperado Completamente"},{"code":"2","display":"En recuperación"},{"code":"3","display":"No recuperado"},{"code":"4","display":"Recuperado con secuelas"},{"code":"5","display":"Muerte"},{"code":"0","display":"Desconocido"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ClasificacionDesenlaceNaranjoCS.json b/package/cs/CodeSystem-ClasificacionDesenlaceNaranjoCS.json new file mode 100644 index 0000000..4672398 --- /dev/null +++ b/package/cs/CodeSystem-ClasificacionDesenlaceNaranjoCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ClasificacionDesenlaceNaranjoCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS defines the following codes:

CodeDisplay
01 Definitivo
02 Probable
03 Posible
04 Improbable
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS","version":"0.1.46","name":"ClasificacionDesenlaceNaranjoCS","title":"Clasificación de causalidad Naranjo","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Método de clasificación de causalidad Naranjo","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":4,"concept":[{"code":"01","display":"Definitivo"},{"code":"02","display":"Probable"},{"code":"03","display":"Posible"},{"code":"04","display":"Improbable"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ClasificacionDesenlaceWHOAEFICS.json b/package/cs/CodeSystem-ClasificacionDesenlaceWHOAEFICS.json new file mode 100644 index 0000000..c59a31e --- /dev/null +++ b/package/cs/CodeSystem-ClasificacionDesenlaceWHOAEFICS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ClasificacionDesenlaceWHOAEFICS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS defines the following codes:

CodeDisplay
A1 Evento relacionado con la vacuna o cualquiera de sus componentes
A2 Evento relacionado con una desviacion de calidad del producto biologico o la vacuna
A3 Evento relacionado con un error programatico
A4 Evento por estres que tuvo lugar inmediatemente antes, durante o inmediatamente despues del proceso de vacunacion
B1 La relacion temporal es congruente, pero no hay evidencia definitiva suficiente sobre una relacion causal con la vacuna (puede ser un evento recientemente asociadoa la vacuna [señal])
B2 Factores determinantes para la clasificación muestran tendencias conflictivas a favor y en contra de una asociacion causal con la vacunació
C Causa Coincidente
NC No clasificable
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS","version":"0.1.46","name":"ClasificacionDesenlaceWHOAEFICS","title":"Clasificación de causalidad WHO-AEFI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Método de clasificación de causalidad WHO-AEFI","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":8,"concept":[{"code":"A1","display":"Evento relacionado con la vacuna o cualquiera de sus componentes"},{"code":"A2","display":"Evento relacionado con una desviacion de calidad del producto biologico o la vacuna"},{"code":"A3","display":"Evento relacionado con un error programatico"},{"code":"A4","display":"Evento por estres que tuvo lugar inmediatemente antes, durante o inmediatamente despues del proceso de vacunacion"},{"code":"B1","display":"La relacion temporal es congruente, pero no hay evidencia definitiva suficiente sobre una relacion causal con la vacuna (puede ser un evento recientemente asociadoa la vacuna [señal])"},{"code":"B2","display":"Factores determinantes para la clasificación muestran tendencias conflictivas a favor y en contra de una asociacion causal con la vacunació"},{"code":"C","display":"Causa Coincidente"},{"code":"NC","display":"No clasificable"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ClasificacionDesenlaceWHOUMCCS.json b/package/cs/CodeSystem-ClasificacionDesenlaceWHOUMCCS.json new file mode 100644 index 0000000..a2e0691 --- /dev/null +++ b/package/cs/CodeSystem-ClasificacionDesenlaceWHOUMCCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ClasificacionDesenlaceWHOUMCCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS defines the following codes:

CodeDisplay
01 Definitivo
02 Probable
03 Posible
04 Improbable
05 Condicional / No clasificado
06 No evaluable / No clasificable
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS","version":"0.1.46","name":"ClasificacionDesenlaceWHOUMCCS","title":"Clasificación de causalidad WHO-UMC","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Método de clasificación de causalidad WHO-UMC","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":6,"concept":[{"code":"01","display":"Definitivo"},{"code":"02","display":"Probable"},{"code":"03","display":"Posible"},{"code":"04","display":"Improbable"},{"code":"05","display":"Condicional / No clasificado"},{"code":"06","display":"No evaluable / No clasificable"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-CodigoWhoFabricanteCS.json b/package/cs/CodeSystem-CodigoWhoFabricanteCS.json new file mode 100644 index 0000000..59bb634 --- /dev/null +++ b/package/cs/CodeSystem-CodigoWhoFabricanteCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"CodigoWhoFabricanteCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS defines the following codes:

CodeDisplay
INP Inovio Pharmaceuticals
WIB Wuhan Institute of Biological Products (CNBG)
SII Serum Institute of India
KBP Kentucky BioProcessing
BWB Beijing WANTAI Biological
CAB CanSino Biologicals
MOD Moderna
BMB Beijing Minhai Biotechnology
IIB Israel Institute for Biological Research
VID VIDO-Intervac
BIB Beijing Bio-Institute Biological Products (CNBG)
GEN Genexine
CEC Cellid Co
JAP Janssen Pharmaceuticals
COV Vaxxinity Inc
SIN Sinovac
SRC State Research Center of Virology & Biotechnology
CHU Chumakov
ART Arcturus Therapeutics
RIB Research Institute for Biological Safety Problems
EUB EUBiologics
IMB Insitute of Medical Biology
SGM Shenzhen GenoImmune Medical Institute
PFI Pfizer BioNTech
AIV Aivita Biomedical
NOV Novavax
GRI Gamaleya Research Institute
ANZ Anhui Zhifei Longcom Biopharmaceutical
SPG Sanofi Pasteur - GSK
CGE Center for Genetic Engineering and Biotechnology
AKB Akston Biosciences
CUR Curevac
SHI Shionogi
MVB Medigen Vaccine Biologics
ANB AnGes Biopharmaceutical
ASZ AstraZeneca
NPB Nanogen Pharmaceutical Biotechnology
BHB Bharat Biotech
IFV Instituto Finlay de Vacunas
VAL Valneva
BIE Biological E
MEI Medicago Inc
GOL GeneOne LifeScience
CLB Clover Biopharmaceuticals
ZYC Zydus Cadila
SIU Sichuan University
RET ReiThera
ERU Erciyes University
WBI Walvax Biotech
JUL Julphar
SHP Shifa Pharmed
VPL Vaxine Pty Ltd
RAZ Razi Vaccine and Serum Research Institute
UNKNOWN Unknown
HIT Health Institutes of Turkey
NVSII National Vaccine and Serum Institute, China
ODIR Organization of Defensive Innovation and Research
PII Pasteur Institute of Iran
BUMS Baqiyatallah University of Medical Sciences
"},"url":"https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS","version":"0.1.46","name":"CodigoWhoFabricanteCS","title":"Fabricante Vacuna","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos Fabricantes Vacunas de WHO","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":59,"concept":[{"code":"INP","display":"Inovio Pharmaceuticals"},{"code":"WIB","display":"Wuhan Institute of Biological Products (CNBG)"},{"code":"SII","display":"Serum Institute of India"},{"code":"KBP","display":"Kentucky BioProcessing"},{"code":"BWB","display":"Beijing WANTAI Biological"},{"code":"CAB","display":"CanSino Biologicals"},{"code":"MOD","display":"Moderna"},{"code":"BMB","display":"Beijing Minhai Biotechnology"},{"code":"IIB","display":"Israel Institute for Biological Research"},{"code":"VID","display":"VIDO-Intervac"},{"code":"BIB","display":"Beijing Bio-Institute Biological Products (CNBG)"},{"code":"GEN","display":"Genexine"},{"code":"CEC","display":"Cellid Co"},{"code":"JAP","display":"Janssen Pharmaceuticals"},{"code":"COV","display":"Vaxxinity Inc"},{"code":"SIN","display":"Sinovac"},{"code":"SRC","display":"State Research Center of Virology & Biotechnology"},{"code":"CHU","display":"Chumakov"},{"code":"ART","display":"Arcturus Therapeutics"},{"code":"RIB","display":"Research Institute for Biological Safety Problems"},{"code":"EUB","display":"EUBiologics"},{"code":"IMB","display":"Insitute of Medical Biology"},{"code":"SGM","display":"Shenzhen GenoImmune Medical Institute"},{"code":"PFI","display":"Pfizer BioNTech"},{"code":"AIV","display":"Aivita Biomedical"},{"code":"NOV","display":"Novavax"},{"code":"GRI","display":"Gamaleya Research Institute"},{"code":"ANZ","display":"Anhui Zhifei Longcom Biopharmaceutical"},{"code":"SPG","display":"Sanofi Pasteur - GSK"},{"code":"CGE","display":"Center for Genetic Engineering and Biotechnology"},{"code":"AKB","display":"Akston Biosciences"},{"code":"CUR","display":"Curevac"},{"code":"SHI","display":"Shionogi"},{"code":"MVB","display":"Medigen Vaccine Biologics"},{"code":"ANB","display":"AnGes Biopharmaceutical"},{"code":"ASZ","display":"AstraZeneca"},{"code":"NPB","display":"Nanogen Pharmaceutical Biotechnology"},{"code":"BHB","display":"Bharat Biotech"},{"code":"IFV","display":"Instituto Finlay de Vacunas"},{"code":"VAL","display":"Valneva"},{"code":"BIE","display":"Biological E"},{"code":"MEI","display":"Medicago Inc"},{"code":"GOL","display":"GeneOne LifeScience"},{"code":"CLB","display":"Clover Biopharmaceuticals"},{"code":"ZYC","display":"Zydus Cadila"},{"code":"SIU","display":"Sichuan University"},{"code":"RET","display":"ReiThera"},{"code":"ERU","display":"Erciyes University"},{"code":"WBI","display":"Walvax Biotech"},{"code":"JUL","display":"Julphar"},{"code":"SHP","display":"Shifa Pharmed"},{"code":"VPL","display":"Vaxine Pty Ltd"},{"code":"RAZ","display":"Razi Vaccine and Serum Research Institute"},{"code":"UNKNOWN","display":"Unknown"},{"code":"HIT","display":"Health Institutes of Turkey"},{"code":"NVSII","display":"National Vaccine and Serum Institute, China"},{"code":"ODIR","display":"Organization of Defensive Innovation and Research"},{"code":"PII","display":"Pasteur Institute of Iran"},{"code":"BUMS","display":"Baqiyatallah University of Medical Sciences"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ComplicacionEmbarazoCS.json b/package/cs/CodeSystem-ComplicacionEmbarazoCS.json new file mode 100644 index 0000000..e3b5e99 --- /dev/null +++ b/package/cs/CodeSystem-ComplicacionEmbarazoCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ComplicacionEmbarazoCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS defines the following codes:

CodeDisplay
01 Del Embarazo
02 Del Parto
03 Puerperio fetal
04 Neonatal
05 Anomalía Congénita
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS","version":"0.1.46","name":"ComplicacionEmbarazoCS","title":"Complicaciones de Embarazo","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para las Complicaciones de Embarazo","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":5,"concept":[{"code":"01","display":"Del Embarazo"},{"code":"02","display":"Del Parto"},{"code":"03","display":"Puerperio fetal"},{"code":"04","display":"Neonatal"},{"code":"05","display":"Anomalía Congénita"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-DirOrgNotiCS.json b/package/cs/CodeSystem-DirOrgNotiCS.json new file mode 100644 index 0000000..6622966 --- /dev/null +++ b/package/cs/CodeSystem-DirOrgNotiCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"DirOrgNotiCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS defines the following codes:

CodeDisplay
AR_B_06126 Campana (Partido), Buenos Aires, Argentina
AR_B_06134 Cañuelas (Partido), Buenos Aires, Argentina
AR_B_06140 Capitán Sarmiento (Partido), Buenos Aires, Argentina
AR_B_06147 Carlos Casares (Partido), Buenos Aires, Argentina
AR_B_06154 Carlos Tejedor (Partido), Buenos Aires, Argentina
AR_B_06161 Carmen de Areco (Partido), Buenos Aires, Argentina
AR_B_06168 Castelli (Partido), Buenos Aires, Argentina
AR_B_06175 Colón (Partido), Buenos Aires, Argentina
AR_B_06182 Coronel de Marina Leonardo Rosales (Partido), Buenos Aires, Argentina
AR_B_06189 Coronel Dorrego (Partido), Buenos Aires, Argentina
AR_B_06196 Coronel Pringles (Partido), Buenos Aires, Argentina
AR_B_06203 Coronel Suárez (Partido), Buenos Aires, Argentina
AR_B_06665 Ramallo (Partido), Buenos Aires, Argentina
AR_C_02001 Comuna 1 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02002 Comuna 2 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02003 Comuna 3 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02004 Comuna 4 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02005 Comuna 5 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02006 Comuna 6 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02007 Comuna 7 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02008 Comuna 8 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02009 Comuna 9 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02010 Comuna 10 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02011 Comuna 11 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02012 Comuna 12 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02013 Comuna 13 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02014 Comuna 14 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
AR_C_02015 Comuna 15 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina
BO_B_080801 Magdalena (Municipio), Beni, Bolivia (Plurinational State of)
BO_B_080802 Baures (Municipio), Beni, Bolivia (Plurinational State of)
BO_B_080803 Huacaraje (Municipio), Beni, Bolivia (Plurinational State of)
BO_C_030101 Cochabamba (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030201 Aiquile (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030202 Pasorapa (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030203 Omereque (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030301 Ayopaya (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030302 Morochata (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030303 Cocapata (Municipio), Cochabamba, Bolivia (Plurinational State of)
BO_C_030401 Tarata (Municipio), Cochabamba, Bolivia (Plurinational State of)
BR_AL_27_05705 Olho d'Água das Flores (Municipio), Alagoas, Brazil
BR_AL_27_05804 Olho d'Água do Casado (Municipio), Alagoas, Brazil
BR_AL_27_05903 Olho d'Água Grande (Municipio), Alagoas, Brazil
BR_AL_27_06000 Olivença (Municipio), Alagoas, Brazil
BR_AL_27_06109 Ouro Branco (Municipio), Alagoas, Brazil
BR_AL_27_06208 Palestina (Municipio), Alagoas, Brazil
BR_AL_27_06307 Palmeira dos Índios (Municipio), Alagoas, Brazil
BR_AL_27_06406 Pão de Açúcar (Municipio), Alagoas, Brazil
BR_AL_27_06422 Pariconha (Municipio), Alagoas, Brazil
BR_AL_27_06448 Paripueira (Municipio), Alagoas, Brazil
BR_AL_27_06505 Passo de Camaragibe (Municipio), Alagoas, Brazil
BR_AL_27_06604 Paulo Jacinto (Municipio), Alagoas, Brazil
BR_AL_27_06703 Penedo (Municipio), Alagoas, Brazil
BR_AL_27_06802 Piaçabuçu (Municipio), Alagoas, Brazil
CL_VS_05801 Quilpué (Comuna), Region de Valparaiso, Chile
CL_VS_05802 Limache (Comuna), Region de Valparaiso, Chile
CL_VS_05803 Olmué (Comuna), Region de Valparaiso, Chile
CL_VS_05804 Villa Alemana (Comuna), Region de Valparaiso, Chile
CO_AMA_91001 Leticia (Municipio), Amazonas, Colombia
CO_AMA_91263 El Encanto (Municipio), Amazonas, Colombia
CO_AMA_91405 La Chorrera (Municipio), Amazonas, Colombia
CO_AMA_91407 La Pedrera (Municipio), Amazonas, Colombia
CO_AMA_91430 La Victoria (Municipio), Amazonas, Colombia
CO_AMA_91460 Mirití- Paraná (Municipio), Amazonas, Colombia
DO_0904 Jamao al Norte (Municipio), Espaillat, Dominican Republic
DO_1001 Jimaní (Municipio), Independencia, Dominican Republic
DO_1002 Duvergé (Municipio), Independencia, Dominican Republic
EC_D_2203 La Joya de Los Sachas (Canton), Orellana, Ecuador
EC_D_2204 Loreto (Canton), Orellana, Ecuador
EC_E_0801 Esmeraldas (Canton), Esmeraldas, Ecuador
GT_QZ_0908 San Miguel Sigüila (Municipio), Quetzaltenango, Guatemala
GT_QZ_0909 Ostuncalco (Municipio), Quetzaltenango, Guatemala
GT_QZ_0910 San Mateo (Municipio), Quetzaltenango, Guatemala
GT_QZ_0911 Concepción Chiquirichapa (Municipio), Quetzaltenango, Guatemala
GT_QZ_0912 San Martín Sacatepéquez (Municipio), Quetzaltenango, Guatemala
HN_CH_0601 Choluteca (Municipio), Choluteca, Honduras
HN_CH_0602 Apacilagua (Municipio), Choluteca, Honduras
HN_CH_0603 Concepción de María (Municipio), Choluteca, Honduras
HN_CH_0604 Duyure (Municipio), Choluteca, Honduras
MX_CS_07003 Acapetahua (Municipio), Chiapas, Mexico
MX_CS_07004 Altamirano (Municipio), Chiapas, Mexico
MX_CS_07005 Amatán (Municipio), Chiapas, Mexico
PE_ICA_0201 Chincha Alta (Distrito), Ica, Peru
PE_ICA_0211 Tambo de Mora (Distrito), Ica, Peru
"},"url":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","version":"0.1.46","name":"DirOrgNotiCS","title":"Códigos PAHO para Direcciones","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para Direcciones según PAHO","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":83,"concept":[{"code":"AR_B_06126","display":"Campana (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06134","display":"Cañuelas (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06140","display":"Capitán Sarmiento (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06147","display":"Carlos Casares (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06154","display":"Carlos Tejedor (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06161","display":"Carmen de Areco (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06168","display":"Castelli (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06175","display":"Colón (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06182","display":"Coronel de Marina Leonardo Rosales (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06189","display":"Coronel Dorrego (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06196","display":"Coronel Pringles (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06203","display":"Coronel Suárez (Partido), Buenos Aires, Argentina"},{"code":"AR_B_06665","display":"Ramallo (Partido), Buenos Aires, Argentina"},{"code":"AR_C_02001","display":"Comuna 1 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02002","display":"Comuna 2 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02003","display":"Comuna 3 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02004","display":"Comuna 4 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02005","display":"Comuna 5 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02006","display":"Comuna 6 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02007","display":"Comuna 7 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02008","display":"Comuna 8 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02009","display":"Comuna 9 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02010","display":"Comuna 10 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02011","display":"Comuna 11 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02012","display":"Comuna 12 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02013","display":"Comuna 13 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02014","display":"Comuna 14 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"AR_C_02015","display":"Comuna 15 (Comuna), Ciudad Autonoma de Buenos Aires, Argentina"},{"code":"BO_B_080801","display":"Magdalena (Municipio), Beni, Bolivia (Plurinational State of)"},{"code":"BO_B_080802","display":"Baures (Municipio), Beni, Bolivia (Plurinational State of)"},{"code":"BO_B_080803","display":"Huacaraje (Municipio), Beni, Bolivia (Plurinational State of)"},{"code":"BO_C_030101","display":"Cochabamba (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030201","display":"Aiquile (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030202","display":"Pasorapa (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030203","display":"Omereque (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030301","display":"Ayopaya (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030302","display":"Morochata (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030303","display":"Cocapata (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BO_C_030401","display":"Tarata (Municipio), Cochabamba, Bolivia (Plurinational State of)"},{"code":"BR_AL_27_05705","display":"Olho d'Água das Flores (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_05804","display":"Olho d'Água do Casado (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_05903","display":"Olho d'Água Grande (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06000","display":"Olivença (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06109","display":"Ouro Branco (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06208","display":"Palestina (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06307","display":"Palmeira dos Índios (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06406","display":"Pão de Açúcar (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06422","display":"Pariconha (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06448","display":"Paripueira (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06505","display":"Passo de Camaragibe (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06604","display":"Paulo Jacinto (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06703","display":"Penedo (Municipio), Alagoas, Brazil"},{"code":"BR_AL_27_06802","display":"Piaçabuçu (Municipio), Alagoas, Brazil"},{"code":"CL_VS_05801","display":"Quilpué (Comuna), Region de Valparaiso, Chile"},{"code":"CL_VS_05802","display":"Limache (Comuna), Region de Valparaiso, Chile"},{"code":"CL_VS_05803","display":"Olmué (Comuna), Region de Valparaiso, Chile"},{"code":"CL_VS_05804","display":"Villa Alemana (Comuna), Region de Valparaiso, Chile"},{"code":"CO_AMA_91001","display":"Leticia (Municipio), Amazonas, Colombia"},{"code":"CO_AMA_91263","display":"El Encanto (Municipio), Amazonas, Colombia"},{"code":"CO_AMA_91405","display":"La Chorrera (Municipio), Amazonas, Colombia"},{"code":"CO_AMA_91407","display":"La Pedrera (Municipio), Amazonas, Colombia"},{"code":"CO_AMA_91430","display":"La Victoria (Municipio), Amazonas, Colombia"},{"code":"CO_AMA_91460","display":"Mirití- Paraná (Municipio), Amazonas, Colombia"},{"code":"DO_0904","display":"Jamao al Norte (Municipio), Espaillat, Dominican Republic"},{"code":"DO_1001","display":"Jimaní (Municipio), Independencia, Dominican Republic"},{"code":"DO_1002","display":"Duvergé (Municipio), Independencia, Dominican Republic"},{"code":"EC_D_2203","display":"La Joya de Los Sachas (Canton), Orellana, Ecuador"},{"code":"EC_D_2204","display":"Loreto (Canton), Orellana, Ecuador"},{"code":"EC_E_0801","display":"Esmeraldas (Canton), Esmeraldas, Ecuador"},{"code":"GT_QZ_0908","display":"San Miguel Sigüila (Municipio), Quetzaltenango, Guatemala"},{"code":"GT_QZ_0909","display":"Ostuncalco (Municipio), Quetzaltenango, Guatemala"},{"code":"GT_QZ_0910","display":"San Mateo (Municipio), Quetzaltenango, Guatemala"},{"code":"GT_QZ_0911","display":"Concepción Chiquirichapa (Municipio), Quetzaltenango, Guatemala"},{"code":"GT_QZ_0912","display":"San Martín Sacatepéquez (Municipio), Quetzaltenango, Guatemala"},{"code":"HN_CH_0601","display":"Choluteca (Municipio), Choluteca, Honduras"},{"code":"HN_CH_0602","display":"Apacilagua (Municipio), Choluteca, Honduras"},{"code":"HN_CH_0603","display":"Concepción de María (Municipio), Choluteca, Honduras"},{"code":"HN_CH_0604","display":"Duyure (Municipio), Choluteca, Honduras"},{"code":"MX_CS_07003","display":"Acapetahua (Municipio), Chiapas, Mexico"},{"code":"MX_CS_07004","display":"Altamirano (Municipio), Chiapas, Mexico"},{"code":"MX_CS_07005","display":"Amatán (Municipio), Chiapas, Mexico"},{"code":"PE_ICA_0201","display":"Chincha Alta (Distrito), Ica, Peru"},{"code":"PE_ICA_0211","display":"Tambo de Mora (Distrito), Ica, Peru"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ModoConfirmacionInfeccionCS.json b/package/cs/CodeSystem-ModoConfirmacionInfeccionCS.json new file mode 100644 index 0000000..a382a79 --- /dev/null +++ b/package/cs/CodeSystem-ModoConfirmacionInfeccionCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ModoConfirmacionInfeccionCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS defines the following codes:

CodeDisplay
1 Por criterio clínico epidemiológico
2 por inmunoensayo
3 Por pruebas moleculares
4 Por aislamiento viral
5 Otra
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS","version":"0.1.46","name":"ModoConfirmacionInfeccionCS","title":"Modo de Confirmación de la Infección","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Modos de Confirmacion de Infección por COVID-19","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":5,"concept":[{"code":"1","display":"Por criterio clínico epidemiológico"},{"code":"2","display":"por inmunoensayo"},{"code":"3","display":"Por pruebas moleculares"},{"code":"4","display":"Por aislamiento viral"},{"code":"5","display":"Otra"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ModoVerificacionVacunaCS.json b/package/cs/CodeSystem-ModoVerificacionVacunaCS.json new file mode 100644 index 0000000..85194ec --- /dev/null +++ b/package/cs/CodeSystem-ModoVerificacionVacunaCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ModoVerificacionVacunaCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS defines the following codes:

CodeDisplay
1 Carnet/Registro físico
2 Carnet/Registro electrónico
3 Declaración verbal
4 Historia clínica corroborada con carnet
5 No se sabe
O Otro
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS","version":"0.1.46","name":"ModoVerificacionVacunaCS","title":"Modo de Verificación de Vacunación Previa","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":6,"concept":[{"code":"1","display":"Carnet/Registro físico"},{"code":"2","display":"Carnet/Registro electrónico"},{"code":"3","display":"Declaración verbal"},{"code":"4","display":"Historia clínica corroborada con carnet"},{"code":"5","display":"No se sabe"},{"code":"O","display":"Otro"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-ProfesionalNotificadorCS.json b/package/cs/CodeSystem-ProfesionalNotificadorCS.json new file mode 100644 index 0000000..a4d8a84 --- /dev/null +++ b/package/cs/CodeSystem-ProfesionalNotificadorCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"ProfesionalNotificadorCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS defines the following codes:

CodeDisplay
1 Médico
2 Farmacéutico
3 Otro Profesional de la Salud
4 Abogado
5 Usuario u otro profesional no sanitario
6 No definido por el usuario
"},"url":"https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS","version":"0.1.46","name":"ProfesionalNotificadorCS","title":"Tipo de Profesional Notificador","status":"active","experimental":false,"date":"2022-02-02","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":6,"concept":[{"code":"1","display":"Médico"},{"code":"2","display":"Farmacéutico"},{"code":"3","display":"Otro Profesional de la Salud"},{"code":"4","display":"Abogado"},{"code":"5","display":"Usuario u otro profesional no sanitario"},{"code":"6","display":"No definido por el usuario"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-RespuestaSiNoNosabeCS.json b/package/cs/CodeSystem-RespuestaSiNoNosabeCS.json new file mode 100644 index 0000000..b1318da --- /dev/null +++ b/package/cs/CodeSystem-RespuestaSiNoNosabeCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"RespuestaSiNoNosabeCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS defines the following codes:

CodeDisplay
1 Si
2 No
3 No sabe
"},"url":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS","version":"0.1.46","name":"RespuestaSiNoNosabeCS","title":"Respuestas Simples","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para capturar respuestas simples si/no/no sabe","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":3,"concept":[{"code":"1","display":"Si"},{"code":"2","display":"No"},{"code":"3","display":"No sabe"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-SistemaClasfCausalidadCS.json b/package/cs/CodeSystem-SistemaClasfCausalidadCS.json new file mode 100644 index 0000000..29e239f --- /dev/null +++ b/package/cs/CodeSystem-SistemaClasfCausalidadCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"SistemaClasfCausalidadCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS defines the following codes:

CodeDisplay
WHO-UMC WHO-UMC
WHO-AEFI WHO-AEFI
Naranjo Naranjo
otro Otro sistema de clasificacion de causalidad
"},"url":"https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS","version":"0.1.46","name":"SistemaClasfCausalidadCS","title":"Tipo de Método de clasificación de causalidad","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para Tipos de Métodos de Clasificación de Causalidad","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":4,"concept":[{"code":"WHO-UMC","display":"WHO-UMC"},{"code":"WHO-AEFI","display":"WHO-AEFI"},{"code":"Naranjo","display":"Naranjo"},{"code":"otro","display":"Otro sistema de clasificacion de causalidad"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-SistemasDeCodificacionCS.json b/package/cs/CodeSystem-SistemasDeCodificacionCS.json new file mode 100644 index 0000000..2e06e09 --- /dev/null +++ b/package/cs/CodeSystem-SistemasDeCodificacionCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"SistemasDeCodificacionCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS defines the following codes:

CodeDisplay
1 SNOMED-CT
2 WHODrug
3 ATC
4 CIE-11
"},"url":"https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS","version":"0.1.46","name":"SistemasDeCodificacionCS","title":"Sistemas De Codificacion","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Sistemas De Codificacion para Determinación de Códigos","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":4,"concept":[{"code":"1","display":"SNOMED-CT"},{"code":"2","display":"WHODrug"},{"code":"3","display":"ATC"},{"code":"4","display":"CIE-11"}]} \ No newline at end of file diff --git a/package/cs/CodeSystem-codPaisesCS.json b/package/cs/CodeSystem-codPaisesCS.json new file mode 100644 index 0000000..a56960b --- /dev/null +++ b/package/cs/CodeSystem-codPaisesCS.json @@ -0,0 +1 @@ +{"resourceType":"CodeSystem","id":"codPaisesCS","text":{"status":"generated","div":"

This case-insensitive code system https://paho.org/fhir/esavi/CodeSystem/codPaisesCS defines the following codes:

CodeDisplay
ABW Aruba
AFG Afghanistan
AGO Angola
AIA Anguilla
ALA Eland Islands
ALB Albania
AND Andorra
ARE United Arab Emirates
ARG Argentina
ARM Armenia
ASM American Samoa
ATA Antarctica
ATF French Southern Territories
ATG Antigua and Barbuda
AUS Australia
AUT Austria
AZE Azerbaijan
BDI Burundi
BEL Belgium
BEN Benin
BES Bonaire, Sint Eustatius and Saba
BFA Burkina Faso
BGD Bangladesh
BGR Bulgaria
BHR Bahrain
BHS Bahamas
BIH Bosnia and Herzegovina
BLM Saint Barthilemy
BLR Belarus
BLZ Belize
BMU Bermuda
BOL Bolivia, Plurinational State of
BRA Brazil
BRB Barbados
BRN Brunei Darussalam
BTN Bhutan
BVT Bouvet Island
BWA Botswana
CAF Central African Republic
CAN Canada
CCK Cocos (Keeling) Islands
CHE Switzerland
CHL Chile
CHN China
CIV Ctte d'Ivoire
CMR Cameroon
COD Congo, the Democratic Republic of the
COG Congo
COK Cook Islands
COL Colombia
COM Comoros
CPV Cabo Verde
CRI Costa Rica
CUB Cuba
CUW Curagao
CXR Christmas Island
CYM Cayman Islands
CYP Cyprus
CZE Czechia
DEU Germany
DJI Djibouti
DMA Dominica
DNK Denmark
DOM Dominican Republic
DZA Algeria
ECU Ecuador
EGY Egypt
ERI Eritrea
ESH Western Sahara
ESP Spain
EST Estonia
ETH Ethiopia
FIN Finland
FJI Fiji
FLK Falkland Islands (Malvinas)
FRA France
FRO Faroe Islands
FSM Micronesia, Federated States of
GAB Gabon
GBR United Kingdom
GEO Georgia
GGY Guernsey
GHA Ghana
GIB Gibraltar
GIN Guinea
GLP Guadeloupe
GMB Gambia
GNB Guinea-Bissau
GNQ Equatorial Guinea
GRC Greece
GRD Grenada
GRL Greenland
GTM Guatemala
GUF French Guiana
GUM Guam
GUY Guyana
HKG Hong Kong
HMD Heard Island and McDonald Islands
HND Honduras
HRV Croatia
HTI Haiti
HUN Hungary
IDN Indonesia
IMN Isle of Man
IND India
IOT British Indian Ocean Territory
IRL Ireland
IRN Iran, Islamic Republic of
IRQ Iraq
ISL Iceland
ISR Israel
ITA Italy
JAM Jamaica
JEY Jersey
JOR Jordan
JPN Japan
KAZ Kazakhstan
KEN Kenya
KGZ Kyrgyzstan
KHM Cambodia
KIR Kiribati
KNA Saint Kitts and Nevis
KOR Korea, Republic of
KWT Kuwait
LAO Lao People's Democratic Republic
LBN Lebanon
LBR Liberia
LBY Libya
LCA Saint Lucia
LIE Liechtenstein
LKA Sri Lanka
LSO Lesotho
LTU Lithuania
LUX Luxembourg
LVA Latvia
MAC Macao
MAF Saint Martin (French part)
MAR Morocco
MCO Monaco
MDA Moldova, Republic of
MDG Madagascar
MDV Maldives
MEX Mexico
MHL Marshall Islands
MKD Macedonia, the former Yugoslav Republic of
MLI Mali
MLT Malta
MMR Myanmar
MNE Montenegro
MNG Mongolia
MNP Northern Mariana Islands
MOZ Mozambique
MRT Mauritania
MSR Montserrat
MTQ Martinique
MUS Mauritius
MWI Malawi
MYS Malaysia
MYT Mayotte
NAM Namibia
NCL New Caledonia
NER Niger
NFK Norfolk Island
NGA Nigeria
NIC Nicaragua
NIU Niue
NLD Netherlands
NOR Norway
NPL Nepal
NRU Nauru
NZL New Zealand
OMN Oman
PAK Pakistan
PAN Panama
PCN Pitcairn
PER Peru
PHL Philippines
PLW Palau
PNG Papua New Guinea
POL Poland
PRI Puerto Rico
PRK Korea, Democratic People's Republic of
PRT Portugal
PRY Paraguay
PSE Palestine, State of
PYF French Polynesia
QAT Qatar
REU Riunion
ROU Romania
RUS Russian Federation
RWA Rwanda
SAU Saudi Arabia
SDN Sudan
SEN Senegal
SGP Singapore
SGS South Georgia and the South Sandwich Islands
SHN Saint Helena, Ascension and Tristan da Cunha
SJM Svalbard and Jan Mayen
SLB Solomon Islands
SLE Sierra Leone
SLV El Salvador
SMR San Marino
SOM Somalia
SPM Saint Pierre and Miquelon
SRB Serbia
SSD South Sudan
STP Sao Tome and Principe
SUR Suriname
SVK Slovakia
SVN Slovenia
SWE Sweden
SWZ Swaziland
SXM Sint Maarten (Dutch part)
SYC Seychelles
SYR Syrian Arab Republic
TCA Turks and Caicos Islands
TCD Chad
TGO Togo
THA Thailand
TJK Tajikistan
TKL Tokelau
TKM Turkmenistan
TLS Timor-Leste
TON Tonga
TTO Trinidad and Tobago
TUN Tunisia
TUR Turkey
TUV Tuvalu
TWN Taiwan, Province of China
TZA Tanzania, United Republic of
UGA Uganda
UKR Ukraine
UMI United States Minor Outlying Islands
URY Uruguay
USA United States of America
UZB Uzbekistan
VAT Holy See
VCT Saint Vincent and the Grenadines
VEN Venezuela, Bolivarian Republic of
VGB Virgin Islands, British
VIR Virgin Islands, U.S.
VNM Viet Nam
VUT Vanuatu
WLF Wallis and Futuna
WSM Samoa
YEM Yemen
ZAF South Africa
ZMB Zambia
ZWE Zimbabwe
"},"url":"https://paho.org/fhir/esavi/CodeSystem/codPaisesCS","version":"0.1.46","name":"CodPaisesCS","title":"Códigos de Paises","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Codigos definidos para la identificación de países segun norma ISO3166-3","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"caseSensitive":false,"content":"complete","count":249,"concept":[{"code":"ABW","display":"Aruba"},{"code":"AFG","display":"Afghanistan"},{"code":"AGO","display":"Angola"},{"code":"AIA","display":"Anguilla"},{"code":"ALA","display":"Eland Islands"},{"code":"ALB","display":"Albania"},{"code":"AND","display":"Andorra"},{"code":"ARE","display":"United Arab Emirates"},{"code":"ARG","display":"Argentina"},{"code":"ARM","display":"Armenia"},{"code":"ASM","display":"American Samoa"},{"code":"ATA","display":"Antarctica"},{"code":"ATF","display":"French Southern Territories"},{"code":"ATG","display":"Antigua and Barbuda"},{"code":"AUS","display":"Australia"},{"code":"AUT","display":"Austria"},{"code":"AZE","display":"Azerbaijan"},{"code":"BDI","display":"Burundi"},{"code":"BEL","display":"Belgium"},{"code":"BEN","display":"Benin"},{"code":"BES","display":"Bonaire, Sint Eustatius and Saba"},{"code":"BFA","display":"Burkina Faso"},{"code":"BGD","display":"Bangladesh"},{"code":"BGR","display":"Bulgaria"},{"code":"BHR","display":"Bahrain"},{"code":"BHS","display":"Bahamas"},{"code":"BIH","display":"Bosnia and Herzegovina"},{"code":"BLM","display":"Saint Barthilemy"},{"code":"BLR","display":"Belarus"},{"code":"BLZ","display":"Belize"},{"code":"BMU","display":"Bermuda"},{"code":"BOL","display":"Bolivia, Plurinational State of"},{"code":"BRA","display":"Brazil"},{"code":"BRB","display":"Barbados"},{"code":"BRN","display":"Brunei Darussalam"},{"code":"BTN","display":"Bhutan"},{"code":"BVT","display":"Bouvet Island"},{"code":"BWA","display":"Botswana"},{"code":"CAF","display":"Central African Republic"},{"code":"CAN","display":"Canada"},{"code":"CCK","display":"Cocos (Keeling) Islands"},{"code":"CHE","display":"Switzerland"},{"code":"CHL","display":"Chile"},{"code":"CHN","display":"China"},{"code":"CIV","display":"Ctte d'Ivoire"},{"code":"CMR","display":"Cameroon"},{"code":"COD","display":"Congo, the Democratic Republic of the"},{"code":"COG","display":"Congo"},{"code":"COK","display":"Cook Islands"},{"code":"COL","display":"Colombia"},{"code":"COM","display":"Comoros"},{"code":"CPV","display":"Cabo Verde"},{"code":"CRI","display":"Costa Rica"},{"code":"CUB","display":"Cuba"},{"code":"CUW","display":"Curagao"},{"code":"CXR","display":"Christmas Island"},{"code":"CYM","display":"Cayman Islands"},{"code":"CYP","display":"Cyprus"},{"code":"CZE","display":"Czechia"},{"code":"DEU","display":"Germany"},{"code":"DJI","display":"Djibouti"},{"code":"DMA","display":"Dominica"},{"code":"DNK","display":"Denmark"},{"code":"DOM","display":"Dominican Republic"},{"code":"DZA","display":"Algeria"},{"code":"ECU","display":"Ecuador"},{"code":"EGY","display":"Egypt"},{"code":"ERI","display":"Eritrea"},{"code":"ESH","display":"Western Sahara"},{"code":"ESP","display":"Spain"},{"code":"EST","display":"Estonia"},{"code":"ETH","display":"Ethiopia"},{"code":"FIN","display":"Finland"},{"code":"FJI","display":"Fiji"},{"code":"FLK","display":"Falkland Islands (Malvinas)"},{"code":"FRA","display":"France"},{"code":"FRO","display":"Faroe Islands"},{"code":"FSM","display":"Micronesia, Federated States of"},{"code":"GAB","display":"Gabon"},{"code":"GBR","display":"United Kingdom"},{"code":"GEO","display":"Georgia"},{"code":"GGY","display":"Guernsey"},{"code":"GHA","display":"Ghana"},{"code":"GIB","display":"Gibraltar"},{"code":"GIN","display":"Guinea"},{"code":"GLP","display":"Guadeloupe"},{"code":"GMB","display":"Gambia"},{"code":"GNB","display":"Guinea-Bissau"},{"code":"GNQ","display":"Equatorial Guinea"},{"code":"GRC","display":"Greece"},{"code":"GRD","display":"Grenada"},{"code":"GRL","display":"Greenland"},{"code":"GTM","display":"Guatemala"},{"code":"GUF","display":"French Guiana"},{"code":"GUM","display":"Guam"},{"code":"GUY","display":"Guyana"},{"code":"HKG","display":"Hong Kong"},{"code":"HMD","display":"Heard Island and McDonald Islands"},{"code":"HND","display":"Honduras"},{"code":"HRV","display":"Croatia"},{"code":"HTI","display":"Haiti"},{"code":"HUN","display":"Hungary"},{"code":"IDN","display":"Indonesia"},{"code":"IMN","display":"Isle of Man"},{"code":"IND","display":"India"},{"code":"IOT","display":"British Indian Ocean Territory"},{"code":"IRL","display":"Ireland"},{"code":"IRN","display":"Iran, Islamic Republic of"},{"code":"IRQ","display":"Iraq"},{"code":"ISL","display":"Iceland"},{"code":"ISR","display":"Israel"},{"code":"ITA","display":"Italy"},{"code":"JAM","display":"Jamaica"},{"code":"JEY","display":"Jersey"},{"code":"JOR","display":"Jordan"},{"code":"JPN","display":"Japan"},{"code":"KAZ","display":"Kazakhstan"},{"code":"KEN","display":"Kenya"},{"code":"KGZ","display":"Kyrgyzstan"},{"code":"KHM","display":"Cambodia"},{"code":"KIR","display":"Kiribati"},{"code":"KNA","display":"Saint Kitts and Nevis"},{"code":"KOR","display":"Korea, Republic of"},{"code":"KWT","display":"Kuwait"},{"code":"LAO","display":"Lao People's Democratic Republic"},{"code":"LBN","display":"Lebanon"},{"code":"LBR","display":"Liberia"},{"code":"LBY","display":"Libya"},{"code":"LCA","display":"Saint Lucia"},{"code":"LIE","display":"Liechtenstein"},{"code":"LKA","display":"Sri Lanka"},{"code":"LSO","display":"Lesotho"},{"code":"LTU","display":"Lithuania"},{"code":"LUX","display":"Luxembourg"},{"code":"LVA","display":"Latvia"},{"code":"MAC","display":"Macao"},{"code":"MAF","display":"Saint Martin (French part)"},{"code":"MAR","display":"Morocco"},{"code":"MCO","display":"Monaco"},{"code":"MDA","display":"Moldova, Republic of"},{"code":"MDG","display":"Madagascar"},{"code":"MDV","display":"Maldives"},{"code":"MEX","display":"Mexico"},{"code":"MHL","display":"Marshall Islands"},{"code":"MKD","display":"Macedonia, the former Yugoslav Republic of"},{"code":"MLI","display":"Mali"},{"code":"MLT","display":"Malta"},{"code":"MMR","display":"Myanmar"},{"code":"MNE","display":"Montenegro"},{"code":"MNG","display":"Mongolia"},{"code":"MNP","display":"Northern Mariana Islands"},{"code":"MOZ","display":"Mozambique"},{"code":"MRT","display":"Mauritania"},{"code":"MSR","display":"Montserrat"},{"code":"MTQ","display":"Martinique"},{"code":"MUS","display":"Mauritius"},{"code":"MWI","display":"Malawi"},{"code":"MYS","display":"Malaysia"},{"code":"MYT","display":"Mayotte"},{"code":"NAM","display":"Namibia"},{"code":"NCL","display":"New Caledonia"},{"code":"NER","display":"Niger"},{"code":"NFK","display":"Norfolk Island"},{"code":"NGA","display":"Nigeria"},{"code":"NIC","display":"Nicaragua"},{"code":"NIU","display":"Niue"},{"code":"NLD","display":"Netherlands"},{"code":"NOR","display":"Norway"},{"code":"NPL","display":"Nepal"},{"code":"NRU","display":"Nauru"},{"code":"NZL","display":"New Zealand"},{"code":"OMN","display":"Oman"},{"code":"PAK","display":"Pakistan"},{"code":"PAN","display":"Panama"},{"code":"PCN","display":"Pitcairn"},{"code":"PER","display":"Peru"},{"code":"PHL","display":"Philippines"},{"code":"PLW","display":"Palau"},{"code":"PNG","display":"Papua New Guinea"},{"code":"POL","display":"Poland"},{"code":"PRI","display":"Puerto Rico"},{"code":"PRK","display":"Korea, Democratic People's Republic of"},{"code":"PRT","display":"Portugal"},{"code":"PRY","display":"Paraguay"},{"code":"PSE","display":"Palestine, State of"},{"code":"PYF","display":"French Polynesia"},{"code":"QAT","display":"Qatar"},{"code":"REU","display":"Riunion"},{"code":"ROU","display":"Romania"},{"code":"RUS","display":"Russian Federation"},{"code":"RWA","display":"Rwanda"},{"code":"SAU","display":"Saudi Arabia"},{"code":"SDN","display":"Sudan"},{"code":"SEN","display":"Senegal"},{"code":"SGP","display":"Singapore"},{"code":"SGS","display":"South Georgia and the South Sandwich Islands"},{"code":"SHN","display":"Saint Helena, Ascension and Tristan da Cunha"},{"code":"SJM","display":"Svalbard and Jan Mayen"},{"code":"SLB","display":"Solomon Islands"},{"code":"SLE","display":"Sierra Leone"},{"code":"SLV","display":"El Salvador"},{"code":"SMR","display":"San Marino"},{"code":"SOM","display":"Somalia"},{"code":"SPM","display":"Saint Pierre and Miquelon"},{"code":"SRB","display":"Serbia"},{"code":"SSD","display":"South Sudan"},{"code":"STP","display":"Sao Tome and Principe"},{"code":"SUR","display":"Suriname"},{"code":"SVK","display":"Slovakia"},{"code":"SVN","display":"Slovenia"},{"code":"SWE","display":"Sweden"},{"code":"SWZ","display":"Swaziland"},{"code":"SXM","display":"Sint Maarten (Dutch part)"},{"code":"SYC","display":"Seychelles"},{"code":"SYR","display":"Syrian Arab Republic"},{"code":"TCA","display":"Turks and Caicos Islands"},{"code":"TCD","display":"Chad"},{"code":"TGO","display":"Togo"},{"code":"THA","display":"Thailand"},{"code":"TJK","display":"Tajikistan"},{"code":"TKL","display":"Tokelau"},{"code":"TKM","display":"Turkmenistan"},{"code":"TLS","display":"Timor-Leste"},{"code":"TON","display":"Tonga"},{"code":"TTO","display":"Trinidad and Tobago"},{"code":"TUN","display":"Tunisia"},{"code":"TUR","display":"Turkey"},{"code":"TUV","display":"Tuvalu"},{"code":"TWN","display":"Taiwan, Province of China"},{"code":"TZA","display":"Tanzania, United Republic of"},{"code":"UGA","display":"Uganda"},{"code":"UKR","display":"Ukraine"},{"code":"UMI","display":"United States Minor Outlying Islands"},{"code":"URY","display":"Uruguay"},{"code":"USA","display":"United States of America"},{"code":"UZB","display":"Uzbekistan"},{"code":"VAT","display":"Holy See"},{"code":"VCT","display":"Saint Vincent and the Grenadines"},{"code":"VEN","display":"Venezuela, Bolivarian Republic of"},{"code":"VGB","display":"Virgin Islands, British"},{"code":"VIR","display":"Virgin Islands, U.S."},{"code":"VNM","display":"Viet Nam"},{"code":"VUT","display":"Vanuatu"},{"code":"WLF","display":"Wallis and Futuna"},{"code":"WSM","display":"Samoa"},{"code":"YEM","display":"Yemen"},{"code":"ZAF","display":"South Africa"},{"code":"ZMB","display":"Zambia"},{"code":"ZWE","display":"Zimbabwe"}]} \ No newline at end of file diff --git a/package/example/Questionnaire-CuestionarioESAVI.json b/package/example/Questionnaire-CuestionarioESAVI.json new file mode 100644 index 0000000..e8facaf --- /dev/null +++ b/package/example/Questionnaire-CuestionarioESAVI.json @@ -0,0 +1,1138 @@ +{ + "resourceType": "Questionnaire", + "id": "CuestionarioESAVI", + "text": { + "status": "generated", + "div": "
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
LinkIdTextCardinalityTypeDescription & Constraints\"doco\"
\".\"\".\" OPSQuestionarioESAVIQuestionnairehttps://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI#0.1.46
\".\"\".\"\".\" datosNotificacionGeneralDatos Administrativos de la Notificación1..1group
\".\"\".\"\".\"\".\" datosNotificacionDatos de quién y donde se realiza la notificación1..1group
\".\"\".\"\".\"\".\"\".\" paisOrigen-RegPaís en donde se originó el Registro1..1choiceValue Set: Códigos de Países
\".\"\".\"\".\"\".\"\".\" nombreOrganizacionNotificadoraNombre de la institución del nivel local que realiza la notificación primaria.1..1string
\".\"\".\"\".\"\".\"\".\" codigoDireccionOrganizacionCódigo del Nivel Geográfico Subnacional de la Ubicación de la Institución que Notifica0..1choiceValue Set: Códigos PAHO para Direcciones
\".\"\".\"\".\"\".\"\".\" nombreDireccionOrganizacionNombre del Nivel Geográfico Subnacional de la Ubicación de la Institución que Notifica1..1string
\".\"\".\"\".\"\".\"\".\" codigoProfesionNotificadorCodigo de la profesión del notificador0..1choiceValue Set: Tipo de Profesional Notificador
\".\"\".\"\".\"\".\" fechasFechas Administrativas (al menos una fecha es necesaria)1..1group
\".\"\".\"\".\"\".\"\".\" fechaConsultaFecha de la primera consulta al servicio de salud por causa del ESAVI0..1date
\".\"\".\"\".\"\".\"\".\" fechaNotificacionFecha en la que el sistema de vigilancia oficialmente se entera de la ocurrencia del evento.1..1date
\".\"\".\"\".\"\".\"\".\" fechaLlenadoFichaFecha en la que el notificador finaliza el llenado de la ficha de notificación (si la ficha es electrónica, es la misma que fechaNotificacion)0..1date
\".\"\".\"\".\"\".\"\".\" fechaRepoNacionalFecha registrada de llegada de la notificación a la base de datos del nivel nacional (si la ficha es electrónica, es la misma que fechaNotificacion)0..1date
\".\"\".\"\".\" datosIdVacunadoDatos Demográficos de Vacunado que ha generado ESAVI1..1group
\".\"\".\"\".\"\".\" datosPacienteDatos del Vacunado1..1group
\".\"\".\"\".\"\".\"\".\" numeroCasoUUID que identifica el caso o notificación. Una persona puede tener más de una notificación.1..1string
\".\"\".\"\".\"\".\"\".\" idPacienteUUID de identificación de la persona vacunada/afectada por el ESAVI1..1string
\".\"\".\"\".\"\".\"\".\" codigoResidenciaHabitualCodigo Nivel Geográfico Subnacional de la Residencia Habitual de la Persona afectada por el ESAVI0..1choiceValue Set: Códigos PAHO para Direcciones
\".\"\".\"\".\"\".\"\".\" nombreResidenciaHabitualNombre Nivel Geográfico Subnacional de la Residencia Habitual de la Persona afectada por el ESAVI0..1string
\".\"\".\"\".\"\".\"\".\" sexoPacienteSexo del vacunado.1..1choiceValue Set: AdministrativeGender
\".\"\".\"\".\"\".\"\".\" fechaNacimientoFecha de nacimiento del vacunado1..1date
\".\"\".\"\".\"\".\"\".\" etniaNombre de la etnia con la que se identifica el vacunado0..1string
\".\"\".\"\".\" antecedentesMedicosAntecedentes médicos identificados por el paciente0..1group
\".\"\".\"\".\"\".\" ensayoClinicoensayoClinico0..1group
\".\"\".\"\".\"\".\"\".\" ensayoClinicoCovid19Consulta si participó en algún ensayo clínico para COVID-190..1boolean
\".\"\".\"\".\"\".\" antecedentesEnfermedadesPreviasAntecedentes enfermedades previas0..*group
\".\"\".\"\".\"\".\"\".\" descripcionEnfPreviaDescripción de los problemas de salud previos en la persona afectada por el ESAVI con énfasis en comorbilidades o enfermedades concomitantes al evento adverso, eventos previos similares y eventos médicos relevantes para el evento de salud actual (si la enfermedad está codificada, es la descripción correspondiente al código).1..1string
\".\"\".\"\".\"\".\"\".\" codigoMedDRAEnfPreviaCódigo MedDRA del antecedente médico0..1choiceValue Set: Códigos de MedDRA para representar enfermedades previas en un ESAVI-PAHO
\".\"\".\"\".\"\".\"\".\" otrosCodigosEnfPreviaCódigo CIE-10/CIE-11/SNOMED del antecedente médico0..1choiceValue Set: Enfermedades previas en un ESAVI-PAHO
\".\"\".\"\".\"\".\" antecedentesEventosAdversosDeclaración de existencia de eventos adversos previos0..1group
\".\"\".\"\".\"\".\"\".\" antecedentesAdvSimilarAntecedente de eventos adversos similares al actual0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" alergiaMedicamentosAntecedente de reacciones alérgicas a medicamentos0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" alergiaVacunasAntecedente de reacciones alérgicas a otras vacunas0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\" antecedentesSarsCov2Antecedente de diagnóstico de infección por SARS-CoV-20..*group
\".\"\".\"\".\"\".\"\".\" diagnosticoprevioSarsCov2Antecedente de diagnóstico de infección por SARS-CoV-2 (Si/No/No Sabe)1..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" asintomaticoSarsDiagnóstico de Covid-19 sin síntomas (Si/No/No Sabe)0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" fechaSintomasCovid19Fecha en que comenzó el primer signo y/o síntoma de COVID-19.0..1dateTime
\".\"\".\"\".\"\".\"\".\" tipoConfirmacionCovid19Tipo de confirmación de diagnóstico COVID-190..1choiceValue Set: Modos Confirmación Infección COVID-19
\".\"\".\"\".\"\".\"\".\" fechaTomaMuestraCovid19Fecha en la cual se tomó la muestra para examen de COVID-190..1date
\".\"\".\"\".\"\".\" pacienteEmbarazadaEstado de embarazo0..1groupEnable When: sexoPaciente = Female (AdministrativeGender#female)
\".\"\".\"\".\"\".\"\".\" embarazadaMomentoVacunaEstaba embarazada al momento de la vacuna?0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" embarazadaMomentoESAVIEstaba embarazada al momento del ESAVI?0..1choiceValue Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" fechaUltimaMenstruacionFecha de la última menstruación de la Paciente0..1dateEnable When:
\".\"\".\"\".\"\".\"\".\" fechaProbablePartoFecha del parto, o fecha probable del parto (calculada o indicada por la persona afectada por el ESAVI)0..1dateEnable When:
\".\"\".\"\".\"\".\"\".\" edadGestacionalEdad gestacional actual si cursa embarazo o al momento del parto del embrazo mas reciente0..1integerEnable When:
\".\"\".\"\".\"\".\"\".\" monitoreoPosteriorVacunaRespuesta correspondiente a la consulta sobre si se monitoreó al paciente una vez vacunada1..1choiceEnable When: embarazadaMomentoVacuna = 1 (RespuestaSiNoNosabeVS#1)
Value Set: Respuestas Simples
\".\"\".\"\".\" antecedentesFarmacosVacunasAntecedentes Farmacológicos1..1group
\".\"\".\"\".\"\".\" medicamentoAntecedentes de medicamentos que el paciente consume al momento del ESAVI0..*group
\".\"\".\"\".\"\".\"\".\" nombreMedicamentoNombre del medicamento consumido de manera concomitante con la vacuna o relevante para el ESAVI, en texto libre (si está codificado, es la descripción del código)1..1string
\".\"\".\"\".\"\".\"\".\" sistemaDeCodificacionParaNombreNormalizadoMedicamentoSistema de codificacion0..1choiceValue Set: Sistemas De Codificacion
\".\"\".\"\".\"\".\"\".\" nombreNormalizadoMedicamentoNombre del medicamento según lo reporta el notificador. Puede incluir nombre normalizado si el país no incluye un campo en el que se registre en texto libre el nombre del medicamento.0..1string
\".\"\".\"\".\"\".\"\".\" codigoMedicamentoCódigo WHODrug/SCT/CIE-11/ATC del medicamento consumido por el paciente0..1choiceValue Set: Codigo Medicamento
\".\"\".\"\".\"\".\"\".\" nombreFormaFarmaceuticaNombre de la forma farmaceutica del medicamento0..1string
\".\"\".\"\".\"\".\"\".\" codigoFormaFarmaceuticaCódigo de la forma farmaceutica del medicamento0..1choiceValue Set: Identificación Formas Farmacéuticas
\".\"\".\"\".\"\".\"\".\" nombreViaAdministracionNombre via de administración del medicamento0..1string
\".\"\".\"\".\"\".\"\".\" codigoViaAdministracionCódigo Via administración del medicamento0..1choiceValue Set: Vías de Administración de Medicamentos
\".\"\".\"\".\"\".\" datosVacunasDatos de las vacunas administradas1..*group
\".\"\".\"\".\"\".\"\".\" nombreVacunaNombre de la vacuna administrada1..1string
\".\"\".\"\".\"\".\"\".\" sistemaDeCodificacionParaNombreNormalizadoVacunaSistema de codificacion0..1choiceValue Set: Sistemas De Codificacion
\".\"\".\"\".\"\".\"\".\" nombreNormalizadoVacunaNombre de la vacuna según lo reporta el notificador. Puede incluir nombre normalizado si el país no incluye un campo en el que se registre en texto libre el nombre de la vacuna0..1string
\".\"\".\"\".\"\".\"\".\" identificadorVacunaIdentificador correlativo de la vacuna útil para referirse a la vacuna registrada en otras secciones de la guía.1..1integer
\".\"\".\"\".\"\".\"\".\" codigoVacunaWHODrugCódigo WHODrug de la vacuna0..1choiceValue Set: Codigo WHODrug de la vacuna
\".\"\".\"\".\"\".\"\".\" codigoVacunaOtroCódigo no WHODrug de la Vacuna0..1choiceValue Set: Código no WHODrug de la Vacuna
\".\"\".\"\".\"\".\"\".\" nombreFabricanteNombre del fabricante o titular del registro sanitario según como lo haya registrado el notificador0..1string
\".\"\".\"\".\"\".\"\".\" codigoFabricanteWHODrugNombre del fabricante o titular del registro sanitario registrado en algún estándar farmacéutico del país. Si hay más de uno se prefiere WHO Drug.0..1choiceValue Set: Fabricantes Vacuna
\".\"\".\"\".\"\".\"\".\" numeroDosisVacunaNumero ordinal de la dosis administrada1..1integer
\".\"\".\"\".\"\".\"\".\" numeroLoteNúmero del Lote de la Vacuna administrada0..1string
\".\"\".\"\".\"\".\"\".\" fechaVencimientoVacunaFecha de Vencimiento de vacuna0..1date
\".\"\".\"\".\"\".\"\".\" nombreDiluyenteVacunaNombre del Diluyente de la Vacuna0..1string
\".\"\".\"\".\"\".\"\".\" numeroLoteDiluyenteNumero del lote del diluyente de la vacuna0..1string
\".\"\".\"\".\"\".\"\".\" fechaVencimientoDiluyenteFecha de vencimiento del diluyente de la vacuna0..1date
\".\"\".\"\".\"\".\"\".\" nombreVacunatorioNombre del vacunatorio0..1string
\".\"\".\"\".\"\".\"\".\" fechaVacunacionFecha de vacunación0..1date
\".\"\".\"\".\"\".\"\".\" horaVacunacionHora de vacunación0..1time
\".\"\".\"\".\"\".\"\".\" codigoDireccionVacunatorioCódigo del nivel geográfico subnacional de la ubicación de la institución de salud en la que se administró la vacuna0..1choiceValue Set: Códigos PAHO para Direcciones
\".\"\".\"\".\"\".\"\".\" nombreDireccionVacunatorioDirección completa de la institución en la que se administró la vacuna0..1string
\".\"\".\"\".\"\".\"\".\" codigoMecanismoVerificacionCódigo del mecanismo de verificación de vacuna colocada0..1choiceValue Set: Modos Verificación Vacuna Previa
\".\"\".\"\".\"\".\"\".\" nombreOtroMecanismoVerificacionDescripción de otro mecanismo no considerado en los códigos0..1string
\".\"\".\"\".\"\".\"\".\" fechaReconstitucionVacunaFecha en la cual se reconstituyó la vacuna registrada0..1date
\".\"\".\"\".\"\".\"\".\" horaReconstitucionVacunaHora en la cual se reconstituyó la vacuna registrada0..1time
\".\"\".\"\".\" registroESAVIRegistro de ESAVI desarrollado por el vacunado1..1group
\".\"\".\"\".\"\".\" datosESAVIInformación del ESAVI y de su clasificación según gravedad1..*group
\".\"\".\"\".\"\".\"\".\" nombreESAVINombre del ESAVI1..1string
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVIIdentificador correlativo del ESAVI útil para referirse al evento registrado en otras secciones de la guía1..1integer
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRACódigo MedDRA del Evento Adverso notificado0..1choiceValue Set: Código MedDRA del Evento Adverso notificado
\".\"\".\"\".\"\".\"\".\" codigoESAVIOtroCódigo no MedDRA del evento adverso ocurrido posterior a la vacunación0..1choiceValue Set: Otros Códigos Evento Adverso
\".\"\".\"\".\"\".\"\".\" fechaESAVIFecha de inicio del ESAVI referido por el paciente o identificado por el médico1..1date
\".\"\".\"\".\"\".\"\".\" horaESAVIHora de inicio del ESAVI referido por el paciente o identificado por el médico0..1time
\".\"\".\"\".\"\".\"\".\" descripcionESAVIDescripción narrativa del ESAVI1..1string
\".\"\".\"\".\"\".\" ESAVIDuranteEmbarazoDatos relacionados con condiciones médicas ocurridas durante el embarazo en el que se recibió la vacuna y/o ocurrió el ESAVI.0..*groupEnable When: embarazadaMomentoESAVI = 1 (RespuestaSiNoNosabeVS#1)
\".\"\".\"\".\"\".\"\".\" codigoTipoComplicacionESAVICódigo tipo complicacion del embarazo posterior a la administración de vacuna1..1choiceValue Set: Complicaciones Embarazo
\".\"\".\"\".\"\".\"\".\" nombreComplicacionEmbarazoESAVIDescripción de la Complicación1..1string
\".\"\".\"\".\"\".\"\".\" codigoMedDRAComplicacionEmbarazoESAVICódigo MedDRA de la complicación del embarazo0..1choiceValue Set: Códigos MEDDRA Complicaciones en Embarazo ESAVI
\".\"\".\"\".\"\".\"\".\" otrosCodigosComplicacionEmbarazoESAVICódigo SNOMED-CT/CIE-10/CIE-11 de la complicación del embarazo0..1choiceValue Set: Otros Códigos Complicaciones en Embarazo ESAVI
\".\"\".\"\".\"\".\" gravedadESAVIDeterminación del estado de gravedad del ESAVI1..1group
\".\"\".\"\".\"\".\"\".\" tipoGravedad¿ESAVI Grave?1..1boolean
\".\"\".\"\".\"\".\"\".\" gravMuerteMuerte0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" gravRiesgoVidaAmenaza la vida al momento de la detección del ESAVI0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" gravDiscapacidadGenera discapacidad severa o permanente al momento de la detección0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" gravHospitalizacionHospitalización o prolongación de la misma0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" gravAnomaliaCongenitaAnomalía congénita0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" gravAbortoAborto0..1booleanEnable When:
\".\"\".\"\".\"\".\"\".\" gravMuerteFetalMuerte fetal0..1booleanEnable When:
\".\"\".\"\".\"\".\"\".\" otrosEventosImportantesOtros Eventos considerados Médicamente Importantes0..1booleanEnable When: tipoGravedad = true
\".\"\".\"\".\"\".\"\".\" otrosEventosImportantesTxDescripción de Otros Eventos medicamente importantes0..*stringEnable When: otrosEventosImportantes = true
\".\"\".\"\".\"\".\" desenlaceESAVIDesenlace ESAVI1..1group
\".\"\".\"\".\"\".\"\".\" codDesenlaceESAVICódigo Desenlace ESAVI1..1choiceValue Set: Desenlaces Tras ESAVI
\".\"\".\"\".\"\".\"\".\" fechaMuerteFecha de muerte producida por posible ESAVI0..1dateEnable When: gravMuerte = true
\".\"\".\"\".\"\".\"\".\" autopsiaDeterminación si hubo o no Autopsia0..1choiceEnable When: gravMuerte = true
Value Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" fechaNotificaMuerteFecha en la cual se notifico la muerte del paciente al registro nacional0..1dateEnable When: gravMuerte = true
\".\"\".\"\".\"\".\"\".\" fechaNotificaMuerteFetalFecha en la cual se notifico la muerte del feto de paciente al registro nacional0..1dateEnable When: gravMuerteFetal = true
\".\"\".\"\".\"\".\"\".\" autopsiaFetalDeterminación si hubo o no Autopsia Fetal0..1choiceEnable When: gravMuerteFetal = true
Value Set: Respuestas Simples
\".\"\".\"\".\"\".\"\".\" comentariosComentarios adicionales en cuanto al cuadro ESAVI0..1string
\".\"\".\"\".\"\".\"\".\" fechaInicioInvestigacionFecha en la cual se inicia investigación0..1date
\".\"\".\"\".\"\".\" causalidadESAVIInformación sobre la clasificación de causalidad0..*group
\".\"\".\"\".\"\".\"\".\" fechaCausalidadESAVIFecha de clasificación final del caso0..1date
\".\"\".\"\".\"\".\"\".\" sistemaClasfcausalidadMétodo de clasificación de causalidad1..1choiceValue Set: Tipo de Método de clasificación de causalidad
\".\"\".\"\".\"\".\"\".\" otroSistemaclasfcausalidadOtro sistema de clasificación de causalidad0..1stringEnable When: sistemaClasfcausalidad = Otro sistema de clasificacion de causalidad (Tipo de Método de clasificación de causalidad#otro)
\".\"\".\"\".\"\".\"\".\" clasificacioncausaESAVIDescripción de la clasificación de causalidad del ESAVI0..1string
\".\"\".\"\".\"\".\"\".\" clasificacionDeCausalidadWHOAEFIClasificación de causalidad según la metodología WHO AEFI1..1choiceEnable When: sistemaClasfcausalidad = WHO-AEFI (Tipo de Método de clasificación de causalidad#WHO-AEFI)
Value Set: Clasificación de causalidad WHO-AEFI
\".\"\".\"\".\"\".\"\".\" clasificacionDeCausalidadWHOUMCClasificación de causalidad según la metodología WHO UMC1..1choiceEnable When: sistemaClasfcausalidad = WHO-UMC (Tipo de Método de clasificación de causalidad#WHO-UMC)
Value Set: Clasificación de causalidad WHO-UMC
\".\"\".\"\".\"\".\"\".\" clasificacionDeCausalidadNaranjoClasificación de causalidad según la metodología Naranjo1..1choiceEnable When: sistemaClasfcausalidad = Naranjo (Tipo de Método de clasificación de causalidad#Naranjo)
Value Set: Clasificación de causalidad Naranjo
\".\"\".\"\".\"\".\"\".\" referenciaIdentificadorVacunaIdentificador correlativo de la vacuna1..1integer
\".\"\".\"\".\"\".\"\".\" referenciaIdentificadorESAVIIdentificador correlativo del ESAVI1..1integer
\".\"\".\"\".\"\".\"\".\" embarazoDuranteESAVIIndicador si complicación materna o fetal son las que se reportan como ESAVI.0..1boolean

\"doco\" Documentation for this format
" + }, + "url": "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI", + "version": "0.1.46", + "name": "OPSQuestionarioESAVI", + "title": "Questionario para ESAVI de OPS", + "status": "draft", + "date": "2022-03-17", + "publisher": "ESAVI -", + "contact": [ + { + "name": "ESAVI -", + "telecom": [ + { + "system": "url", + "value": "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" + }, + { + "system": "email", + "value": "rizzatodan@paho.org" + } + ] + } + ], + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "item": [ + { + "linkId": "datosNotificacionGeneral", + "text": "Datos Administrativos de la Notificación", + "type": "group", + "required": true, + "item": [ + { + "linkId": "datosNotificacion", + "text": "Datos de quién y donde se realiza la notificación", + "type": "group", + "required": true, + "item": [ + { + "linkId": "paisOrigen-Reg", + "text": "País en donde se originó el Registro", + "type": "choice", + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/codPaises" + }, + { + "linkId": "nombreOrganizacionNotificadora", + "text": "Nombre de la institución del nivel local que realiza la notificación primaria.", + "type": "string", + "required": true + }, + { + "linkId": "codigoDireccionOrganizacion", + "text": "Código del Nivel Geográfico Subnacional de la Ubicación de la Institución que Notifica", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS" + }, + { + "linkId": "nombreDireccionOrganizacion", + "text": "Nombre del Nivel Geográfico Subnacional de la Ubicación de la Institución que Notifica", + "type": "string", + "required": true + }, + { + "linkId": "codigoProfesionNotificador", + "text": "Codigo de la profesión del notificador", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ProfesionalNotificadorVS" + } + ] + }, + { + "linkId": "fechas", + "text": "Fechas Administrativas (al menos una fecha es necesaria)", + "type": "group", + "required": true, + "item": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "valueDate": "2019-12-01" + } + ], + "linkId": "fechaConsulta", + "text": "Fecha de la primera consulta al servicio de salud por causa del ESAVI", + "type": "date", + "required": false + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "valueDate": "2019-12-01" + } + ], + "linkId": "fechaNotificacion", + "text": "Fecha en la que el sistema de vigilancia oficialmente se entera de la ocurrencia del evento.", + "type": "date", + "required": true + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "valueDate": "2019-12-01" + } + ], + "linkId": "fechaLlenadoFicha", + "text": "Fecha en la que el notificador finaliza el llenado de la ficha de notificación (si la ficha es electrónica, es la misma que fechaNotificacion)", + "type": "date", + "required": false + }, + { + "linkId": "fechaRepoNacional", + "text": "Fecha registrada de llegada de la notificación a la base de datos del nivel nacional (si la ficha es electrónica, es la misma que fechaNotificacion)", + "type": "date", + "required": false + } + ] + } + ] + }, + { + "linkId": "datosIdVacunado", + "text": "Datos Demográficos de Vacunado que ha generado ESAVI", + "type": "group", + "required": true, + "item": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "valueDate": "1900-01-01" + } + ], + "linkId": "datosPaciente", + "text": "Datos del Vacunado", + "type": "group", + "required": true, + "item": [ + { + "linkId": "numeroCaso", + "text": "UUID que identifica el caso o notificación. Una persona puede tener más de una notificación.", + "type": "string", + "required": true + }, + { + "linkId": "idPaciente", + "text": "UUID de identificación de la persona vacunada/afectada por el ESAVI", + "type": "string", + "required": true + }, + { + "linkId": "codigoResidenciaHabitual", + "text": "Codigo Nivel Geográfico Subnacional de la Residencia Habitual de la Persona afectada por el ESAVI", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS" + }, + { + "linkId": "nombreResidenciaHabitual", + "text": "Nombre Nivel Geográfico Subnacional de la Residencia Habitual de la Persona afectada por el ESAVI", + "type": "string", + "required": false + }, + { + "linkId": "sexoPaciente", + "text": "Sexo del vacunado.", + "type": "choice", + "required": true, + "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + { + "linkId": "fechaNacimiento", + "text": "Fecha de nacimiento del vacunado", + "type": "date", + "required": true + }, + { + "linkId": "etnia", + "text": "Nombre de la etnia con la que se identifica el vacunado", + "type": "string", + "required": false + } + ] + } + ] + }, + { + "linkId": "antecedentesMedicos", + "text": "Antecedentes médicos identificados por el paciente", + "type": "group", + "required": false, + "item": [ + { + "linkId": "ensayoClinico", + "text": "ensayoClinico", + "type": "group", + "required": false, + "repeats": false, + "item": [ + { + "linkId": "ensayoClinicoCovid19", + "text": "Consulta si participó en algún ensayo clínico para COVID-19", + "type": "boolean", + "required": false + } + ] + }, + { + "linkId": "antecedentesEnfermedadesPrevias", + "text": "Antecedentes enfermedades previas", + "type": "group", + "required": false, + "repeats": true, + "item": [ + { + "linkId": "descripcionEnfPrevia", + "text": "Descripción de los problemas de salud previos en la persona afectada por el ESAVI con énfasis en comorbilidades o enfermedades concomitantes al evento adverso, eventos previos similares y eventos médicos relevantes para el evento de salud actual (si la enfermedad está codificada, es la descripción correspondiente al código).", + "type": "string", + "required": true + }, + { + "linkId": "codigoMedDRAEnfPrevia", + "text": "Código MedDRA del antecedente médico", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/CodigoMedDRAEnfPreviaVS" + }, + { + "linkId": "otrosCodigosEnfPrevia", + "text": "Código CIE-10/CIE-11/SNOMED del antecedente médico", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS" + } + ] + }, + { + "linkId": "antecedentesEventosAdversos", + "text": "Declaración de existencia de eventos adversos previos", + "type": "group", + "required": false, + "item": [ + { + "linkId": "antecedentesAdvSimilar", + "text": "Antecedente de eventos adversos similares al actual", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "alergiaMedicamentos", + "text": "Antecedente de reacciones alérgicas a medicamentos", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "alergiaVacunas", + "text": "Antecedente de reacciones alérgicas a otras vacunas", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + } + ] + }, + { + "linkId": "antecedentesSarsCov2", + "text": "Antecedente de diagnóstico de infección por SARS-CoV-2", + "type": "group", + "required": false, + "repeats": true, + "item": [ + { + "linkId": "diagnosticoprevioSarsCov2", + "text": "Antecedente de diagnóstico de infección por SARS-CoV-2 (Si/No/No Sabe)", + "type": "choice", + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "asintomaticoSars", + "text": "Diagnóstico de Covid-19 sin síntomas (Si/No/No Sabe)", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "fechaSintomasCovid19", + "text": "Fecha en que comenzó el primer signo y/o síntoma de COVID-19.", + "type": "dateTime", + "required": false + }, + { + "linkId": "tipoConfirmacionCovid19", + "text": "Tipo de confirmación de diagnóstico COVID-19", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ModoConfirmacionInfeccionVS" + }, + { + "linkId": "fechaTomaMuestraCovid19", + "text": "Fecha en la cual se tomó la muestra para examen de COVID-19", + "type": "date", + "required": false + } + ] + }, + { + "linkId": "pacienteEmbarazada", + "text": "Estado de embarazo", + "type": "group", + "enableWhen": [ + { + "question": "sexoPaciente", + "operator": "=", + "answerCoding": { + "system": "http://hl7.org/fhir/administrative-gender", + "code": "female" + } + } + ], + "required": false, + "item": [ + { + "linkId": "embarazadaMomentoVacuna", + "text": "Estaba embarazada al momento de la vacuna?", + "type": "choice", + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "embarazadaMomentoESAVI", + "text": "Estaba embarazada al momento del ESAVI?", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "fechaUltimaMenstruacion", + "text": "Fecha de la última menstruación de la Paciente", + "type": "date", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + }, + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "enableBehavior": "any", + "required": false + }, + { + "linkId": "fechaProbableParto", + "text": "Fecha del parto, o fecha probable del parto (calculada o indicada por la persona afectada por el ESAVI)", + "type": "date", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + }, + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "enableBehavior": "any", + "required": false + }, + { + "linkId": "edadGestacional", + "text": "Edad gestacional actual si cursa embarazo o al momento del parto del embrazo mas reciente", + "type": "integer", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerBoolean": true + }, + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerBoolean": true + } + ], + "enableBehavior": "any", + "required": false + }, + { + "linkId": "monitoreoPosteriorVacuna", + "text": "Respuesta correspondiente a la consulta sobre si se monitoreó al paciente una vez vacunada", + "type": "choice", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + } + ] + } + ] + }, + { + "linkId": "antecedentesFarmacosVacunas", + "text": "Antecedentes Farmacológicos", + "type": "group", + "required": true, + "item": [ + { + "linkId": "medicamento", + "text": "Antecedentes de medicamentos que el paciente consume al momento del ESAVI", + "type": "group", + "required": false, + "repeats": true, + "item": [ + { + "linkId": "nombreMedicamento", + "text": "Nombre del medicamento consumido de manera concomitante con la vacuna o relevante para el ESAVI, en texto libre (si está codificado, es la descripción del código)", + "type": "string", + "required": true + }, + { + "linkId": "sistemaDeCodificacionParaNombreNormalizadoMedicamento", + "text": "Sistema de codificacion", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS" + }, + { + "linkId": "nombreNormalizadoMedicamento", + "text": "Nombre del medicamento según lo reporta el notificador. Puede incluir nombre normalizado si el país no incluye un campo en el que se registre en texto libre el nombre del medicamento.", + "type": "string", + "required": false + }, + { + "linkId": "codigoMedicamento", + "text": "Código WHODrug/SCT/CIE-11/ATC del medicamento consumido por el paciente", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/CodigoMedicamentoVS" + }, + { + "linkId": "nombreFormaFarmaceutica", + "text": "Nombre de la forma farmaceutica del medicamento", + "type": "string", + "required": false + }, + { + "linkId": "codigoFormaFarmaceutica", + "text": "Código de la forma farmaceutica del medicamento", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/FormaFarmaceuticaVS" + }, + { + "linkId": "nombreViaAdministracion", + "text": "Nombre via de administración del medicamento", + "type": "string", + "required": false + }, + { + "linkId": "codigoViaAdministracion", + "text": "Código Via administración del medicamento", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS" + } + ] + }, + { + "linkId": "datosVacunas", + "text": "Datos de las vacunas administradas", + "type": "group", + "required": true, + "repeats": true, + "item": [ + { + "linkId": "nombreVacuna", + "text": "Nombre de la vacuna administrada", + "type": "string", + "required": true + }, + { + "linkId": "sistemaDeCodificacionParaNombreNormalizadoVacuna", + "text": "Sistema de codificacion", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS" + }, + { + "linkId": "nombreNormalizadoVacuna", + "text": "Nombre de la vacuna según lo reporta el notificador. Puede incluir nombre normalizado si el país no incluye un campo en el que se registre en texto libre el nombre de la vacuna", + "type": "string", + "required": false + }, + { + "linkId": "identificadorVacuna", + "text": "Identificador correlativo de la vacuna útil para referirse a la vacuna registrada en otras secciones de la guía.", + "type": "integer", + "required": true + }, + { + "linkId": "codigoVacunaWHODrug", + "text": "Código WHODrug de la vacuna", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/CodigoWhoVacunaVS" + }, + { + "linkId": "codigoVacunaOtro", + "text": "Código no WHODrug de la Vacuna", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/CodigoNoWhoVacunaVS" + }, + { + "linkId": "nombreFabricante", + "text": "Nombre del fabricante o titular del registro sanitario según como lo haya registrado el notificador", + "type": "string", + "required": false + }, + { + "linkId": "codigoFabricanteWHODrug", + "text": "Nombre del fabricante o titular del registro sanitario registrado en algún estándar farmacéutico del país. Si hay más de uno se prefiere WHO Drug.", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/CodigoWhoFabricanteVS" + }, + { + "linkId": "numeroDosisVacuna", + "text": "Numero ordinal de la dosis administrada", + "type": "integer", + "required": true + }, + { + "linkId": "numeroLote", + "text": "Número del Lote de la Vacuna administrada", + "type": "string", + "required": false + }, + { + "linkId": "fechaVencimientoVacuna", + "text": "Fecha de Vencimiento de vacuna", + "type": "date", + "required": false + }, + { + "linkId": "nombreDiluyenteVacuna", + "text": "Nombre del Diluyente de la Vacuna", + "type": "string", + "required": false + }, + { + "linkId": "numeroLoteDiluyente", + "text": "Numero del lote del diluyente de la vacuna", + "type": "string", + "required": false + }, + { + "linkId": "fechaVencimientoDiluyente", + "text": "Fecha de vencimiento del diluyente de la vacuna", + "type": "date", + "required": false + }, + { + "linkId": "nombreVacunatorio", + "text": "Nombre del vacunatorio", + "type": "string", + "required": false + }, + { + "linkId": "fechaVacunacion", + "text": "Fecha de vacunación", + "type": "date", + "required": false + }, + { + "linkId": "horaVacunacion", + "text": "Hora de vacunación", + "type": "time", + "required": false + }, + { + "linkId": "codigoDireccionVacunatorio", + "text": "Código del nivel geográfico subnacional de la ubicación de la institución de salud en la que se administró la vacuna", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS" + }, + { + "linkId": "nombreDireccionVacunatorio", + "text": "Dirección completa de la institución en la que se administró la vacuna", + "type": "string", + "required": false + }, + { + "linkId": "codigoMecanismoVerificacion", + "text": "Código del mecanismo de verificación de vacuna colocada", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ModoVerificacionVacunaVS" + }, + { + "linkId": "nombreOtroMecanismoVerificacion", + "text": "Descripción de otro mecanismo no considerado en los códigos", + "type": "string", + "required": false + }, + { + "linkId": "fechaReconstitucionVacuna", + "text": "Fecha en la cual se reconstituyó la vacuna registrada", + "type": "date", + "required": false + }, + { + "linkId": "horaReconstitucionVacuna", + "text": "Hora en la cual se reconstituyó la vacuna registrada", + "type": "time", + "required": false + } + ] + } + ] + }, + { + "linkId": "registroESAVI", + "text": "Registro de ESAVI desarrollado por el vacunado", + "type": "group", + "required": true, + "item": [ + { + "linkId": "datosESAVI", + "text": "Información del ESAVI y de su clasificación según gravedad", + "type": "group", + "required": true, + "repeats": true, + "item": [ + { + "linkId": "nombreESAVI", + "text": "Nombre del ESAVI", + "type": "string", + "required": true + }, + { + "linkId": "IdentificadorESAVI", + "text": "Identificador correlativo del ESAVI útil para referirse al evento registrado en otras secciones de la guía", + "type": "integer", + "required": true + }, + { + "linkId": "codigoESAVIMedDRA", + "text": "Código MedDRA del Evento Adverso notificado", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS" + }, + { + "linkId": "codigoESAVIOtro", + "text": "Código no MedDRA del evento adverso ocurrido posterior a la vacunación", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/EsaviOtroVS" + }, + { + "linkId": "fechaESAVI", + "text": "Fecha de inicio del ESAVI referido por el paciente o identificado por el médico", + "type": "date", + "required": true + }, + { + "linkId": "horaESAVI", + "text": "Hora de inicio del ESAVI referido por el paciente o identificado por el médico", + "type": "time", + "required": false + }, + { + "linkId": "descripcionESAVI", + "text": "Descripción narrativa del ESAVI", + "type": "string", + "required": true + } + ] + }, + { + "linkId": "ESAVIDuranteEmbarazo", + "text": "Datos relacionados con condiciones médicas ocurridas durante el embarazo en el que se recibió la vacuna y/o ocurrió el ESAVI.", + "type": "group", + "enableWhen": [ + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "required": false, + "repeats": true, + "item": [ + { + "linkId": "codigoTipoComplicacionESAVI", + "text": "Código tipo complicacion del embarazo posterior a la administración de vacuna", + "type": "choice", + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoVS" + }, + { + "linkId": "nombreComplicacionEmbarazoESAVI", + "text": "Descripción de la Complicación", + "type": "string", + "required": true + }, + { + "linkId": "codigoMedDRAComplicacionEmbarazoESAVI", + "text": "Código MedDRA de la complicación del embarazo", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoMedDRAVS" + }, + { + "linkId": "otrosCodigosComplicacionEmbarazoESAVI", + "text": "Código SNOMED-CT/CIE-10/CIE-11 de la complicación del embarazo", + "type": "choice", + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS" + } + ] + }, + { + "linkId": "gravedadESAVI", + "text": "Determinación del estado de gravedad del ESAVI", + "type": "group", + "required": true, + "item": [ + { + "linkId": "tipoGravedad", + "text": "¿ESAVI Grave?", + "type": "boolean", + "required": true + }, + { + "linkId": "gravMuerte", + "text": "Muerte", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "gravRiesgoVida", + "text": "Amenaza la vida al momento de la detección del ESAVI", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "gravDiscapacidad", + "text": "Genera discapacidad severa o permanente al momento de la detección", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "gravHospitalizacion", + "text": "Hospitalización o prolongación de la misma", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "gravAnomaliaCongenita", + "text": "Anomalía congénita", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "gravAborto", + "text": "Aborto", + "type": "boolean", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + }, + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "enableBehavior": "any", + "required": false + }, + { + "linkId": "gravMuerteFetal", + "text": "Muerte fetal", + "type": "boolean", + "enableWhen": [ + { + "question": "embarazadaMomentoVacuna", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + }, + { + "question": "embarazadaMomentoESAVI", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS", + "code": "1" + } + } + ], + "enableBehavior": "any", + "required": false + }, + { + "linkId": "otrosEventosImportantes", + "text": "Otros Eventos considerados Médicamente Importantes", + "type": "boolean", + "enableWhen": [ + { + "question": "tipoGravedad", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "otrosEventosImportantesTx", + "text": "Descripción de Otros Eventos medicamente importantes", + "type": "string", + "enableWhen": [ + { + "question": "otrosEventosImportantes", + "operator": "=", + "answerBoolean": true + } + ], + "repeats": true + } + ] + }, + { + "linkId": "desenlaceESAVI", + "text": "Desenlace ESAVI", + "type": "group", + "required": true, + "item": [ + { + "linkId": "codDesenlaceESAVI", + "text": "Código Desenlace ESAVI", + "type": "choice", + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceVS" + }, + { + "linkId": "fechaMuerte", + "text": "Fecha de muerte producida por posible ESAVI", + "type": "date", + "enableWhen": [ + { + "question": "gravMuerte", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "autopsia", + "text": "Determinación si hubo o no Autopsia", + "type": "choice", + "enableWhen": [ + { + "question": "gravMuerte", + "operator": "=", + "answerBoolean": true + } + ], + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "fechaNotificaMuerte", + "text": "Fecha en la cual se notifico la muerte del paciente al registro nacional", + "type": "date", + "enableWhen": [ + { + "question": "gravMuerte", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "fechaNotificaMuerteFetal", + "text": "Fecha en la cual se notifico la muerte del feto de paciente al registro nacional", + "type": "date", + "enableWhen": [ + { + "question": "gravMuerteFetal", + "operator": "=", + "answerBoolean": true + } + ], + "required": false + }, + { + "linkId": "autopsiaFetal", + "text": "Determinación si hubo o no Autopsia Fetal", + "type": "choice", + "enableWhen": [ + { + "question": "gravMuerteFetal", + "operator": "=", + "answerBoolean": true + } + ], + "required": false, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" + }, + { + "linkId": "comentarios", + "text": "Comentarios adicionales en cuanto al cuadro ESAVI", + "type": "string", + "required": false + }, + { + "linkId": "fechaInicioInvestigacion", + "text": "Fecha en la cual se inicia investigación", + "type": "date", + "required": false + } + ] + }, + { + "linkId": "causalidadESAVI", + "text": "Información sobre la clasificación de causalidad", + "type": "group", + "required": false, + "repeats": true, + "item": [ + { + "linkId": "fechaCausalidadESAVI", + "text": "Fecha de clasificación final del caso", + "type": "date", + "required": false + }, + { + "linkId": "sistemaClasfcausalidad", + "text": "Método de clasificación de causalidad", + "type": "choice", + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/SistemaClasfCausalidadVS" + }, + { + "linkId": "otroSistemaclasfcausalidad", + "text": "Otro sistema de clasificación de causalidad", + "type": "string", + "enableWhen": [ + { + "question": "sistemaClasfcausalidad", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS", + "code": "otro" + } + } + ], + "required": false + }, + { + "linkId": "clasificacioncausaESAVI", + "text": "Descripción de la clasificación de causalidad del ESAVI", + "type": "string", + "required": false + }, + { + "linkId": "clasificacionDeCausalidadWHOAEFI", + "text": "Clasificación de causalidad según la metodología WHO AEFI", + "type": "choice", + "enableWhen": [ + { + "question": "sistemaClasfcausalidad", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS", + "code": "WHO-AEFI" + } + } + ], + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOAEFIVS" + }, + { + "linkId": "clasificacionDeCausalidadWHOUMC", + "text": "Clasificación de causalidad según la metodología WHO UMC", + "type": "choice", + "enableWhen": [ + { + "question": "sistemaClasfcausalidad", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS", + "code": "WHO-UMC" + } + } + ], + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOUMCVS" + }, + { + "linkId": "clasificacionDeCausalidadNaranjo", + "text": "Clasificación de causalidad según la metodología Naranjo", + "type": "choice", + "enableWhen": [ + { + "question": "sistemaClasfcausalidad", + "operator": "=", + "answerCoding": { + "system": "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS", + "code": "Naranjo" + } + } + ], + "required": true, + "answerValueSet": "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceNaranjoVS" + }, + { + "linkId": "referenciaIdentificadorVacuna", + "text": "Identificador correlativo de la vacuna", + "type": "integer", + "required": true + }, + { + "linkId": "referenciaIdentificadorESAVI", + "text": "Identificador correlativo del ESAVI", + "type": "integer", + "required": true + }, + { + "linkId": "embarazoDuranteESAVI", + "text": "Indicador si complicación materna o fetal son las que se reportan como ESAVI.", + "type": "boolean", + "required": false + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/package/example/QuestionnaireResponse-ejDosNuevo.json b/package/example/QuestionnaireResponse-ejDosNuevo.json new file mode 100644 index 0000000..8b07275 --- /dev/null +++ b/package/example/QuestionnaireResponse-ejDosNuevo.json @@ -0,0 +1 @@ +{"resourceType":"QuestionnaireResponse","id":"ejDosNuevo","meta":{"profile":["https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"]},"text":{"status":"generated","div":"
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
LinkIdTextDefinitionAnswer\"doco\"
\".\"\".\" ejDosNuevoQuestionnaire:Questionario para ESAVI de OPS
\".\"\".\"\".\" datosNotificacionGeneral
\".\"\".\"\".\"\".\" datosNotificacion
\".\"\".\"\".\"\".\"\".\" paisOrigen-RegCódigos de Paises BRA: Brazil
\".\"\".\"\".\"\".\"\".\" nombreOrganizacionNotificadoraMinisterio da Saude
\".\"\".\"\".\"\".\"\".\" codigoDireccionOrganizacionCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreDireccionOrganizacionFlorianópolis
\".\"\".\"\".\"\".\"\".\" codigoProfesionNotificadorTipo de Profesional Notificador 3: Otro Profesional de la Salud
\".\"\".\"\".\"\".\" fechas
\".\"\".\"\".\"\".\"\".\" fechaConsulta2021-07-01
\".\"\".\"\".\"\".\"\".\" fechaLlenadoFicha2021-09-21
\".\"\".\"\".\" datosIdVacunado
\".\"\".\"\".\"\".\" datosPaciente
\".\"\".\"\".\"\".\"\".\" numeroCaso1422100147620
\".\"\".\"\".\"\".\"\".\" idPacientef309923b7f5b8512eb70fa8361decfb1
\".\"\".\"\".\"\".\"\".\" codigoResidenciaHabitualCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreResidenciaHabitualFlorianópolis
\".\"\".\"\".\"\".\"\".\" sexoPacienteAdministrativeGender male: Male
\".\"\".\"\".\"\".\"\".\" fechaNacimiento1988-09-08
\".\"\".\"\".\"\".\"\".\" etniaBranca
\".\"\".\"\".\" antecedentesFarmacosVacunas
\".\"\".\"\".\"\".\" datosVacunas
\".\"\".\"\".\"\".\"\".\" nombreVacunaCovishield
\".\"\".\"\".\"\".\"\".\" nombreNormalizadoVacunaVacina Covid-19 - Covishield
\".\"\".\"\".\"\".\"\".\" identificadorVacuna123456
\".\"\".\"\".\"\".\"\".\" nombreFabricanteOXFORD-ASTRAZENECA
\".\"\".\"\".\"\".\"\".\" numeroDosisVacuna1
\".\"\".\"\".\"\".\"\".\" nombreVacunatoriovacunatorio genérico
\".\"\".\"\".\"\".\"\".\" fechaVacunacion2021-06-25
\".\"\".\"\".\"\".\"\".\" codigoDireccionVacunatorioCódigos PAHO para Direcciones BR_AL_27_05705: Olho d'Água das Flores (Municipio), Alagoas, Brazil
\".\"\".\"\".\"\".\"\".\" nombreDireccionVacunatoriodireccion genérica
\".\"\".\"\".\" registroESAVI
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIPlaquetas baixas
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI1
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10024922: 10024922
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIPaciente com plaquetopenia severa 15 dias após aplicação de vacina. Hemograma do dia 21/07/2021 (7 mil Plaquetas). Ficou hospitalizado 4 dias apresentou petequias, equimoses e hematúria. Paciente de 33 anos, apresentou quadro de plaquetopenia importante após vacinação ASTRAZENICA há 30 dias; Estava em acompanhamento com Dr Alan Furlan hematologista particular. Lab (21/07/21): contagem plaquetas 7000. Lab (30/07/21): Hb 15,60/ Ht 47,60/ VCM 86,70/ RDW 14,90%/ Leuco 8280/ Plaquetas 3450/ Plaquetas em citrato 5470 Teste Rápido HbsAg não reagente/ HCV não reagente/ HIV não reagente/ Sífilis não reagente. Lab (06/08/21): Hb 14,30/ Ht 43, 40/ VCM 88, 0/ Leuco 9220/ Plaquetas 71.000/ Tempo Tromboplastina Parcial 27,0/ Protrombina 18,10/ INR 1,37/ PCR 0,38/ Bilirrubina total 0,77/ BD 0,10/ BI 0,67/ Gama Gt 25,0/ AST 14,0/ ALT 24,0/ VHS 3/ FR <8 Lab (11/08/21): Plaquetas 41.000 Lab (18/08/21): Plaquetas 31.800.
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIHematuria
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI2
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10005604: 10005604
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIFicou hospitalizado 4 dias apresentou hematúria.
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVIEquimoses
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI3
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10014080: 10014080
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-21
\".\"\".\"\".\"\".\"\".\" descripcionESAVIFicou hospitalizado 4 dias apresentou equimoses
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVISangramento gengival
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI4
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAMedical Dictionary for Regulatory Activities 10018292: 10018292
\".\"\".\"\".\"\".\"\".\" fechaESAVI2021-07-20
\".\"\".\"\".\"\".\"\".\" descripcionESAVIpaciente presenta sangrado gingival
\".\"\".\"\".\"\".\" gravedadESAVI
\".\"\".\"\".\"\".\"\".\" tipoGravedadtrue
\".\"\".\"\".\"\".\"\".\" gravMuertefalse
\".\"\".\"\".\"\".\"\".\" gravRiesgoVidafalse
\".\"\".\"\".\"\".\"\".\" gravDiscapacidadfalse
\".\"\".\"\".\"\".\"\".\" gravHospitalizaciontrue
\".\"\".\"\".\"\".\"\".\" gravAnomaliaCongenitafalse
\".\"\".\"\".\"\".\"\".\" otrosEventosImportantesfalse
\".\"\".\"\".\"\".\" desenlaceESAVI
\".\"\".\"\".\"\".\"\".\" codDesenlaceESAVIDesenlaces Tras ESAVI 2: En recuperación
\".\"\".\"\".\"\".\"\".\" comentariosPaciente relata alergia a chocolate e ingeriu. Diz que 2 colegas do trabalho apresentaram os mesmos sintomas petéquias hj 20/07
\".\"\".\"\".\"\".\"\".\" fechaInicioInvestigacion2021-09-20

\"doco\" Documentation for this format
"},"identifier":{"system":"http://ops.org/esavi/BR","value":"15500393456"},"questionnaire":"https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI","status":"completed","authored":"2023-04-12T19:09:52.678Z","item":[{"linkId":"datosNotificacionGeneral","item":[{"linkId":"datosNotificacion","item":[{"linkId":"paisOrigen-Reg","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/codPaisesCS","code":"BRA"}}]},{"linkId":"nombreOrganizacionNotificadora","answer":[{"valueString":"Ministerio da Saude"}]},{"linkId":"codigoDireccionOrganizacion","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"BR_AL_27_05705","display":"Olho d'Água das Flores (Municipio), Alagoas, Brazil"}}]},{"linkId":"nombreDireccionOrganizacion","answer":[{"valueString":"Florianópolis"}]},{"linkId":"codigoProfesionNotificador","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS","code":"3"}}]}]},{"linkId":"fechas","item":[{"linkId":"fechaConsulta","answer":[{"valueDate":"2021-07-01"}]},{"linkId":"fechaLlenadoFicha","answer":[{"valueDate":"2021-09-21"}]}]}]},{"linkId":"datosIdVacunado","item":[{"linkId":"datosPaciente","item":[{"linkId":"numeroCaso","answer":[{"valueString":"1422100147620"}]},{"linkId":"idPaciente","answer":[{"valueString":"f309923b7f5b8512eb70fa8361decfb1"}]},{"linkId":"codigoResidenciaHabitual","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"BR_AL_27_05705","display":"Olho d'Água das Flores (Municipio), Alagoas, Brazil"}}]},{"linkId":"nombreResidenciaHabitual","answer":[{"valueString":"Florianópolis"}]},{"linkId":"sexoPaciente","answer":[{"valueCoding":{"system":"http://hl7.org/fhir/administrative-gender","code":"male","display":"Male"}}]},{"linkId":"fechaNacimiento","answer":[{"valueDate":"1988-09-08"}]},{"linkId":"etnia","answer":[{"valueString":"Branca"}]}]}]},{"linkId":"antecedentesFarmacosVacunas","item":[{"linkId":"datosVacunas","item":[{"linkId":"nombreVacuna","answer":[{"valueString":"Covishield"}]},{"linkId":"nombreNormalizadoVacuna","answer":[{"valueString":"Vacina Covid-19 - Covishield"}]},{"linkId":"identificadorVacuna","answer":[{"valueInteger":123456}]},{"linkId":"nombreFabricante","answer":[{"valueString":"OXFORD-ASTRAZENECA"}]},{"linkId":"numeroDosisVacuna","answer":[{"valueInteger":1}]},{"linkId":"nombreVacunatorio","answer":[{"valueString":"vacunatorio genérico"}]},{"linkId":"fechaVacunacion","answer":[{"valueDate":"2021-06-25"}]},{"linkId":"codigoDireccionVacunatorio","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"BR_AL_27_05705","display":"Olho d'Água das Flores (Municipio), Alagoas, Brazil"}}]},{"linkId":"nombreDireccionVacunatorio","answer":[{"valueString":"direccion genérica"}]}]}]},{"linkId":"registroESAVI","item":[{"linkId":"datosESAVI","item":[{"linkId":"nombreESAVI","answer":[{"valueString":"Plaquetas baixas"}]},{"linkId":"IdentificadorESAVI","answer":[{"valueInteger":1}]},{"linkId":"codigoESAVIMedDRA","answer":[{"valueCoding":{"system":"https://www.meddra.org","code":"10024922"}}]},{"linkId":"fechaESAVI","answer":[{"valueDate":"2021-07-21"}]},{"linkId":"descripcionESAVI","answer":[{"valueString":"Paciente com plaquetopenia severa 15 dias após aplicação de vacina. Hemograma do dia 21/07/2021 (7 mil Plaquetas). Ficou hospitalizado 4 dias apresentou petequias, equimoses e hematúria. Paciente de 33 anos, apresentou quadro de plaquetopenia importante após vacinação ASTRAZENICA há 30 dias; Estava em acompanhamento com Dr Alan Furlan hematologista particular. Lab (21/07/21): contagem plaquetas 7000. Lab (30/07/21): Hb 15,60/ Ht 47,60/ VCM 86,70/ RDW 14,90%/ Leuco 8280/ Plaquetas 3450/ Plaquetas em citrato 5470 Teste Rápido HbsAg não reagente/ HCV não reagente/ HIV não reagente/ Sífilis não reagente. Lab (06/08/21): Hb 14,30/ Ht 43, 40/ VCM 88, 0/ Leuco 9220/ Plaquetas 71.000/ Tempo Tromboplastina Parcial 27,0/ Protrombina 18,10/ INR 1,37/ PCR 0,38/ Bilirrubina total 0,77/ BD 0,10/ BI 0,67/ Gama Gt 25,0/ AST 14,0/ ALT 24,0/ VHS 3/ FR <8 Lab (11/08/21): Plaquetas 41.000 Lab (18/08/21): Plaquetas 31.800."}]}]},{"linkId":"datosESAVI","item":[{"linkId":"nombreESAVI","answer":[{"valueString":"Hematuria"}]},{"linkId":"IdentificadorESAVI","answer":[{"valueInteger":2}]},{"linkId":"codigoESAVIMedDRA","answer":[{"valueCoding":{"system":"https://www.meddra.org","code":"10005604"}}]},{"linkId":"fechaESAVI","answer":[{"valueDate":"2021-07-21"}]},{"linkId":"descripcionESAVI","answer":[{"valueString":"Ficou hospitalizado 4 dias apresentou hematúria."}]}]},{"linkId":"datosESAVI","item":[{"linkId":"nombreESAVI","answer":[{"valueString":"Equimoses"}]},{"linkId":"IdentificadorESAVI","answer":[{"valueInteger":3}]},{"linkId":"codigoESAVIMedDRA","answer":[{"valueCoding":{"system":"https://www.meddra.org","code":"10014080"}}]},{"linkId":"fechaESAVI","answer":[{"valueDate":"2021-07-21"}]},{"linkId":"descripcionESAVI","answer":[{"valueString":"Ficou hospitalizado 4 dias apresentou equimoses"}]}]},{"linkId":"datosESAVI","item":[{"linkId":"nombreESAVI","answer":[{"valueString":"Sangramento gengival"}]},{"linkId":"IdentificadorESAVI","answer":[{"valueInteger":4}]},{"linkId":"codigoESAVIMedDRA","answer":[{"valueCoding":{"system":"https://www.meddra.org","code":"10018292"}}]},{"linkId":"fechaESAVI","answer":[{"valueDate":"2021-07-20"}]},{"linkId":"descripcionESAVI","answer":[{"valueString":"paciente presenta sangrado gingival"}]}]},{"linkId":"gravedadESAVI","item":[{"linkId":"tipoGravedad","answer":[{"valueBoolean":true}]},{"linkId":"gravMuerte","answer":[{"valueBoolean":false}]},{"linkId":"gravRiesgoVida","answer":[{"valueBoolean":false}]},{"linkId":"gravDiscapacidad","answer":[{"valueBoolean":false}]},{"linkId":"gravHospitalizacion","answer":[{"valueBoolean":true}]},{"linkId":"gravAnomaliaCongenita","answer":[{"valueBoolean":false}]},{"linkId":"otrosEventosImportantes","answer":[{"valueBoolean":false}]}]},{"linkId":"desenlaceESAVI","item":[{"linkId":"codDesenlaceESAVI","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS","code":"2"}}]},{"linkId":"comentarios","answer":[{"valueString":"Paciente relata alergia a chocolate e ingeriu. Diz que 2 colegas do trabalho apresentaram os mesmos sintomas petéquias hj 20/07"}]},{"linkId":"fechaInicioInvestigacion","answer":[{"valueDate":"2021-09-20"}]}]}]}]} \ No newline at end of file diff --git a/package/example/QuestionnaireResponse-ejUnoNuevo.json b/package/example/QuestionnaireResponse-ejUnoNuevo.json new file mode 100644 index 0000000..676cb88 --- /dev/null +++ b/package/example/QuestionnaireResponse-ejUnoNuevo.json @@ -0,0 +1 @@ +{"resourceType":"QuestionnaireResponse","id":"ejUnoNuevo","meta":{"profile":["https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"]},"text":{"status":"generated","div":"
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
LinkIdTextDefinitionAnswer\"doco\"
\".\"\".\" ejUnoNuevoQuestionnaire:Questionario para ESAVI de OPS
\".\"\".\"\".\" datosNotificacionGeneral
\".\"\".\"\".\"\".\" datosNotificacion
\".\"\".\"\".\"\".\"\".\" paisOrigen-RegCódigos de Paises MEX: Mexico
\".\"\".\"\".\"\".\"\".\" nombreOrganizacionNotificadoraSubdrector Epiemyp, responsable del Sistema de ESAVI-Hospital General de México
\".\"\".\"\".\"\".\"\".\" codigoDireccionOrganizacionCódigos PAHO para Direcciones MX_CS_07005: Amatán (Municipio), Chiapas, Mexico
\".\"\".\"\".\"\".\"\".\" nombreDireccionOrganizacionAmatán (Municipio), Chiapas, Mexico
\".\"\".\"\".\"\".\"\".\" codigoProfesionNotificadorTipo de Profesional Notificador 5: Usuario u otro profesional no sanitario
\".\"\".\"\".\"\".\" fechasFechas Administrativas (al menos una fecha es necesaria)
\".\"\".\"\".\"\".\"\".\" fechaConsulta2020-12-24
\".\"\".\"\".\"\".\"\".\" fechaNotificacion2020-12-24
\".\"\".\"\".\"\".\"\".\" fechaLlenadoFicha2020-12-24
\".\"\".\"\".\"\".\"\".\" fechaRepoNacional2020-12-25
\".\"\".\"\".\" datosIdVacunado
\".\"\".\"\".\"\".\" datosPaciente
\".\"\".\"\".\"\".\"\".\" numeroCasof9a9a518-7b6f-472a-bf28-9aad7a8eeb22
\".\"\".\"\".\"\".\"\".\" idPaciente5f9f5ae5-e821-412d-8b58-9834a7a439c0
\".\"\".\"\".\"\".\"\".\" codigoResidenciaHabitualCódigos PAHO para Direcciones MX_CS_07005: Amatán (Municipio), Chiapas, Mexico
\".\"\".\"\".\"\".\"\".\" nombreResidenciaHabitualAmatán (Municipio), Chiapas, Mexico
\".\"\".\"\".\"\".\"\".\" sexoPacienteAdministrativeGender male: Male
\".\"\".\"\".\"\".\"\".\" fechaNacimiento1985-02-02
\".\"\".\"\".\"\".\"\".\" etniaIndígena
\".\"\".\"\".\" antecedentesMedicosAntecedentes médicos identificados por el paciente
\".\"\".\"\".\"\".\" antecedentesEnfermedadesPrevias
\".\"\".\"\".\"\".\"\".\" descripcionEnfPreviaAlergia a Penicilina
\".\"\".\"\".\"\".\"\".\" codigoMedDRAEnfPreviaMedical Dictionary for Regulatory Activities 10034292: 10034292
\".\"\".\"\".\"\".\"\".\" otrosCodigosEnfPreviaSNOMED CT (all versions) 91936005: Allergy to penicillin
\".\"\".\"\".\"\".\" antecedentesEventosAdversos
\".\"\".\"\".\"\".\"\".\" antecedentesAdvSimilarRespuestas Simples 1: Si
\".\"\".\"\".\"\".\"\".\" alergiaMedicamentosRespuestas Simples 1: Si
\".\"\".\"\".\"\".\"\".\" alergiaVacunasRespuestas Simples 1: Si
\".\"\".\"\".\"\".\" antecedentesSarsCov2
\".\"\".\"\".\"\".\"\".\" diagnosticoprevioSarsCov2Respuestas Simples 2: No
\".\"\".\"\".\" antecedentesFarmacosVacunas
\".\"\".\"\".\"\".\" datosVacunasDatos de las vacunas administradas
\".\"\".\"\".\"\".\"\".\" nombreVacunaBioNTech
\".\"\".\"\".\"\".\"\".\" identificadorVacuna121
\".\"\".\"\".\"\".\"\".\" nombreFabricantePfizer BioNTech
\".\"\".\"\".\"\".\"\".\" numeroDosisVacunaNumero ordinal de la dosis administrada1
\".\"\".\"\".\"\".\"\".\" numeroLoteNúmero del Lote de la Vacuna administradaEK42412
\".\"\".\"\".\"\".\"\".\" fechaVencimientoVacuna2021-01-04
\".\"\".\"\".\"\".\"\".\" numeroLoteDiluyenteR20J17
\".\"\".\"\".\"\".\"\".\" fechaVencimientoDiluyente2022-06-01
\".\"\".\"\".\"\".\"\".\" nombreVacunatorioHospital General de México
\".\"\".\"\".\"\".\"\".\" fechaVacunacion2020-12-24
\".\"\".\"\".\"\".\"\".\" codigoDireccionVacunatorioCódigos PAHO para Direcciones MX_CS_07005: Amatán (Municipio), Chiapas, Mexico
\".\"\".\"\".\"\".\"\".\" nombreDireccionVacunatorioDr. Balmis 148, Doctores, Cuauhtémoc, 06720 Ciudad de México, CDMX, México
\".\"\".\"\".\" registroESAVI
\".\"\".\"\".\"\".\" datosESAVI
\".\"\".\"\".\"\".\"\".\" nombreESAVINombre del ESAVIAnafilaxia
\".\"\".\"\".\"\".\"\".\" IdentificadorESAVI1
\".\"\".\"\".\"\".\"\".\" codigoESAVIMedDRAhttps://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS 10002218: 10002218
\".\"\".\"\".\"\".\"\".\" codigoESAVIOtroSNOMED CT (all versions) 39579001: Anaphylaxis
\".\"\".\"\".\"\".\"\".\" fechaESAVI2020-12-24
\".\"\".\"\".\"\".\"\".\" horaESAVI08:40:00
\".\"\".\"\".\"\".\"\".\" descripcionESAVIAnafilaxia post vacunación.
\".\"\".\"\".\"\".\" gravedadESAVI
\".\"\".\"\".\"\".\"\".\" tipoGravedadtrue
\".\"\".\"\".\"\".\"\".\" gravMuertefalse
\".\"\".\"\".\"\".\"\".\" gravRiesgoVidatrue
\".\"\".\"\".\"\".\"\".\" gravDiscapacidadfalse
\".\"\".\"\".\"\".\"\".\" gravHospitalizacionfalse
\".\"\".\"\".\"\".\"\".\" gravAnomaliaCongenitafalse
\".\"\".\"\".\"\".\"\".\" otrosEventosImportantesfalse
\".\"\".\"\".\"\".\" desenlaceESAVI
\".\"\".\"\".\"\".\"\".\" codDesenlaceESAVIDesenlaces Tras ESAVI 1: Recuperado Completamente
\".\"\".\"\".\"\".\"\".\" fechaInicioInvestigacion2020-12-25

\"doco\" Documentation for this format
"},"identifier":{"system":"http://ops.org/esavi/MX","value":"1550039300"},"questionnaire":"https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI","status":"completed","authored":"2023-04-12T19:09:52.678Z","item":[{"linkId":"datosNotificacionGeneral","item":[{"linkId":"datosNotificacion","item":[{"linkId":"paisOrigen-Reg","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/codPaisesCS","code":"MEX"}}]},{"linkId":"nombreOrganizacionNotificadora","answer":[{"valueString":"Subdrector Epiemyp, responsable del Sistema de ESAVI-Hospital General de México"}]},{"linkId":"codigoDireccionOrganizacion","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"MX_CS_07005","display":"Amatán (Municipio), Chiapas, Mexico"}}]},{"linkId":"nombreDireccionOrganizacion","answer":[{"valueString":"Amatán (Municipio), Chiapas, Mexico"}]},{"linkId":"codigoProfesionNotificador","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS","code":"5"}}]}]},{"linkId":"fechas","text":"Fechas Administrativas (al menos una fecha es necesaria)","item":[{"linkId":"fechaConsulta","answer":[{"valueDate":"2020-12-24"}]},{"linkId":"fechaNotificacion","answer":[{"valueDate":"2020-12-24"}]},{"linkId":"fechaLlenadoFicha","answer":[{"valueDate":"2020-12-24"}]},{"linkId":"fechaRepoNacional","answer":[{"valueDate":"2020-12-25"}]}]}]},{"linkId":"datosIdVacunado","item":[{"linkId":"datosPaciente","item":[{"linkId":"numeroCaso","answer":[{"valueString":"f9a9a518-7b6f-472a-bf28-9aad7a8eeb22"}]},{"linkId":"idPaciente","answer":[{"valueString":"5f9f5ae5-e821-412d-8b58-9834a7a439c0"}]},{"linkId":"codigoResidenciaHabitual","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"MX_CS_07005","display":"Amatán (Municipio), Chiapas, Mexico"}}]},{"linkId":"nombreResidenciaHabitual","answer":[{"valueString":"Amatán (Municipio), Chiapas, Mexico"}]},{"linkId":"sexoPaciente","answer":[{"valueCoding":{"system":"http://hl7.org/fhir/administrative-gender","code":"male","display":"Male"}}]},{"linkId":"fechaNacimiento","answer":[{"valueDate":"1985-02-02"}]},{"linkId":"etnia","answer":[{"valueString":"Indígena"}]}]}]},{"linkId":"antecedentesMedicos","text":"Antecedentes médicos identificados por el paciente","item":[{"linkId":"antecedentesEnfermedadesPrevias","item":[{"linkId":"descripcionEnfPrevia","answer":[{"valueString":"Alergia a Penicilina"}]},{"linkId":"codigoMedDRAEnfPrevia","answer":[{"valueCoding":{"system":"https://www.meddra.org","code":"10034292"}}]},{"linkId":"otrosCodigosEnfPrevia","answer":[{"valueCoding":{"system":"http://snomed.info/sct","code":"91936005"}}]}]},{"linkId":"antecedentesEventosAdversos","item":[{"linkId":"antecedentesAdvSimilar","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS","code":"1","display":"Si"}}]},{"linkId":"alergiaMedicamentos","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS","code":"1","display":"Si"}}]},{"linkId":"alergiaVacunas","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS","code":"1","display":"Si"}}]}]},{"linkId":"antecedentesSarsCov2","item":[{"linkId":"diagnosticoprevioSarsCov2","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS","code":"2","display":"No"}}]}]}]},{"linkId":"antecedentesFarmacosVacunas","item":[{"linkId":"datosVacunas","text":"Datos de las vacunas administradas","item":[{"linkId":"nombreVacuna","answer":[{"valueString":"BioNTech"}]},{"linkId":"identificadorVacuna","answer":[{"valueInteger":121}]},{"linkId":"nombreFabricante","answer":[{"valueString":"Pfizer BioNTech"}]},{"linkId":"numeroDosisVacuna","text":"Numero ordinal de la dosis administrada","answer":[{"valueInteger":1}]},{"linkId":"numeroLote","text":"Número del Lote de la Vacuna administrada","answer":[{"valueString":"EK42412"}]},{"linkId":"fechaVencimientoVacuna","answer":[{"valueDate":"2021-01-04"}]},{"linkId":"numeroLoteDiluyente","answer":[{"valueString":"R20J17"}]},{"linkId":"fechaVencimientoDiluyente","answer":[{"valueDate":"2022-06-01"}]},{"linkId":"nombreVacunatorio","answer":[{"valueString":"Hospital General de México"}]},{"linkId":"fechaVacunacion","answer":[{"valueDate":"2020-12-24"}]},{"linkId":"codigoDireccionVacunatorio","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS","code":"MX_CS_07005","display":"Amatán (Municipio), Chiapas, Mexico"}}]},{"linkId":"nombreDireccionVacunatorio","answer":[{"valueString":"Dr. Balmis 148, Doctores, Cuauhtémoc, 06720 Ciudad de México, CDMX, México"}]}]}]},{"linkId":"registroESAVI","item":[{"linkId":"datosESAVI","item":[{"linkId":"nombreESAVI","text":"Nombre del ESAVI","answer":[{"valueString":"Anafilaxia"}]},{"linkId":"IdentificadorESAVI","answer":[{"valueInteger":1}]},{"linkId":"codigoESAVIMedDRA","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS","code":"10002218"}}]},{"linkId":"codigoESAVIOtro","answer":[{"valueCoding":{"system":"http://snomed.info/sct","code":"39579001"}}]},{"linkId":"fechaESAVI","answer":[{"valueDate":"2020-12-24"}]},{"linkId":"horaESAVI","answer":[{"valueTime":"08:40:00"}]},{"linkId":"descripcionESAVI","answer":[{"valueString":"Anafilaxia post vacunación."}]}]},{"linkId":"gravedadESAVI","item":[{"linkId":"tipoGravedad","answer":[{"valueBoolean":true}]},{"linkId":"gravMuerte","answer":[{"valueBoolean":false}]},{"linkId":"gravRiesgoVida","answer":[{"valueBoolean":true}]},{"linkId":"gravDiscapacidad","answer":[{"valueBoolean":false}]},{"linkId":"gravHospitalizacion","answer":[{"valueBoolean":false}]},{"linkId":"gravAnomaliaCongenita","answer":[{"valueBoolean":false}]},{"linkId":"otrosEventosImportantes","answer":[{"valueBoolean":false}]}]},{"linkId":"desenlaceESAVI","item":[{"linkId":"codDesenlaceESAVI","answer":[{"valueCoding":{"system":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS","code":"1","display":"Recuperado Completamente"}}]},{"linkId":"fechaInicioInvestigacion","answer":[{"valueDate":"2020-12-25"}]}]}]}]} \ No newline at end of file diff --git a/package/load_post copy.sh b/package/load_post copy.sh new file mode 100644 index 0000000..49066dc --- /dev/null +++ b/package/load_post copy.sh @@ -0,0 +1,36 @@ +#!/bin/bash + + +#curl --location 'http://192.168.3.4:8086/fhir/CodeSystem/' \ +#--header 'Content-Type: application/json' \ +#--data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/CodeSystem-ComplicacionEmbarazoCS.json' + +# Define la URL del servidor y la ruta del directorio +SERVER_URL="http://192.168.3.4:8086/fhir/CodeSystem/" +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/cs/" + +# Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + # Usa curl para enviar cada archivo al servidor + curl --location "$SERVER_URL" --header 'Content-Type: application/json' --data "@$FILE" +done + + +SERVER_URL="http://192.168.3.4:8086/fhir/ValueSet/" +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/vs/" + +# Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + # Usa curl para enviar cada archivo al servidor + curl --location "$SERVER_URL" --header 'Content-Type: application/json' --data "@$FILE" +done + +curl --location 'http://192.168.3.4:8086/fhir/Questionnaire/' \ +--header 'Content-Type: application/json' \ +--data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/example/Questionnaire-CuestionarioESAVI.json' + +curl --location 'http://192.168.3.4:8086/fhir/StructureDefinition/' \ +--header 'Content-Type: application/json' \ +--data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/StructureDefinition-ESAVIQuestionnaireResponse.json' \ No newline at end of file diff --git a/package/load_post.8080.sh b/package/load_post.8080.sh new file mode 100644 index 0000000..bb65dff --- /dev/null +++ b/package/load_post.8080.sh @@ -0,0 +1,32 @@ +#!/bin/bash +SERVER1="localhost" +PORT1="8080" +PATH_FHIR="/fhir/CodeSystem/" + +## Define la URL del servidor y la ruta del directorio +SERVER_URL="${SERVER1}:${PORT1}/fhir/CodeSystem/" +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/cs/" +# +## Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + ID=$(jq -r '.id' "$FILE") + echo $SERVER_URL$ID +# # Usa curl para enviar cada archivo al servidor + curl --location --request PUT "$SERVER_URL$ID" --header 'Content-Type: application/json' --data "@$FILE" +done +# + +SERVER_URL="${SERVER1}:${PORT1}/fhir/ValueSet/" +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/vs/" +# Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + ID=$(jq -r '.id' "$FILE") + echo $SERVER_URL$ID + # Usa curl para enviar cada archivo al servidor + curl --location --request PUT "$SERVER_URL$ID" --header 'Content-Type: application/json' --data "@$FILE" +done + +curl --location --request PUT "${SERVER1}:${PORT1}/fhir/Questionnaire/CuestionarioESAVI" --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/example/Questionnaire-CuestionarioESAVI.json' +curl --location --request PUT "${SERVER1}:${PORT1}/fhir/StructureDefinition/ESAVIQuestionnaireResponse" --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/StructureDefinition-ESAVIQuestionnaireResponse.json' diff --git a/package/load_post.sh b/package/load_post.sh new file mode 100644 index 0000000..d5164a8 --- /dev/null +++ b/package/load_post.sh @@ -0,0 +1,38 @@ +#!/bin/bash + + +# Define la URL del servidor y la ruta del directorio +SERVER_URL="http://192.168.3.4:8086/fhir/CodeSystem/" +#SERVER_URL="localhost:8080/fhir/CodeSystem/" + +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/cs/" + +# Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + ID=$(jq -r '.id' "$FILE") + echo $SERVER_URL$ID + # Usa curl para enviar cada archivo al servidor + curl --location --request PUT "$SERVER_URL$ID" --header 'Content-Type: application/json' --data "@$FILE" +done + +#SERVER_URL="localhost:8080/fhir/ValueSet/" +SERVER_URL="http://192.168.3.4:8086/fhir/ValueSet/" +DIRECTORY_PATH="/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/vs/" +# Recorre todos los archivos JSON en el directorio +for FILE in $DIRECTORY_PATH*.json +do + ID=$(jq -r '.id' "$FILE") + echo $SERVER_URL$ID + # Usa curl para enviar cada archivo al servidor + curl --location --request PUT "$SERVER_URL$ID" --header 'Content-Type: application/json' --data "@$FILE" +done + + +curl --location --request PUT 'http://192.168.3.4:8086/fhir/Questionnaire/CuestionarioESAVI' --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/example/Questionnaire-CuestionarioESAVI.json' +curl --location --request PUT 'http://192.168.3.4:8086/fhir/StructureDefinition/ESAVIQuestionnaireResponse' --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/StructureDefinition-ESAVIQuestionnaireResponse.json' + + + +#curl --location --request PUT 'localhost:8080/fhir/Questionnaire/CuestionarioESAVI' --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/example/Questionnaire-CuestionarioESAVI.json' +#curl --location --request PUT 'localhost:8080/fhir/StructureDefinition/ESAVIQuestionnaireResponse' --header 'Content-Type: application/json' --data '@/Users/jorgemansilla/IGs/OPS-ESAVI/output/package/StructureDefinition-ESAVIQuestionnaireResponse.json' \ No newline at end of file diff --git a/package/other/ig-r4.jsonX b/package/other/ig-r4.jsonX new file mode 100644 index 0000000..08169e2 --- /dev/null +++ b/package/other/ig-r4.jsonX @@ -0,0 +1 @@ +{"resourceType":"ImplementationGuide","id":"uv.esavi","text":{"status":"extensions","div":"

ESAVI

The official URL for this implementation guide is:

https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi
"},"url":"https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi","version":"0.1.46","name":"ESAVI","title":"Guía de Implementación FHIR de ESAVI","status":"draft","date":"2024-04-01T21:16:13-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"packageId":"uv.esavi","license":"CC0-1.0","fhirVersion":["4.0.1"],"dependsOn":[{"id":"hl7tx","extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment","valueMarkdown":"Automatically added as a dependency - all IGs depend on HL7 Terminology"}],"uri":"http://terminology.hl7.org/ImplementationGuide/hl7.terminology","packageId":"hl7.terminology.r4","version":"5.3.0"},{"id":"hl7ext","extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/implementationguide-dependency-comment","valueMarkdown":"Automatically added as a dependency - all IGs depend on the HL7 Extension Pack"}],"uri":"http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions","packageId":"hl7.fhir.uv.extensions.r4","version":"1.0.0"}],"definition":{"extension":[{"extension":[{"url":"code","valueString":"copyrightyear"},{"url":"value","valueString":"2021+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"releaselabel"},{"url":"value","valueString":"ci-build"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"path-history"},{"url":"value","valueString":"https://paho.org/fhir/esavi/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"apply-wg"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueString":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-internal-dependency","valueCode":"hl7.fhir.uv.tools#0.1.0"},{"extension":[{"url":"code","valueCode":"copyrightyear"},{"url":"value","valueString":"2021+"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"releaselabel"},{"url":"value","valueString":"ci-build"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"autoload-resources"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-liquid"},{"url":"value","valueString":"template/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-liquid"},{"url":"value","valueString":"input/liquid"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-qa"},{"url":"value","valueString":"temp/qa"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-temp"},{"url":"value","valueString":"temp/pages"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-output"},{"url":"value","valueString":"output"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-suppressed-warnings"},{"url":"value","valueString":"input/ignoreWarnings.txt"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"path-history"},{"url":"value","valueString":"https://paho.org/fhir/esavi/history.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"template-html"},{"url":"value","valueString":"template-page.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"template-md"},{"url":"value","valueString":"template-page-md.html"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-contact"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-context"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-copyright"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-jurisdiction"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-license"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-publisher"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-version"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"apply-wg"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"active-tables"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"fmm-definition"},{"url":"value","valueString":"http://hl7.org/fhir/versions.html#maturity"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"propagate-status"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"excludelogbinaryformat"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"},{"extension":[{"url":"code","valueCode":"tabbed-snapshots"},{"url":"value","valueString":"true"}],"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-parameter"}],"resource":[{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceNaranjoVS"},"name":"Clasificación de causalidad Naranjo","description":"Método de clasificación de causalidad Naranjo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceNaranjoCS"},"name":"Clasificación de causalidad Naranjo","description":"Método de clasificación de causalidad Naranjo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceWHOAEFIVS"},"name":"Clasificación de causalidad WHO-AEFI","description":"Método de clasificación de causalidad WHO-AEFI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceWHOAEFICS"},"name":"Clasificación de causalidad WHO-AEFI","description":"Método de clasificación de causalidad WHO-AEFI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceWHOUMCVS"},"name":"Clasificación de causalidad WHO-UMC","description":"Método de clasificación de causalidad WHO-UMC","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceWHOUMCCS"},"name":"Clasificación de causalidad WHO-UMC","description":"Método de clasificación de causalidad WHO-UMC","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoMedicamentoVS"},"name":"Codigo Medicamento","description":"Codigo Medicamento","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoWhoVacunaVS"},"name":"Codigo WHODrug de la vacuna","description":"Codificación Estandarizda del código de las Vacunas según WhoDrug","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ComplicacionEmbarazoCS"},"name":"Complicaciones de Embarazo","description":"Códigos para las Complicaciones de Embarazo","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoVS"},"name":"Complicaciones Embarazo","description":"Conjunto de Valores para la Sección de Complicaciones Embarazo ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"Questionnaire"}],"reference":{"reference":"Questionnaire/CuestionarioESAVI"},"name":"Cuestionario ESAVI","description":"Cuestionario ESAVI","exampleBoolean":true},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EsaviMedDRAVS"},"name":"Código MedDRA del Evento Adverso notificado","description":"Código MedDRA del Evento Adverso notificado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoNoWhoVacunaVS"},"name":"Código no WHODrug de la Vacuna","description":"Código no WHODrug de la Vacuna","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoMedDRAEnfPreviaVS"},"name":"Códigos de MedDRA para representar enfermedades previas en un ESAVI-PAHO","description":"Describe las enfermedades previas en un ESAVI codificadas en MedDRA","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/codPaisesCS"},"name":"Códigos de Paises","description":"Codigos definidos para la identificación de países segun norma ISO3166-3","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/codPaises"},"name":"Códigos de Países","description":"Codigos definidos para la identificación de países segun norma ISO3166-N","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoMedDRAVS"},"name":"Códigos MEDDRA Complicaciones en Embarazo ESAVI","description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos MedDRA","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/DirOrgNotiVS"},"name":"Códigos PAHO para Direcciones","description":"Conjunto de Valores para dirección según OPS","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/DirOrgNotiCS"},"name":"Códigos PAHO para Direcciones","description":"Códigos para Direcciones según PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ClasificacionDesenlaceVS"},"name":"Desenlaces Tras ESAVI","description":"Clasificación de Desenlace Tras Sufrir ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ClasificacionDesenlaceCS"},"name":"Desenlaces Tras ESAVI","description":"Clasificación de Desenlace Tras Sufrir ESAVI","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"QuestionnaireResponse"}],"reference":{"reference":"QuestionnaireResponse/ejDosNuevo"},"name":"ejDosNuevo","description":"Ejemplo de cuestionario Respondido 2","exampleCanonical":"https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"QuestionnaireResponse"}],"reference":{"reference":"QuestionnaireResponse/ejUnoNuevo"},"name":"ejUnoNuevo","description":"Ejemplo de cuestionario Respondido 1","exampleCanonical":"https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EnfermedadesPreviasCodificacionVS"},"name":"Enfermedades previas en un ESAVI-PAHO","description":"Describe las enfermedades previas en un ESAVI codificadas en CIE10, CIE11 o SNOMED CT","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/CodigoWhoFabricanteCS"},"name":"Fabricante Vacuna","description":"Códigos Fabricantes Vacunas de WHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/CodigoWhoFabricanteVS"},"name":"Fabricantes Vacuna","description":"Códigos Fabricantes Vacunas de WHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/FormaFarmaceuticaVS"},"name":"Identificación Formas Farmacéuticas","description":"Describe y lista las formas farmaceuticas de medicamentos para registro en ESAVI segun SNOMED CT","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ModoConfirmacionInfeccionCS"},"name":"Modo de Confirmación de la Infección","description":"Modos de Confirmacion de Infección por COVID-19","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ModoVerificacionVacunaCS"},"name":"Modo de Verificación de Vacunación Previa","description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ModoConfirmacionInfeccionVS"},"name":"Modos Confirmación Infección COVID-19","description":"Modos de Confirmacion de Infección por COVID-19","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ModoVerificacionVacunaVS"},"name":"Modos Verificación Vacuna Previa","description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ComplicacionEmbarazoOtroVS"},"name":"Otros Códigos Complicaciones en Embarazo ESAVI","description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos Snomed y CIE-10","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/EsaviOtroVS"},"name":"Otros Códigos Evento Adverso","description":"Evento Adverso en otro sistema según Snomed y CIE-10","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"StructureDefinition:resource"}],"reference":{"reference":"StructureDefinition/ESAVIQuestionnaireResponse"},"name":"Respuesta de Cuestionario ESAVI","description":"Perfil con los elementos mínimos a considerar para generar la respuesta al cuestinario de ESAVI de la OPS","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/RespuestaSiNoNosabeVS"},"name":"Respuestas Simples","description":"Códigos para capturar respuestas simples si/no/no sabe","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/RespuestaSiNoNosabeCS"},"name":"Respuestas Simples","description":"Códigos para capturar respuestas simples si/no/no sabe","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/SistemasDeCodificacionVS"},"name":"Sistemas De Codificacion","description":"Sistemas De Codificacion para Determinación de Códigos","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/SistemasDeCodificacionCS"},"name":"Sistemas De Codificacion","description":"Sistemas De Codificacion para Determinación de Códigos","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/SistemaClasfCausalidadVS"},"name":"Tipo de Método de clasificación de causalidad","description":"Códigos para Tipos Métodos de Clasificación de Causalidad","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/SistemaClasfCausalidadCS"},"name":"Tipo de Método de clasificación de causalidad","description":"Códigos para Tipos de Métodos de Clasificación de Causalidad","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ProfesionalNotificadorVS"},"name":"Tipo de Profesional Notificador","description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"CodeSystem"}],"reference":{"reference":"CodeSystem/ProfesionalNotificadorCS"},"name":"Tipo de Profesional Notificador","description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","exampleBoolean":false},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/resource-information","valueString":"ValueSet"}],"reference":{"reference":"ValueSet/ViaAdminMedicamentoVS"},"name":"Vías de Administración de Medicamentos","description":"Describe y lista las vías de administración de medicamentos para registro en ESAVI segun SNOMED CT","exampleBoolean":false}],"page":{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"toc.html"}],"nameUrl":"toc.html","title":"Table of Contents","generation":"html","page":[{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"index.html"}],"nameUrl":"index.html","title":"Inicio","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"objetivos.html"}],"nameUrl":"objetivos.html","title":"Objetivos","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"alcance.html"}],"nameUrl":"alcance.html","title":"Alcance","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"uso.html"}],"nameUrl":"uso.html","title":"Como llenar la Guía","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"transacciones.html"}],"nameUrl":"transacciones.html","title":"Transacciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"actores_CasosUso.html"}],"nameUrl":"actores_CasosUso.html","title":"Actores y Casos de Uso","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"artifacts.html"}],"nameUrl":"artifacts.html","title":"Artefactos","generation":"html"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"mapeos.html"}],"nameUrl":"mapeos.html","title":"Mapeos","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"terminologias.html"}],"nameUrl":"terminologias.html","title":"Terminologias","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"descargas.html"}],"nameUrl":"descargas.html","title":"Descargas","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"generalidades.html"}],"nameUrl":"generalidades.html","title":"Generalidades","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"consideraciones.html"}],"nameUrl":"consideraciones.html","title":"Consideraciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"operaciones.html"}],"nameUrl":"operaciones.html","title":"Operaciones","generation":"markdown"},{"extension":[{"url":"http://hl7.org/fhir/tools/StructureDefinition/ig-page-name","valueUrl":"seguridad.html"}],"nameUrl":"seguridad.html","title":"Seguridad","generation":"markdown"}]},"parameter":[{"code":"path-resource","value":"input/capabilities"},{"code":"path-resource","value":"input/examples"},{"code":"path-resource","value":"input/extensions"},{"code":"path-resource","value":"input/models"},{"code":"path-resource","value":"input/operations"},{"code":"path-resource","value":"input/profiles"},{"code":"path-resource","value":"input/resources"},{"code":"path-resource","value":"input/vocabulary"},{"code":"path-resource","value":"input/maps"},{"code":"path-resource","value":"input/testing"},{"code":"path-resource","value":"input/history"},{"code":"path-resource","value":"fsh-generated/resources"},{"code":"path-pages","value":"template/config"},{"code":"path-pages","value":"input/images"},{"code":"path-tx-cache","value":"input-cache/txcache"}]}} \ No newline at end of file diff --git a/package/other/spec.internals b/package/other/spec.internals new file mode 100644 index 0000000..f733fda --- /dev/null +++ b/package/other/spec.internals @@ -0,0 +1,377 @@ +{ + "npm-name" : "uv.esavi", + "ig-version" : "4.0.1", + "tool-version" : "5.0.0", + "tool-build" : "3", + "webUrl" : "https://paho.org/fhir/esavi", + "date" : "2024-04-01", + "date-time" : "20240401091613-0300", + "paths" : { + "https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi|0.1.46" : "ImplementationGuide-uv.esavi.html", + "https://paho.org/fhir/esavi/ImplementationGuide/uv.esavi" : "ImplementationGuide-uv.esavi.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS|0.1.46" : "CodeSystem-ClasificacionDesenlaceCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS" : "CodeSystem-ClasificacionDesenlaceCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS|0.1.46" : "CodeSystem-ClasificacionDesenlaceNaranjoCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS" : "CodeSystem-ClasificacionDesenlaceNaranjoCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS|0.1.46" : "CodeSystem-ClasificacionDesenlaceWHOAEFICS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS" : "CodeSystem-ClasificacionDesenlaceWHOAEFICS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS|0.1.46" : "CodeSystem-ClasificacionDesenlaceWHOUMCCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS" : "CodeSystem-ClasificacionDesenlaceWHOUMCCS.html", + "https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS|0.1.46" : "CodeSystem-CodigoWhoFabricanteCS.html", + "https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS" : "CodeSystem-CodigoWhoFabricanteCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS|0.1.46" : "CodeSystem-ComplicacionEmbarazoCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS" : "CodeSystem-ComplicacionEmbarazoCS.html", + "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS|0.1.46" : "CodeSystem-DirOrgNotiCS.html", + "https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS" : "CodeSystem-DirOrgNotiCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS|0.1.46" : "CodeSystem-ModoConfirmacionInfeccionCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS" : "CodeSystem-ModoConfirmacionInfeccionCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS|0.1.46" : "CodeSystem-ModoVerificacionVacunaCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS" : "CodeSystem-ModoVerificacionVacunaCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS|0.1.46" : "CodeSystem-ProfesionalNotificadorCS.html", + "https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS" : "CodeSystem-ProfesionalNotificadorCS.html", + "https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS|0.1.46" : "CodeSystem-RespuestaSiNoNosabeCS.html", + "https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS" : "CodeSystem-RespuestaSiNoNosabeCS.html", + "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS|0.1.46" : "CodeSystem-SistemaClasfCausalidadCS.html", + "https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS" : "CodeSystem-SistemaClasfCausalidadCS.html", + "https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS|0.1.46" : "CodeSystem-SistemasDeCodificacionCS.html", + "https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS" : "CodeSystem-SistemasDeCodificacionCS.html", + "https://paho.org/fhir/esavi/CodeSystem/codPaisesCS|0.1.46" : "CodeSystem-codPaisesCS.html", + "https://paho.org/fhir/esavi/CodeSystem/codPaisesCS" : "CodeSystem-codPaisesCS.html", + "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI|0.1.46" : "Questionnaire-CuestionarioESAVI.html", + "https://paho.org/fhir/esavi/Questionnaire/CuestionarioESAVI" : "Questionnaire-CuestionarioESAVI.html", + "https://paho.org/fhir/esavi/QuestionnaireResponse/ejDosNuevo" : "QuestionnaireResponse-ejDosNuevo.html", + "https://paho.org/fhir/esavi/QuestionnaireResponse/ejUnoNuevo" : "QuestionnaireResponse-ejUnoNuevo.html", + "https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse|0.1.46" : "StructureDefinition-ESAVIQuestionnaireResponse.html", + "https://paho.org/fhir/esavi/StructureDefinition/ESAVIQuestionnaireResponse" : "StructureDefinition-ESAVIQuestionnaireResponse.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceNaranjoVS|0.1.46" : "ValueSet-ClasificacionDesenlaceNaranjoVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceNaranjoVS" : "ValueSet-ClasificacionDesenlaceNaranjoVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceVS|0.1.46" : "ValueSet-ClasificacionDesenlaceVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceVS" : "ValueSet-ClasificacionDesenlaceVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOAEFIVS|0.1.46" : "ValueSet-ClasificacionDesenlaceWHOAEFIVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOAEFIVS" : "ValueSet-ClasificacionDesenlaceWHOAEFIVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOUMCVS|0.1.46" : "ValueSet-ClasificacionDesenlaceWHOUMCVS.html", + "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOUMCVS" : "ValueSet-ClasificacionDesenlaceWHOUMCVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoMedDRAEnfPreviaVS|0.1.46" : "ValueSet-CodigoMedDRAEnfPreviaVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoMedDRAEnfPreviaVS" : "ValueSet-CodigoMedDRAEnfPreviaVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoMedicamentoVS|0.1.46" : "ValueSet-CodigoMedicamentoVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoMedicamentoVS" : "ValueSet-CodigoMedicamentoVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoNoWhoVacunaVS|0.1.46" : "ValueSet-CodigoNoWhoVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoNoWhoVacunaVS" : "ValueSet-CodigoNoWhoVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoWhoFabricanteVS|0.1.46" : "ValueSet-CodigoWhoFabricanteVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoWhoFabricanteVS" : "ValueSet-CodigoWhoFabricanteVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoWhoVacunaVS|0.1.46" : "ValueSet-CodigoWhoVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/CodigoWhoVacunaVS" : "ValueSet-CodigoWhoVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoMedDRAVS|0.1.46" : "ValueSet-ComplicacionEmbarazoMedDRAVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoMedDRAVS" : "ValueSet-ComplicacionEmbarazoMedDRAVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS|0.1.46" : "ValueSet-ComplicacionEmbarazoOtroVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS" : "ValueSet-ComplicacionEmbarazoOtroVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoVS|0.1.46" : "ValueSet-ComplicacionEmbarazoVS.html", + "https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoVS" : "ValueSet-ComplicacionEmbarazoVS.html", + "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS|0.1.46" : "ValueSet-DirOrgNotiVS.html", + "https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS" : "ValueSet-DirOrgNotiVS.html", + "https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS|0.1.46" : "ValueSet-EnfermedadesPreviasCodificacionVS.html", + "https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS" : "ValueSet-EnfermedadesPreviasCodificacionVS.html", + "https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS|0.1.46" : "ValueSet-EsaviMedDRAVS.html", + "https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS" : "ValueSet-EsaviMedDRAVS.html", + "https://paho.org/fhir/esavi/ValueSet/EsaviOtroVS|0.1.46" : "ValueSet-EsaviOtroVS.html", + "https://paho.org/fhir/esavi/ValueSet/EsaviOtroVS" : "ValueSet-EsaviOtroVS.html", + "https://paho.org/fhir/esavi/ValueSet/FormaFarmaceuticaVS|0.1.46" : "ValueSet-FormaFarmaceuticaVS.html", + "https://paho.org/fhir/esavi/ValueSet/FormaFarmaceuticaVS" : "ValueSet-FormaFarmaceuticaVS.html", + "https://paho.org/fhir/esavi/ValueSet/ModoConfirmacionInfeccionVS|0.1.46" : "ValueSet-ModoConfirmacionInfeccionVS.html", + "https://paho.org/fhir/esavi/ValueSet/ModoConfirmacionInfeccionVS" : "ValueSet-ModoConfirmacionInfeccionVS.html", + "https://paho.org/fhir/esavi/ValueSet/ModoVerificacionVacunaVS|0.1.46" : "ValueSet-ModoVerificacionVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/ModoVerificacionVacunaVS" : "ValueSet-ModoVerificacionVacunaVS.html", + "https://paho.org/fhir/esavi/ValueSet/ProfesionalNotificadorVS|0.1.46" : "ValueSet-ProfesionalNotificadorVS.html", + "https://paho.org/fhir/esavi/ValueSet/ProfesionalNotificadorVS" : "ValueSet-ProfesionalNotificadorVS.html", + "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS|0.1.46" : "ValueSet-RespuestaSiNoNosabeVS.html", + "https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS" : "ValueSet-RespuestaSiNoNosabeVS.html", + "https://paho.org/fhir/esavi/ValueSet/SistemaClasfCausalidadVS|0.1.46" : "ValueSet-SistemaClasfCausalidadVS.html", + "https://paho.org/fhir/esavi/ValueSet/SistemaClasfCausalidadVS" : "ValueSet-SistemaClasfCausalidadVS.html", + "https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS|0.1.46" : "ValueSet-SistemasDeCodificacionVS.html", + "https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS" : "ValueSet-SistemasDeCodificacionVS.html", + "https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS|0.1.46" : "ValueSet-ViaAdminMedicamentoVS.html", + "https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS" : "ValueSet-ViaAdminMedicamentoVS.html", + "https://paho.org/fhir/esavi/ValueSet/codPaises|0.1.46" : "ValueSet-codPaises.html", + "https://paho.org/fhir/esavi/ValueSet/codPaises" : "ValueSet-codPaises.html" + }, + "pages" : { + }, + "targets" : [ + "CodeSystem-ModoConfirmacionInfeccionCS.json.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS.json.html", + "ValueSet-CodigoNoWhoVacunaVS.xml.html", + "ValueSet-CodigoMedDRAEnfPreviaVS.ttl.html", + "ValueSet-CodigoWhoFabricanteVS-testing.html", + "searchform.html", + "CodeSystem-ProfesionalNotificadorCS.json.html", + "CodeSystem-ProfesionalNotificadorCS.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS.ttl.html", + "ValueSet-SistemaClasfCausalidadVS.json.html", + "StructureDefinition-ESAVIQuestionnaireResponse-testing.html", + "CodeSystem-codPaisesCS.change.history.html", + "ValueSet-DirOrgNotiVS.xml.html", + "ValueSet-CodigoMedDRAEnfPreviaVS.html", + "ValueSet-EsaviOtroVS.xml.html", + "CodeSystem-CodigoWhoFabricanteCS.ttl.html", + "CodeSystem-CodigoWhoFabricanteCS.json.html", + "ValueSet-ModoVerificacionVacunaVS.html", + "artifacts.html", + "ValueSet-CodigoWhoFabricanteVS.change.history.html", + "descargas.html", + "ValueSet-codPaises-testing.html", + "actores_CasosUso.html", + "ValueSet-EsaviOtroVS-testing.html", + "ValueSet-ModoVerificacionVacunaVS.json.html", + "ValueSet-CodigoNoWhoVacunaVS.html", + "ValueSet-ProfesionalNotificadorVS.html", + "ValueSet-DirOrgNotiVS.ttl.html", + "QuestionnaireResponse-ejUnoNuevo.json.html", + "CodeSystem-CodigoWhoFabricanteCS.xml.html", + "CodeSystem-RespuestaSiNoNosabeCS.change.history.html", + "ValueSet-EsaviOtroVS.ttl.html", + "CodeSystem-ComplicacionEmbarazoCS-testing.html", + "ValueSet-RespuestaSiNoNosabeVS.json.html", + "ValueSet-CodigoNoWhoVacunaVS.ttl.html", + "ValueSet-CodigoMedDRAEnfPreviaVS.xml.html", + "ValueSet-ProfesionalNotificadorVS-testing.html", + "CodeSystem-ModoVerificacionVacunaCS.html", + "CodeSystem-ModoConfirmacionInfeccionCS.change.history.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS.xml.html", + "Questionnaire-CuestionarioESAVI.json.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS.change.history.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS.ttl.html", + "ValueSet-ClasificacionDesenlaceVS.html", + "index.html", + "ValueSet-CodigoWhoVacunaVS.html", + "CodeSystem-SistemasDeCodificacionCS.xml.html", + "QuestionnaireResponse-ejDosNuevo.html", + "StructureDefinition-ESAVIQuestionnaireResponse-definitions.html", + "CodeSystem-DirOrgNotiCS.ttl.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS.xml.html", + "ValueSet-ClasificacionDesenlaceVS-testing.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS.json.html", + "ValueSet-CodigoWhoVacunaVS-testing.html", + "ValueSet-EsaviMedDRAVS.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS.json.html", + "ValueSet-CodigoMedicamentoVS.html", + "CodeSystem-ModoVerificacionVacunaCS-testing.html", + "ValueSet-EsaviMedDRAVS-testing.html", + "ValueSet-FormaFarmaceuticaVS.html", + "ValueSet-DirOrgNotiVS-testing.html", + "CodeSystem-ClasificacionDesenlaceCS.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS-testing.html", + "toc.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS.xml.html", + "ValueSet-ComplicacionEmbarazoOtroVS-testing.html", + "ValueSet-EsaviMedDRAVS.json.html", + "ValueSet-EsaviOtroVS.change.history.html", + "ValueSet-CodigoMedicamentoVS.change.history.html", + "CodeSystem-CodigoWhoFabricanteCS.html", + "ValueSet-EnfermedadesPreviasCodificacionVS.change.history.html", + "CodeSystem-SistemasDeCodificacionCS.ttl.html", + "ValueSet-EsaviOtroVS.json.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS.ttl.html", + "CodeSystem-DirOrgNotiCS-testing.html", + "CodeSystem-DirOrgNotiCS.xml.html", + "ValueSet-SistemaClasfCausalidadVS-testing.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS.ttl.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS.ttl.html", + "ValueSet-ComplicacionEmbarazoVS.html", + "ValueSet-ProfesionalNotificadorVS.change.history.html", + "ValueSet-ComplicacionEmbarazoOtroVS.ttl.html", + "ValueSet-SistemasDeCodificacionVS.json.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS-testing.html", + "CodeSystem-RespuestaSiNoNosabeCS.ttl.html", + "CodeSystem-CodigoWhoFabricanteCS.change.history.html", + "ValueSet-SistemasDeCodificacionVS-testing.html", + "ValueSet-SistemaClasfCausalidadVS.change.history.html", + "operaciones.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS.html", + "ValueSet-CodigoMedDRAEnfPreviaVS.change.history.html", + "ValueSet-RespuestaSiNoNosabeVS.html", + "objetivos.html", + "CodeSystem-ModoVerificacionVacunaCS.change.history.html", + "ValueSet-codPaises.html", + "ValueSet-ComplicacionEmbarazoOtroVS.change.history.html", + "CodeSystem-ComplicacionEmbarazoCS.xml.html", + "ValueSet-ModoVerificacionVacunaVS.change.history.html", + "CodeSystem-codPaisesCS.html", + "ValueSet-ViaAdminMedicamentoVS.json.html", + "CodeSystem-ModoConfirmacionInfeccionCS-testing.html", + "ValueSet-ModoConfirmacionInfeccionVS.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS.html", + "CodeSystem-ComplicacionEmbarazoCS.json.html", + "CodeSystem-ComplicacionEmbarazoCS.ttl.html", + "ValueSet-CodigoWhoVacunaVS.json.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS.xml.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS.xml.html", + "ValueSet-ComplicacionEmbarazoOtroVS.xml.html", + "CodeSystem-ProfesionalNotificadorCS.change.history.html", + "ValueSet-RespuestaSiNoNosabeVS.change.history.html", + "ValueSet-DirOrgNotiVS.html", + "ValueSet-EsaviMedDRAVS.change.history.html", + "CodeSystem-RespuestaSiNoNosabeCS.xml.html", + "Questionnaire-CuestionarioESAVI-testing.html", + "CodeSystem-SistemaClasfCausalidadCS.change.history.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS.json.html", + "QuestionnaireResponse-ejDosNuevo.ttl.html", + "ValueSet-CodigoNoWhoVacunaVS.json.html", + "ValueSet-SistemasDeCodificacionVS.ttl.html", + "mapeos.html", + "ValueSet-CodigoWhoFabricanteVS.json.html", + "ValueSet-SistemaClasfCausalidadVS.html", + "CodeSystem-codPaisesCS.xml.html", + "ValueSet-CodigoNoWhoVacunaVS.change.history.html", + "QuestionnaireResponse-ejDosNuevo.change.history.html", + "ValueSet-ModoConfirmacionInfeccionVS.json.html", + "CodeSystem-CodigoWhoFabricanteCS-testing.html", + "CodeSystem-codPaisesCS.ttl.html", + "Questionnaire-CuestionarioESAVI.change.history.html", + "ValueSet-codPaises.change.history.html", + "QuestionnaireResponse-ejDosNuevo.xml.html", + "StructureDefinition-ESAVIQuestionnaireResponse.profile.json.html", + "ValueSet-ClasificacionDesenlaceVS.json.html", + "CodeSystem-SistemaClasfCausalidadCS.html", + "ValueSet-FormaFarmaceuticaVS.change.history.html", + "ValueSet-SistemasDeCodificacionVS.xml.html", + "CodeSystem-RespuestaSiNoNosabeCS.json.html", + "StructureDefinition-ESAVIQuestionnaireResponse.profile.history.html", + "ValueSet-ModoVerificacionVacunaVS-testing.html", + "CodeSystem-DirOrgNotiCS.json.html", + "ValueSet-EsaviMedDRAVS.xml.html", + "ValueSet-ModoConfirmacionInfeccionVS.xml.html", + "ValueSet-RespuestaSiNoNosabeVS.ttl.html", + "seguridad.html", + "ValueSet-ComplicacionEmbarazoVS-testing.html", + "ValueSet-FormaFarmaceuticaVS-testing.html", + "CodeSystem-ModoVerificacionVacunaCS.xml.html", + "ValueSet-FormaFarmaceuticaVS.xml.html", + "ValueSet-DirOrgNotiVS.change.history.html", + "ValueSet-CodigoMedicamentoVS.ttl.html", + "CodeSystem-ModoConfirmacionInfeccionCS.html", + "CodeSystem-SistemaClasfCausalidadCS-testing.html", + "CodeSystem-RespuestaSiNoNosabeCS.html", + "QuestionnaireResponse-ejUnoNuevo.xml.html", + "ValueSet-RespuestaSiNoNosabeVS.xml.html", + "ValueSet-ModoConfirmacionInfeccionVS.change.history.html", + "CodeSystem-ModoVerificacionVacunaCS.ttl.html", + "transacciones.html", + "ValueSet-FormaFarmaceuticaVS.ttl.html", + "ValueSet-CodigoMedicamentoVS.xml.html", + "ValueSet-DirOrgNotiVS.json.html", + "QuestionnaireResponse-ejUnoNuevo.ttl.html", + "ValueSet-CodigoMedDRAEnfPreviaVS-testing.html", + "ValueSet-EnfermedadesPreviasCodificacionVS-testing.html", + "CodeSystem-ClasificacionDesenlaceCS-testing.html", + "generalidades.html", + "ValueSet-EnfermedadesPreviasCodificacionVS.json.html", + "ValueSet-EsaviMedDRAVS.ttl.html", + "ValueSet-ModoConfirmacionInfeccionVS.ttl.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS-testing.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS.ttl.html", + "ValueSet-SistemaClasfCausalidadVS.xml.html", + "CodeSystem-SistemaClasfCausalidadCS.json.html", + "ValueSet-EnfermedadesPreviasCodificacionVS.html", + "ValueSet-ViaAdminMedicamentoVS.xml.html", + "CodeSystem-DirOrgNotiCS.html", + "ValueSet-ProfesionalNotificadorVS.ttl.html", + "ValueSet-ViaAdminMedicamentoVS-testing.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS.change.history.html", + "ValueSet-CodigoWhoVacunaVS.xml.html", + "ValueSet-ModoConfirmacionInfeccionVS-testing.html", + "ValueSet-CodigoMedDRAEnfPreviaVS.json.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS.json.html", + "CodeSystem-ClasificacionDesenlaceCS.xml.html", + "ValueSet-RespuestaSiNoNosabeVS-testing.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS.json.html", + "CodeSystem-ProfesionalNotificadorCS-testing.html", + "ValueSet-codPaises.xml.html", + "ValueSet-ComplicacionEmbarazoVS.json.html", + "ValueSet-ProfesionalNotificadorVS.json.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS.change.history.html", + "StructureDefinition-ESAVIQuestionnaireResponse.html", + "CodeSystem-ClasificacionDesenlaceCS.ttl.html", + "ValueSet-codPaises.ttl.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS.html", + "ValueSet-CodigoMedicamentoVS-testing.html", + "ValueSet-SistemaClasfCausalidadVS.ttl.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS.xml.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS.html", + "terminologias.html", + "ValueSet-ViaAdminMedicamentoVS.ttl.html", + "CodeSystem-ModoVerificacionVacunaCS.json.html", + "ValueSet-ProfesionalNotificadorVS.xml.html", + "ValueSet-CodigoWhoVacunaVS.ttl.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS.change.history.html", + "CodeSystem-ComplicacionEmbarazoCS.change.history.html", + "uso.html", + "Questionnaire-CuestionarioESAVI.xml.html", + "ValueSet-EnfermedadesPreviasCodificacionVS.ttl.html", + "ValueSet-ClasificacionDesenlaceNaranjoVS.change.history.html", + "ValueSet-ComplicacionEmbarazoOtroVS.json.html", + "ValueSet-SistemasDeCodificacionVS.html", + "ValueSet-CodigoWhoFabricanteVS.ttl.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS.xml.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS.change.history.html", + "CodeSystem-SistemasDeCodificacionCS.change.history.html", + "ValueSet-ModoVerificacionVacunaVS.ttl.html", + "CodeSystem-DirOrgNotiCS.change.history.html", + "ValueSet-codPaises.json.html", + "Questionnaire-CuestionarioESAVI.html", + "CodeSystem-ClasificacionDesenlaceWHOAEFICS.change.history.html", + "QuestionnaireResponse-ejUnoNuevo.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS.html", + "ValueSet-SistemasDeCodificacionVS.change.history.html", + "CodeSystem-SistemasDeCodificacionCS.html", + "consideraciones.html", + "ValueSet-ModoVerificacionVacunaVS.xml.html", + "CodeSystem-ClasificacionDesenlaceCS.json.html", + "ValueSet-ClasificacionDesenlaceWHOAEFIVS.html", + "StructureDefinition-ESAVIQuestionnaireResponse-mappings.html", + "CodeSystem-RespuestaSiNoNosabeCS-testing.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS.json.html", + "ValueSet-ComplicacionEmbarazoOtroVS.html", + "ValueSet-EnfermedadesPreviasCodificacionVS.xml.html", + "Questionnaire-CuestionarioESAVI.ttl.html", + "CodeSystem-ClasificacionDesenlaceWHOUMCCS-testing.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS.ttl.html", + "CodeSystem-codPaisesCS-testing.html", + "ValueSet-CodigoWhoFabricanteVS.xml.html", + "CodeSystem-SistemaClasfCausalidadCS.ttl.html", + "StructureDefinition-ESAVIQuestionnaireResponse.profile.ttl.html", + "ValueSet-ComplicacionEmbarazoVS.change.history.html", + "StructureDefinition-ESAVIQuestionnaireResponse-examples.html", + "ValueSet-ViaAdminMedicamentoVS.html", + "CodeSystem-ProfesionalNotificadorCS.xml.html", + "CodeSystem-ModoConfirmacionInfeccionCS.ttl.html", + "CodeSystem-ClasificacionDesenlaceNaranjoCS-testing.html", + "CodeSystem-ComplicacionEmbarazoCS.html", + "ValueSet-CodigoWhoVacunaVS.change.history.html", + "CodeSystem-SistemasDeCodificacionCS.json.html", + "ValueSet-ClasificacionDesenlaceVS.change.history.html", + "ValueSet-ClasificacionDesenlaceVS.ttl.html", + "ValueSet-FormaFarmaceuticaVS.json.html", + "QuestionnaireResponse-ejUnoNuevo.change.history.html", + "ValueSet-ClasificacionDesenlaceWHOUMCVS-testing.html", + "ValueSet-ComplicacionEmbarazoVS.xml.html", + "ValueSet-CodigoMedicamentoVS.json.html", + "CodeSystem-ClasificacionDesenlaceCS.change.history.html", + "CodeSystem-codPaisesCS.json.html", + "ValueSet-ComplicacionEmbarazoMedDRAVS-testing.html", + "ValueSet-ClasificacionDesenlaceVS.xml.html", + "ValueSet-CodigoNoWhoVacunaVS-testing.html", + "CodeSystem-SistemasDeCodificacionCS-testing.html", + "ValueSet-ViaAdminMedicamentoVS.change.history.html", + "alcance.html", + "ValueSet-ComplicacionEmbarazoVS.ttl.html", + "ValueSet-CodigoWhoFabricanteVS.html", + "CodeSystem-SistemaClasfCausalidadCS.xml.html", + "StructureDefinition-ESAVIQuestionnaireResponse.profile.xml.html", + "ValueSet-EsaviOtroVS.html", + "CodeSystem-ProfesionalNotificadorCS.ttl.html", + "CodeSystem-ModoConfirmacionInfeccionCS.xml.html", + "QuestionnaireResponse-ejDosNuevo.json.html" + ], + "images" : [] +} diff --git a/package/other/validation-oo.json b/package/other/validation-oo.json new file mode 100644 index 0000000..b984fcd --- /dev/null +++ b/package/other/validation-oo.json @@ -0,0 +1,885 @@ +{ + "resourceType": "Bundle", + "type": "collection", + "timestamp": "2024-04-01T21:16:59.863-03:00", + "entry": [ + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ImplementationGuide-uv.esavi", + "resource": { + "resourceType": "OperationOutcome", + "id": "ImplementationGuide-uv.esavi" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ClasificacionDesenlaceCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ClasificacionDesenlaceCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ClasificacionDesenlaceNaranjoCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ClasificacionDesenlaceNaranjoCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ClasificacionDesenlaceWHOAEFICS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ClasificacionDesenlaceWHOAEFICS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ClasificacionDesenlaceWHOUMCCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ClasificacionDesenlaceWHOUMCCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-CodigoWhoFabricanteCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-CodigoWhoFabricanteCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ComplicacionEmbarazoCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ComplicacionEmbarazoCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-DirOrgNotiCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-DirOrgNotiCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ModoConfirmacionInfeccionCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ModoConfirmacionInfeccionCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ModoVerificacionVacunaCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ModoVerificacionVacunaCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-ProfesionalNotificadorCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-ProfesionalNotificadorCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-RespuestaSiNoNosabeCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-RespuestaSiNoNosabeCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-SistemaClasfCausalidadCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-SistemaClasfCausalidadCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-SistemasDeCodificacionCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-SistemasDeCodificacionCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/CodeSystem-codPaisesCS", + "resource": { + "resourceType": "OperationOutcome", + "id": "CodeSystem-codPaisesCS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/Questionnaire-CuestionarioESAVI", + "resource": { + "resourceType": "OperationOutcome", + "id": "Questionnaire-CuestionarioESAVI", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 225097 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[2].item[4].item[2].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 225248 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[2].item[4].item[2].enableWhen[1].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 225614 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[2].item[4].item[3].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 225765 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[2].item[4].item[3].enableWhen[1].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 226475 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[2].item[4].item[5].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 233831 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[4].item[1].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 236067 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[4].item[2].item[6].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 236218 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[4].item[2].item[6].enableWhen[1].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 236493 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[4].item[2].item[7].enableWhen[0].answer.ofType(Coding)" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 236644 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "Terminology_TX_System_ValueSet2" + } + ], + "severity": "error", + "code": "code-invalid", + "details": { + "text": "The Coding references a value set, not a code system ('https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS')" + }, + "expression": [ + "Questionnaire/CuestionarioESAVI: Questionnaire.item[4].item[2].item[7].enableWhen[1].answer.ofType(Coding)" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/QuestionnaireResponse-ejDosNuevo", + "resource": { + "resourceType": "OperationOutcome", + "id": "QuestionnaireResponse-ejDosNuevo", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 75 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 10 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "InstanceValidator" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "No response answer found for required item 'fechaNotificacion'" + } + ], + "severity": "error", + "code": "required", + "details": { + "text": "No response answer found for required item 'fechaNotificacion'" + }, + "expression": [ + "QuestionnaireResponse/ejDosNuevo: QuestionnaireResponse.item[0].item[1]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 284 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Resolved system https://www.meddra.org (v3.0.0), but the definition doesn't include any codes, so the code has not been validated" + }, + "expression": [ + "QuestionnaireResponse/ejDosNuevo: QuestionnaireResponse.item[3].item[0].item[2].answer[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 332 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Resolved system https://www.meddra.org (v3.0.0), but the definition doesn't include any codes, so the code has not been validated" + }, + "expression": [ + "QuestionnaireResponse/ejDosNuevo: QuestionnaireResponse.item[3].item[1].item[2].answer[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 380 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Resolved system https://www.meddra.org (v3.0.0), but the definition doesn't include any codes, so the code has not been validated" + }, + "expression": [ + "QuestionnaireResponse/ejDosNuevo: QuestionnaireResponse.item[3].item[2].item[2].answer[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 428 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Resolved system https://www.meddra.org (v3.0.0), but the definition doesn't include any codes, so the code has not been validated" + }, + "expression": [ + "QuestionnaireResponse/ejDosNuevo: QuestionnaireResponse.item[3].item[3].item[2].answer[0]" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/QuestionnaireResponse-ejUnoNuevo", + "resource": { + "resourceType": "OperationOutcome", + "id": "QuestionnaireResponse-ejUnoNuevo", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 208 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "Resolved system https://www.meddra.org (v3.0.0), but the definition doesn't include any codes, so the code has not been validated" + }, + "expression": [ + "QuestionnaireResponse/ejUnoNuevo: QuestionnaireResponse.item[2].item[0].item[1].answer[0]" + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line", + "valueInteger": 428 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col", + "valueInteger": 20 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id", + "valueCode": "QUESTIONNAIRE_QR_ITEM_BADOPTION_CS" + } + ], + "severity": "warning", + "code": "code-invalid", + "details": { + "text": "The code provided 10002218 cannot be validated in the options value set (Código MedDRA del Evento Adverso notificado) in the questionnaire because the system https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS could not be found" + }, + "expression": [ + "QuestionnaireResponse/ejUnoNuevo: QuestionnaireResponse.item[4].item[0].item[2].answer[0]" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/StructureDefinition-ESAVIQuestionnaireResponse", + "resource": { + "resourceType": "OperationOutcome", + "id": "StructureDefinition-ESAVIQuestionnaireResponse" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ClasificacionDesenlaceNaranjoVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ClasificacionDesenlaceNaranjoVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ClasificacionDesenlaceVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ClasificacionDesenlaceVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ClasificacionDesenlaceWHOAEFIVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ClasificacionDesenlaceWHOAEFIVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ClasificacionDesenlaceWHOUMCVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ClasificacionDesenlaceWHOUMCVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-CodigoMedDRAEnfPreviaVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-CodigoMedDRAEnfPreviaVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "exception", + "details": { + "text": "Error from http://tx.fhir.org/r4: Unable to provide support for code system https://www.meddra.org" + }, + "expression": [ + "ValueSet.where(id = 'CodigoMedDRAEnfPreviaVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-CodigoMedicamentoVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-CodigoMedicamentoVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-CodigoNoWhoVacunaVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-CodigoNoWhoVacunaVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-CodigoWhoFabricanteVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-CodigoWhoFabricanteVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-CodigoWhoVacunaVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-CodigoWhoVacunaVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "exception", + "details": { + "text": "Error from http://tx.fhir.org/r4: Unable to provide support for code system https://apiportaldemo.who-umc.org" + }, + "expression": [ + "ValueSet.where(id = 'CodigoWhoVacunaVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ComplicacionEmbarazoMedDRAVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ComplicacionEmbarazoMedDRAVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "exception", + "details": { + "text": "Error from http://tx.fhir.org/r4: Unable to provide support for code system https://www.meddra.org" + }, + "expression": [ + "ValueSet.where(id = 'ComplicacionEmbarazoMedDRAVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ComplicacionEmbarazoOtroVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ComplicacionEmbarazoOtroVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "error", + "code": "exception", + "details": { + "text": "The value set https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS has too many codes to display (>1000) (and Error from http://tx.fhir.org/r4: The value set 'https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS|0.1.46' expansion has 1331 codes, which is too many to display (>1000))" + }, + "expression": [ + "ValueSet.where(id = 'ComplicacionEmbarazoOtroVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ComplicacionEmbarazoVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ComplicacionEmbarazoVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-DirOrgNotiVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-DirOrgNotiVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-EnfermedadesPreviasCodificacionVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-EnfermedadesPreviasCodificacionVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "error", + "code": "exception", + "details": { + "text": "The value set https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS has too many codes to display (>1000) (and Error from http://tx.fhir.org/r4: The value set 'https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS|0.1.46' expansion has 10000 codes, which is too many to display (>1000))" + }, + "expression": [ + "ValueSet.where(id = 'EnfermedadesPreviasCodificacionVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-EsaviMedDRAVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-EsaviMedDRAVS", + "issue": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "valueString": "TerminologyEngine" + } + ], + "severity": "warning", + "code": "exception", + "details": { + "text": "Error from http://tx.fhir.org/r4: Unable to provide support for code system https://www.meddra.org" + }, + "expression": [ + "ValueSet.where(id = 'EsaviMedDRAVS')" + ] + } + ] + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-EsaviOtroVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-EsaviOtroVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-FormaFarmaceuticaVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-FormaFarmaceuticaVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ModoConfirmacionInfeccionVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ModoConfirmacionInfeccionVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ModoVerificacionVacunaVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ModoVerificacionVacunaVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ProfesionalNotificadorVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ProfesionalNotificadorVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-RespuestaSiNoNosabeVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-RespuestaSiNoNosabeVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-SistemaClasfCausalidadVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-SistemaClasfCausalidadVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-SistemasDeCodificacionVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-SistemasDeCodificacionVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-ViaAdminMedicamentoVS", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-ViaAdminMedicamentoVS" + } + }, + { + "fullUrl": "https://paho.org/fhir/esavi/OperationOutcome/ValueSet-codPaises", + "resource": { + "resourceType": "OperationOutcome", + "id": "ValueSet-codPaises" + } + } + ] +} \ No newline at end of file diff --git a/package/other/validation-summary.json b/package/other/validation-summary.json new file mode 100644 index 0000000..a92cd22 --- /dev/null +++ b/package/other/validation-summary.json @@ -0,0 +1,178 @@ +{ + "ImplementationGuide/uv.esavi": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ClasificacionDesenlaceCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ClasificacionDesenlaceNaranjoCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ClasificacionDesenlaceWHOAEFICS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ClasificacionDesenlaceWHOUMCCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/CodigoWhoFabricanteCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ComplicacionEmbarazoCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/DirOrgNotiCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ModoConfirmacionInfeccionCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ModoVerificacionVacunaCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/ProfesionalNotificadorCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/RespuestaSiNoNosabeCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/SistemaClasfCausalidadCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/SistemasDeCodificacionCS": { + "errors": 0, + "warnings": 0 + }, + "CodeSystem/codPaisesCS": { + "errors": 0, + "warnings": 0 + }, + "Questionnaire/CuestionarioESAVI": { + "errors": 10, + "warnings": 0 + }, + "QuestionnaireResponse/ejDosNuevo": { + "errors": 1, + "warnings": 4 + }, + "QuestionnaireResponse/ejUnoNuevo": { + "errors": 0, + "warnings": 2 + }, + "StructureDefinition/ESAVIQuestionnaireResponse": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ClasificacionDesenlaceNaranjoVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ClasificacionDesenlaceVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ClasificacionDesenlaceWHOAEFIVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ClasificacionDesenlaceWHOUMCVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/CodigoMedDRAEnfPreviaVS": { + "errors": 0, + "warnings": 1 + }, + "ValueSet/CodigoMedicamentoVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/CodigoNoWhoVacunaVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/CodigoWhoFabricanteVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/CodigoWhoVacunaVS": { + "errors": 0, + "warnings": 1 + }, + "ValueSet/ComplicacionEmbarazoMedDRAVS": { + "errors": 0, + "warnings": 1 + }, + "ValueSet/ComplicacionEmbarazoOtroVS": { + "errors": 1, + "warnings": 0 + }, + "ValueSet/ComplicacionEmbarazoVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/DirOrgNotiVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/EnfermedadesPreviasCodificacionVS": { + "errors": 1, + "warnings": 0 + }, + "ValueSet/EsaviMedDRAVS": { + "errors": 0, + "warnings": 1 + }, + "ValueSet/EsaviOtroVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/FormaFarmaceuticaVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ModoConfirmacionInfeccionVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ModoVerificacionVacunaVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ProfesionalNotificadorVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/RespuestaSiNoNosabeVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/SistemaClasfCausalidadVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/SistemasDeCodificacionVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/ViaAdminMedicamentoVS": { + "errors": 0, + "warnings": 0 + }, + "ValueSet/codPaises": { + "errors": 0, + "warnings": 0 + } +} \ No newline at end of file diff --git a/package/package.json b/package/package.json new file mode 100644 index 0000000..6d5c2ac --- /dev/null +++ b/package/package.json @@ -0,0 +1,30 @@ +{ + "name" : "uv.esavi", + "version" : "0.1.46", + "tools-version" : 3, + "type" : "IG", + "date" : "20240401211531", + "license" : "CC0-1.0", + "canonical" : "https://paho.org/fhir/esavi", + "notForPublication" : true, + "url" : "file:///Users/jorgemansilla/IGs/OPS-ESAVI/output", + "title" : "Guía de Implementación FHIR de ESAVI", + "fhirVersions" : ["4.0.1"], + "dependencies" : { + "hl7.fhir.r4.core" : "4.0.1", + "hl7.terminology.r4" : "5.3.0", + "hl7.fhir.uv.extensions.r4" : "1.0.0" + }, + "author" : "ESAVI -", + "maintainers" : [ + { + "name" : "ESAVI -", + "email" : "rizzatodan@paho.org", + "url" : "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" + } + ], + "directories" : { + "lib" : "package", + "example" : "example" + } +} diff --git a/package/vs/ValueSet-ClasificacionDesenlaceNaranjoVS.json b/package/vs/ValueSet-ClasificacionDesenlaceNaranjoVS.json new file mode 100644 index 0000000..0941f93 --- /dev/null +++ b/package/vs/ValueSet-ClasificacionDesenlaceNaranjoVS.json @@ -0,0 +1,49 @@ +{ + "resourceType": "ValueSet", + "id": "ClasificacionDesenlaceNaranjoVS", + "text": { + "status": "generated", + "div": "" + }, + "url": "https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceNaranjoVS", + "version": "0.1.46", + "name": "ClasificacionDesenlaceNaranjoVS", + "title": "Clasificación de causalidad Naranjo", + "status": "active", + "experimental": false, + "date": "2021-03-11T00:00:00-03:00", + "publisher": "ESAVI -", + "contact": [ + { + "name": "ESAVI -", + "telecom": [ + { + "system": "url", + "value": "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" + }, + { + "system": "email", + "value": "rizzatodan@paho.org" + } + ] + } + ], + "description": "Método de clasificación de causalidad Naranjo", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "compose": { + "include": [ + { + "system": "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS" + } + ] + } +} \ No newline at end of file diff --git a/package/vs/ValueSet-ClasificacionDesenlaceVS.json b/package/vs/ValueSet-ClasificacionDesenlaceVS.json new file mode 100644 index 0000000..59b47d3 --- /dev/null +++ b/package/vs/ValueSet-ClasificacionDesenlaceVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ClasificacionDesenlaceVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceVS","version":"0.1.46","name":"ClasificacionDesenlaceVS","title":"Desenlaces Tras ESAVI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Clasificación de Desenlace Tras Sufrir ESAVI","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ClasificacionDesenlaceWHOAEFIVS.json b/package/vs/ValueSet-ClasificacionDesenlaceWHOAEFIVS.json new file mode 100644 index 0000000..5c207ce --- /dev/null +++ b/package/vs/ValueSet-ClasificacionDesenlaceWHOAEFIVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ClasificacionDesenlaceWHOAEFIVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOAEFIVS","version":"0.1.46","name":"ClasificacionDesenlaceWHOAEFIVS","title":"Clasificación de causalidad WHO-AEFI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Método de clasificación de causalidad WHO-AEFI","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOAEFICS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ClasificacionDesenlaceWHOUMCVS.json b/package/vs/ValueSet-ClasificacionDesenlaceWHOUMCVS.json new file mode 100644 index 0000000..d6c1002 --- /dev/null +++ b/package/vs/ValueSet-ClasificacionDesenlaceWHOUMCVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ClasificacionDesenlaceWHOUMCVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ClasificacionDesenlaceWHOUMCVS","version":"0.1.46","name":"ClasificacionDesenlaceWHOUMCVS","title":"Clasificación de causalidad WHO-UMC","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Método de clasificación de causalidad WHO-UMC","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceWHOUMCCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-CodigoMedDRAEnfPreviaVS.json b/package/vs/ValueSet-CodigoMedDRAEnfPreviaVS.json new file mode 100644 index 0000000..215d632 --- /dev/null +++ b/package/vs/ValueSet-CodigoMedDRAEnfPreviaVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"CodigoMedDRAEnfPreviaVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/CodigoMedDRAEnfPreviaVS","version":"0.1.46","name":"CodigoMedDRAEnfPreviaVS","title":"Códigos de MedDRA para representar enfermedades previas en un ESAVI-PAHO","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Describe las enfermedades previas en un ESAVI codificadas en MedDRA","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://www.meddra.org"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-CodigoMedicamentoVS.json b/package/vs/ValueSet-CodigoMedicamentoVS.json new file mode 100644 index 0000000..ae5ad00 --- /dev/null +++ b/package/vs/ValueSet-CodigoMedicamentoVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"CodigoMedicamentoVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/CodigoMedicamentoVS","version":"0.1.46","name":"CodigoMedicamentoVS","title":"Codigo Medicamento","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Codigo Medicamento","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"105590001"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-CodigoNoWhoVacunaVS.json b/package/vs/ValueSet-CodigoNoWhoVacunaVS.json new file mode 100644 index 0000000..5cc9115 --- /dev/null +++ b/package/vs/ValueSet-CodigoNoWhoVacunaVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"CodigoNoWhoVacunaVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/CodigoNoWhoVacunaVS","version":"0.1.46","name":"CodigoNoWhoVacunaVS","title":"Código no WHODrug de la Vacuna","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Código no WHODrug de la Vacuna","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"410942007"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-CodigoWhoFabricanteVS.json b/package/vs/ValueSet-CodigoWhoFabricanteVS.json new file mode 100644 index 0000000..25b43f0 --- /dev/null +++ b/package/vs/ValueSet-CodigoWhoFabricanteVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"CodigoWhoFabricanteVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/CodigoWhoFabricanteVS","version":"0.1.46","name":"CodigoWhoFabricanteVS","title":"Fabricantes Vacuna","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos Fabricantes Vacunas de WHO","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/CodigoWhoFabricanteCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-CodigoWhoVacunaVS.json b/package/vs/ValueSet-CodigoWhoVacunaVS.json new file mode 100644 index 0000000..34019f2 --- /dev/null +++ b/package/vs/ValueSet-CodigoWhoVacunaVS.json @@ -0,0 +1,49 @@ +{ + "resourceType": "ValueSet", + "id": "CodigoWhoVacunaVS", + "text": { + "status": "generated", + "div": "
  • Include all codes defined in https://apiportaldemo.who-umc.org
" + }, + "url": "https://paho.org/fhir/esavi/ValueSet/CodigoWhoVacunaVS", + "version": "0.1.46", + "name": "CodigoWhoVacunaVS", + "title": "Codigo WHODrug de la vacuna", + "status": "active", + "experimental": false, + "date": "2021-03-11T00:00:00-03:00", + "publisher": "ESAVI -", + "contact": [ + { + "name": "ESAVI -", + "telecom": [ + { + "system": "url", + "value": "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi" + }, + { + "system": "email", + "value": "rizzatodan@paho.org" + } + ] + } + ], + "description": "Codificación Estandarizda del código de las Vacunas según WhoDrug", + "jurisdiction": [ + { + "coding": [ + { + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "code": "001" + } + ] + } + ], + "compose": { + "include": [ + { + "system": "https://apiportaldemo.who-umc.org" + } + ] + } +} \ No newline at end of file diff --git a/package/vs/ValueSet-ComplicacionEmbarazoMedDRAVS.json b/package/vs/ValueSet-ComplicacionEmbarazoMedDRAVS.json new file mode 100644 index 0000000..02948b3 --- /dev/null +++ b/package/vs/ValueSet-ComplicacionEmbarazoMedDRAVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ComplicacionEmbarazoMedDRAVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoMedDRAVS","version":"0.1.46","name":"ComplicacionEmbarazoMedDRAVS","title":"Códigos MEDDRA Complicaciones en Embarazo ESAVI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos MedDRA","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://www.meddra.org"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ComplicacionEmbarazoOtroVS.json b/package/vs/ValueSet-ComplicacionEmbarazoOtroVS.json new file mode 100644 index 0000000..6b3662a --- /dev/null +++ b/package/vs/ValueSet-ComplicacionEmbarazoOtroVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ComplicacionEmbarazoOtroVS","text":{"status":"generated","div":"

This value set includes codes based on the following rules:

"},"url":"https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoOtroVS","version":"0.1.46","name":"ComplicacionEmbarazoOtroVS","title":"Otros Códigos Complicaciones en Embarazo ESAVI","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Codificacion Estandarizada de diagnóticos de complicaciones de embarazo mediante códigos Snomed y CIE-10","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E03.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E66.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E10.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"O03.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"L53.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R60.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R52"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R50"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"G51.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"H92.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"H93.1"}]},{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"118185001"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ComplicacionEmbarazoVS.json b/package/vs/ValueSet-ComplicacionEmbarazoVS.json new file mode 100644 index 0000000..36ad6a8 --- /dev/null +++ b/package/vs/ValueSet-ComplicacionEmbarazoVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ComplicacionEmbarazoVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ComplicacionEmbarazoVS","version":"0.1.46","name":"ComplicacionEmbarazoVS","title":"Complicaciones Embarazo","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Conjunto de Valores para la Sección de Complicaciones Embarazo ESAVI","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ComplicacionEmbarazoCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-DirOrgNotiVS.json b/package/vs/ValueSet-DirOrgNotiVS.json new file mode 100644 index 0000000..a17e5ee --- /dev/null +++ b/package/vs/ValueSet-DirOrgNotiVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"DirOrgNotiVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/DirOrgNotiVS","version":"0.1.46","name":"DirOrgNotiVS","title":"Códigos PAHO para Direcciones","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Conjunto de Valores para dirección según OPS","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/DirOrgNotiCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-EnfermedadesPreviasCodificacionVS.json b/package/vs/ValueSet-EnfermedadesPreviasCodificacionVS.json new file mode 100644 index 0000000..a66b39c --- /dev/null +++ b/package/vs/ValueSet-EnfermedadesPreviasCodificacionVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"EnfermedadesPreviasCodificacionVS","text":{"status":"generated","div":"

This value set includes codes based on the following rules:

"},"url":"https://paho.org/fhir/esavi/ValueSet/EnfermedadesPreviasCodificacionVS","version":"0.1.46","name":"EnfermedadesPreviasCodificacionVS","title":"Enfermedades previas en un ESAVI-PAHO","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Describe las enfermedades previas en un ESAVI codificadas en CIE10, CIE11 o SNOMED CT","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E03.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E66.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"E10.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"O03.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"L53.9"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R60.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R52"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"R50"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"G51.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"H92.0"}]},{"system":"http://hl7.org/fhir/sid/icd-10","filter":[{"property":"concept","op":"is-a","value":"H93.1"}]},{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"404684003"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-EsaviMedDRAVS.json b/package/vs/ValueSet-EsaviMedDRAVS.json new file mode 100644 index 0000000..f8bb1d6 --- /dev/null +++ b/package/vs/ValueSet-EsaviMedDRAVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"EsaviMedDRAVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/EsaviMedDRAVS","version":"0.1.46","name":"EsaviMedDRAVS","title":"Código MedDRA del Evento Adverso notificado","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Código MedDRA del Evento Adverso notificado","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://www.meddra.org"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-EsaviOtroVS.json b/package/vs/ValueSet-EsaviOtroVS.json new file mode 100644 index 0000000..c3719bb --- /dev/null +++ b/package/vs/ValueSet-EsaviOtroVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"EsaviOtroVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/EsaviOtroVS","version":"0.1.46","name":"EsaviOtroVS","title":"Otros Códigos Evento Adverso","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Evento Adverso en otro sistema según Snomed y CIE-10","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"404684003"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-FormaFarmaceuticaVS.json b/package/vs/ValueSet-FormaFarmaceuticaVS.json new file mode 100644 index 0000000..727c921 --- /dev/null +++ b/package/vs/ValueSet-FormaFarmaceuticaVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"FormaFarmaceuticaVS","text":{"status":"generated","div":"
"},"url":"https://paho.org/fhir/esavi/ValueSet/FormaFarmaceuticaVS","version":"0.1.46","name":"FormaFarmaceuticaVS","title":"Identificación Formas Farmacéuticas","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Describe y lista las formas farmaceuticas de medicamentos para registro en ESAVI segun SNOMED CT","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"736478001"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ModoConfirmacionInfeccionVS.json b/package/vs/ValueSet-ModoConfirmacionInfeccionVS.json new file mode 100644 index 0000000..bf02ff5 --- /dev/null +++ b/package/vs/ValueSet-ModoConfirmacionInfeccionVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ModoConfirmacionInfeccionVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ModoConfirmacionInfeccionVS","version":"0.1.46","name":"ModoConfirmacionInfeccionVS","title":"Modos Confirmación Infección COVID-19","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Modos de Confirmacion de Infección por COVID-19","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ModoConfirmacionInfeccionCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ModoVerificacionVacunaVS.json b/package/vs/ValueSet-ModoVerificacionVacunaVS.json new file mode 100644 index 0000000..ecf60f8 --- /dev/null +++ b/package/vs/ValueSet-ModoVerificacionVacunaVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ModoVerificacionVacunaVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ModoVerificacionVacunaVS","version":"0.1.46","name":"ModoVerificacionVacunaVS","title":"Modos Verificación Vacuna Previa","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Modos de Verificacion de Vacuna o Esquema de Vacunación Completado","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ModoVerificacionVacunaCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ProfesionalNotificadorVS.json b/package/vs/ValueSet-ProfesionalNotificadorVS.json new file mode 100644 index 0000000..b50645f --- /dev/null +++ b/package/vs/ValueSet-ProfesionalNotificadorVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ProfesionalNotificadorVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/ProfesionalNotificadorVS","version":"0.1.46","name":"ProfesionalNotificadorVS","title":"Tipo de Profesional Notificador","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos de Tipo de Notificadores de ESAVI para PAHO","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/ProfesionalNotificadorCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-RespuestaSiNoNosabeVS.json b/package/vs/ValueSet-RespuestaSiNoNosabeVS.json new file mode 100644 index 0000000..0880e36 --- /dev/null +++ b/package/vs/ValueSet-RespuestaSiNoNosabeVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"RespuestaSiNoNosabeVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/RespuestaSiNoNosabeVS","version":"0.1.46","name":"RespuestaSiNoNosabeVS","title":"Respuestas Simples","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para capturar respuestas simples si/no/no sabe","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNosabeCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-SistemaClasfCausalidadVS.json b/package/vs/ValueSet-SistemaClasfCausalidadVS.json new file mode 100644 index 0000000..b3a74b6 --- /dev/null +++ b/package/vs/ValueSet-SistemaClasfCausalidadVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"SistemaClasfCausalidadVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/SistemaClasfCausalidadVS","version":"0.1.46","name":"SistemaClasfCausalidadVS","title":"Tipo de Método de clasificación de causalidad","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Códigos para Tipos Métodos de Clasificación de Causalidad","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/SistemaClasfCausalidadCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-SistemasDeCodificacionVS.json b/package/vs/ValueSet-SistemasDeCodificacionVS.json new file mode 100644 index 0000000..42a384b --- /dev/null +++ b/package/vs/ValueSet-SistemasDeCodificacionVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"SistemasDeCodificacionVS","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/SistemasDeCodificacionVS","version":"0.1.46","name":"SistemasDeCodificacionVS","title":"Sistemas De Codificacion","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Sistemas De Codificacion para Determinación de Códigos","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/SistemasDeCodificacionCS"}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-ViaAdminMedicamentoVS.json b/package/vs/ValueSet-ViaAdminMedicamentoVS.json new file mode 100644 index 0000000..e7e8ba4 --- /dev/null +++ b/package/vs/ValueSet-ViaAdminMedicamentoVS.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"ViaAdminMedicamentoVS","text":{"status":"generated","div":"
  • Include codes from http://snomed.info/sct where concept is-a 736479009 (Dose form intended site (intended site))
"},"url":"https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS","version":"0.1.46","name":"ViaAdminMedicamentoVS","title":"Vías de Administración de Medicamentos","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Describe y lista las vías de administración de medicamentos para registro en ESAVI segun SNOMED CT","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"http://snomed.info/sct","filter":[{"property":"concept","op":"is-a","value":"736479009"}]}]}} \ No newline at end of file diff --git a/package/vs/ValueSet-codPaises.json b/package/vs/ValueSet-codPaises.json new file mode 100644 index 0000000..f671607 --- /dev/null +++ b/package/vs/ValueSet-codPaises.json @@ -0,0 +1 @@ +{"resourceType":"ValueSet","id":"codPaises","text":{"status":"generated","div":""},"url":"https://paho.org/fhir/esavi/ValueSet/codPaises","version":"0.1.46","name":"CodPaises","title":"Códigos de Países","status":"active","experimental":false,"date":"2021-03-11T00:00:00-03:00","publisher":"ESAVI -","contact":[{"name":"ESAVI -","telecom":[{"system":"url","value":"https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"},{"system":"email","value":"rizzatodan@paho.org"}]}],"description":"Codigos definidos para la identificación de países segun norma ISO3166-N","jurisdiction":[{"coding":[{"system":"http://unstats.un.org/unsd/methods/m49/m49.htm","code":"001"}]}],"compose":{"include":[{"system":"https://paho.org/fhir/esavi/CodeSystem/codPaisesCS"}]}} \ No newline at end of file diff --git a/package/xml/StructureDefinition-ESAVIQuestionnaireResponse.sch b/package/xml/StructureDefinition-ESAVIQuestionnaireResponse.sch new file mode 100644 index 0000000..e82b68b --- /dev/null +++ b/package/xml/StructureDefinition-ESAVIQuestionnaireResponse.sch @@ -0,0 +1,34 @@ + + + + + + + f:QuestionnaireResponse + + identifier: minimum cardinality of 'identifier' is 1 + questionnaire: minimum cardinality of 'questionnaire' is 1 + authored: minimum cardinality of 'authored' is 1 + item: minimum cardinality of 'item' is 1 + + + + f:QuestionnaireResponse/f:identifier + + id: maximum cardinality of 'id' is 1 + use: maximum cardinality of 'use' is 1 + type: maximum cardinality of 'type' is 1 + system: maximum cardinality of 'system' is 1 + value: minimum cardinality of 'value' is 1 + value: maximum cardinality of 'value' is 1 + period: maximum cardinality of 'period' is 1 + assigner: maximum cardinality of 'assigner' is 1 + + +