0.9.0 - ci-build

VigiCanPY - Local Development build (v0.9.0). See the Directory of published versions

: Ejemplo de Registro de Tratamiento - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "EjemploRegistroTratamientoPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Registro de Tratamiento PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo de Registro de Tratamiento PY" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/RegistroTratamientoPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/RegistroTratamientoPY>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "es"]; # 
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://vigicanpy.gob.py/registro" ];
     fhir:Identifier.value [ fhir:value "ejemplo_numero_caso_unico" ]
  ]; # 
  fhir:Bundle.type [ fhir:value "document"]; # 
  fhir:Bundle.timestamp [ fhir:value "2022-10-04T10:30:00Z"^^xsd:dateTime]; # 
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:a304a83d-7aba-4442-ad8d-27f4d4bded7c" ];
     fhir:Bundle.entry.resource <urn:uuid:a304a83d-7aba-4442-ad8d-27f4d4bded7c>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7" ];
     fhir:Bundle.entry.resource <urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:99eebfff-2be5-482d-9d90-8d05c662024f" ];
     fhir:Bundle.entry.resource <urn:uuid:99eebfff-2be5-482d-9d90-8d05c662024f>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea" ];
     fhir:Bundle.entry.resource <urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:885c6f50-28de-4224-b950-a764396d4a25" ];
     fhir:Bundle.entry.resource <urn:uuid:885c6f50-28de-4224-b950-a764396d4a25>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:fc1e37e3-e4e1-4b61-b8c0-042fdccc6db0" ];
     fhir:Bundle.entry.resource <urn:uuid:fc1e37e3-e4e1-4b61-b8c0-042fdccc6db0>
  ], [
     fhir:index 6;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:e91308f4-7d87-4dae-8741-b433ace944fb" ];
     fhir:Bundle.entry.resource <urn:uuid:e91308f4-7d87-4dae-8741-b433ace944fb>
  ], [
     fhir:index 7;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235" ];
     fhir:Bundle.entry.resource <urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235>
  ], [
     fhir:index 8;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:f4e99798-971f-4c33-a63a-da3682e9b7e7" ];
     fhir:Bundle.entry.resource <urn:uuid:f4e99798-971f-4c33-a63a-da3682e9b7e7>
  ]. # 

<urn:uuid:a304a83d-7aba-4442-ad8d-27f4d4bded7c> a fhir:Composition;
  fhir:Resource.id [ fhir:value "EjemploDatosTratamientoPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Reporte de Tratamiento PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para reporte de Tratamiento PY" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosTratamientoPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosTratamientoPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"EjemploDatosTratamientoPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Composition &quot;EjemploDatosTratamientoPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosTratamientoPY.html\">Tratamiento</a></p></div><p><b>identifier</b>: id: 123445</p><p><b>status</b>: final</p><p><b>type</b>: Oncology Progress Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#78482-7)</span></p><p><b>date</b>: 2022-10-13 10:30:00+0000</p><p><b>author</b>: <a href=\"#Practitioner_EjemploDatosProfesionalPY\">See above (urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235)</a></p><p><b>title</b>: Informe de Tratamiento Oncologico</p><h3>Attesters</h3><table class=\"grid\"><tr><td>-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td>*</td><td>official</td><td><a href=\"#Organization_EjemploDatosServicioPY\">See above (urn:uuid:99eebfff-2be5-482d-9d90-8d05c662024f)</a></td></tr></table><p><b>custodian</b>: <a href=\"#Organization_EjemploDatosEstablecimientoPY\">See above (urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7)</a></p><h3>Events</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td>*</td><td>Quimioterapia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ClinTratamientoOncologicoCS.html\">Tratamiento Oncológico (codes)</a>#QUI)</span></td><td>2022-10-13 10:30:00+0000 --&gt; 2022-10-13 15:30:00+0000</td></tr></table></div>"
  ]; # 
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "http://hospitalvidal.gob.py" ];
     fhir:Identifier.value [ fhir:value "123445" ]
  ]; # 
  fhir:Composition.status [ fhir:value "final"]; # 
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:78482-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "78482-7" ];
       fhir:Coding.display [ fhir:value "Oncology Progress Note" ]     ]
  ]; # 
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:885c6f50-28de-4224-b950-a764396d4a25" ]
  ]; # 
  fhir:Composition.date [ fhir:value "2022-10-13T10:30:00Z"^^xsd:dateTime]; # 
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235" ]
  ]; # 
  fhir:Composition.title [ fhir:value "Informe de Tratamiento Oncologico"]; # 
  fhir:Composition.attester [
     fhir:index 0;
     fhir:Composition.attester.mode [ fhir:value "official" ];
     fhir:Composition.attester.party [
       fhir:Reference.reference [ fhir:value "urn:uuid:99eebfff-2be5-482d-9d90-8d05c662024f" ]     ]
  ]; # 
  fhir:Composition.custodian [
     fhir:Reference.reference [ fhir:value "urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7" ]
  ]; # 
  fhir:Composition.event [
     fhir:index 0;
     fhir:Composition.event.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinTratamientoOncologicoCS" ];
         fhir:Coding.code [ fhir:value "QUI" ];
         fhir:Coding.display [ fhir:value "Quimioterapia" ]       ]     ];
     fhir:Composition.event.period [
       fhir:Period.start [ fhir:value "2022-10-13T10:30:00Z"^^xsd:dateTime ];
       fhir:Period.end [ fhir:value "2022-10-13T15:30:00Z"^^xsd:dateTime ]     ]
  ]; # 
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Medicación Administrada / Quimioterapia" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:10160-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "10160-0" ];
         fhir:Coding.display [ fhir:value "Hx of Medication use" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Quimioterapia / Cisplatin / Ver Adjunto</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "urn:uuid:e91308f4-7d87-4dae-8741-b433ace944fb" ]     ]
  ]. # 

<urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7> a fhir:Organization;
  fhir:Resource.id [ fhir:value "EjemploDatosEstablecimientoPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Establecimiento PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosEstablecimientoPy" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosEstablecimientoPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosEstablecimientoPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"EjemploDatosEstablecimientoPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;EjemploDatosEstablecimientoPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosEstablecimientoPY.html\">Establecimiento</a></p></div><p><b>identifier</b>: id: 11001206</p><p><b>name</b>: USF- AMANECER</p></div>"
  ]; # 
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/RegEstablecimientoCodigoCS" ];
     fhir:Identifier.value [ fhir:value "11001206" ]
  ]; # 
  fhir:Organization.name [ fhir:value "USF- AMANECER"]. # 

<urn:uuid:99eebfff-2be5-482d-9d90-8d05c662024f> a fhir:Organization;
  fhir:Resource.id [ fhir:value "EjemploDatosServicioPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Servicio PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosServicioPy" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosServicioPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosServicioPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"EjemploDatosServicioPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;EjemploDatosServicioPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosServicioPY.html\">Servicio</a></p></div><p><b>identifier</b>: id: 7</p><p><b>name</b>: SERVICIO DE ONCOLOGIA</p><p><b>partOf</b>: <a href=\"#Organization_EjemploDatosEstablecimientoPY\">See above (urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7)</a></p></div>"
  ]; # 
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/RegServicioDepartamentoCS" ];
     fhir:Identifier.value [ fhir:value "7" ]
  ]; # 
  fhir:Organization.name [ fhir:value "SERVICIO DE ONCOLOGIA"]; # 
  fhir:Organization.partOf [
     fhir:Reference.reference [ fhir:value "urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7" ]
  ]. # 

<urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea> a fhir:Encounter;
  fhir:Resource.id [ fhir:value "EjemploDatosHistoriaPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Datos de Historia PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosHistoriaPY" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosHistoriaPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosHistoriaPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EjemploDatosHistoriaPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Encounter &quot;EjemploDatosHistoriaPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosHistoriaPY.html\">Historia Clínica</a></p></div><p><b>identifier</b>: id: 12345</p><p><b>status</b>: finished</p><p><b>class</b>: Ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'Ambulatory')</p><p><b>subject</b>: <a href=\"#Patient_EjemploDatosPacientePY\">See above (urn:uuid:885c6f50-28de-4224-b950-a764396d4a25)</a></p><p><b>serviceProvider</b>: <a href=\"#Organization_EjemploDatosEstablecimientoPY\">See above (urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7)</a></p></div>"
  ]; # 
  fhir:Encounter.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://laboratorioejemplo.py/historia" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ]; # 
  fhir:Encounter.status [ fhir:value "finished"]; # 
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
     fhir:Coding.code [ fhir:value "AMB" ];
     fhir:Coding.display [ fhir:value "Ambulatory" ]
  ]; # 
  fhir:Encounter.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:885c6f50-28de-4224-b950-a764396d4a25" ]
  ]; # 
  fhir:Encounter.serviceProvider [
     fhir:Reference.reference [ fhir:value "urn:uuid:059a6b54-be18-45c2-af9b-5e5fcda262c7" ]
  ]. # 

<urn:uuid:885c6f50-28de-4224-b950-a764396d4a25> a fhir:Patient;
  fhir:Resource.id [ fhir:value "EjemploDatosPacientePY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Paciente PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosPacientePy" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosPacientePY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosPacientePY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"EjemploDatosPacientePY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient &quot;EjemploDatosPacientePY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosPacientePY.html\">Paciente</a></p></div><blockquote><p><b>Lugar de Nacimiento</b></p><p><b>value</b>: Paraguay (Details: urn:iso:std:iso:3166 code PY = 'Paraguay', stated as 'Paraguay')</p></blockquote><p><b>Nacionalidad</b>: Paraguay (Details: urn:iso:std:iso:3166 code PY = 'Paraguay', stated as 'Paraguay')</p><p><b>Pueblo Indigena</b>: No Aplica (Details: http://vigicanpy.mspbs.gov.py/CodeSystem/GeoPuebloIndigenaPYCS code 0 = 'NO APLICA', stated as 'No Aplica')</p><p><b>identifier</b>: documento: 99999999 (use: OFFICIAL)</p><p><b>name</b>: Pablo Daniel Sosa (OFFICIAL)</p><p><b>telecom</b>: <a href=\"tel:+595981838536\">+595981838536</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1976-06-12</p><p><b>address</b>: Mariscal Lopez </p></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "CodigoPais" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
         fhir:Coding.code [ fhir:value "PY" ];
         fhir:Coding.display [ fhir:value "Paraguay" ]       ]     ];
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/LugarNacimientoPy" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/Nacionalidad" ];
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "PY" ];
       fhir:Coding.display [ fhir:value "Paraguay" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/PuebloIndigenaPy" ];
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/GeoPuebloIndigenaPYCS" ];
       fhir:Coding.code [ fhir:value "0" ];
       fhir:Coding.display [ fhir:value "No Aplica" ]     ]
  ]; # 
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/RegTipoDocumentoCS" ];
         fhir:Coding.code [ fhir:value "1" ];
         fhir:Coding.display [ fhir:value "documento" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://vigicanpy.gov.py/documentopaciente" ];
     fhir:Identifier.value [ fhir:value "99999999" ]
  ]; # 
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [
       fhir:value "Sosa";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" ];
         fhir:Extension.valueString [ fhir:value "Gonzalez" ]       ]     ];
     fhir:HumanName.given [
       fhir:value "Pablo";
       fhir:index 0     ], [
       fhir:value "Daniel";
       fhir:index 1     ]
  ]; # 
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+595981838536" ]
  ]; # 
  fhir:Patient.gender [ fhir:value "male"]; # 
  fhir:Patient.birthDate [ fhir:value "1976-06-12"^^xsd:date]; # 
  fhir:Patient.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DomicilioDepartamentoCodigo" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/GeoDepartamentosPYCS" ];
         fhir:Coding.code [ fhir:value "0" ];
         fhir:Coding.display [ fhir:value "Capital" ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DomicilioCiudadCodigo" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/GeoCiudadesPYCS" ];
         fhir:Coding.code [ fhir:value "0" ];
         fhir:Coding.display [ fhir:value "ASUNCION" ]       ]     ];
     fhir:Address.line [
       fhir:value "Mariscal Lopez";
       fhir:index 0     ]
  ]. # 

<urn:uuid:fc1e37e3-e4e1-4b61-b8c0-042fdccc6db0> a fhir:Condition;
  fhir:Resource.id [ fhir:value "EjemploDatosTumorPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Datos de Tumor PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosTumorPY" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosTumorPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosTumorPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"EjemploDatosTumorPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition &quot;EjemploDatosTumorPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosTumorPY.html\">Tumor (registro)</a></p></div><p><b>Fecha Diagnostico</b>: 2021</p><p><b>Grado Diferenciación Histologica</b>: Moderadamente Diferenciado (Details: http://vigicanpy.mspbs.gov.py/CodeSystem/ClinGradoDiferenciacionHistologicaCS code 2 = 'Moderadamente diferenciado', stated as 'Moderadamente Diferenciado')</p><p><b>Clasificación CIE-O Morfología</b>: Carcinoma metatipico (C44_) (Details: http://terminology.hl7.org/CodeSystem/icd-o code 8095 = '8095', stated as 'Carcinoma metatipico (C44_)')</p><p><b>code</b>: Pared posterior de la orofaringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-icd10.html\">ICD-10</a>#C10.3)</span></p><p><b>bodySite</b>: Pared posterior de la orofaringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-icd10.html\">ICD-10</a>#C10.3)</span></p><p><b>subject</b>: <a href=\"#Patient_EjemploDatosPacientePY\">See above (urn:uuid:885c6f50-28de-4224-b950-a764396d4a25)</a></p><p><b>encounter</b>: <a href=\"#Encounter_EjemploDatosHistoriaPY\">See above (urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea)</a></p><p><b>onset</b>: 18 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p><p><b>asserter</b>: <a href=\"#Practitioner_EjemploDatosProfesionalPY\">See above (urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235)</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Clinico <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ClinBaseDiagnosticoCS.html\">Base de Diagnóstico (codes)</a>#1)</span></td></tr></table></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/FechaDiagnostico" ];
     fhir:Extension.valueDate [ fhir:value "2021"^^xsd:gYear ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/GradoDiferenciacionHistologica" ];
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinGradoDiferenciacionHistologicaCS" ];
       fhir:Coding.code [ fhir:value "2" ];
       fhir:Coding.display [ fhir:value "Moderadamente Diferenciado" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/ClasificacionMorfologia" ];
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/icd-o" ];
       fhir:Coding.code [ fhir:value "8095" ];
       fhir:Coding.display [ fhir:value "Carcinoma metatipico (C44_)" ]     ]
  ]; # 
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ];
       fhir:Coding.code [ fhir:value "C10.3" ];
       fhir:Coding.display [ fhir:value "Pared posterior de la orofaringe" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Pared posterior de la orofaringe" ]
  ]; # 
  fhir:Condition.bodySite [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/Lateralidad" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinLateralidadCS" ];
         fhir:Coding.code [ fhir:value "N" ];
         fhir:Coding.display [ fhir:value "No Aplica" ]       ]     ];
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ];
       fhir:Coding.code [ fhir:value "C10.3" ];
       fhir:Coding.display [ fhir:value "Pared posterior de la orofaringe" ]     ]
  ]; # 
  fhir:Condition.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:885c6f50-28de-4224-b950-a764396d4a25" ]
  ]; # 
  fhir:Condition.encounter [
     fhir:Reference.reference [ fhir:value "urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea" ]
  ]; # 
  fhir:Condition.onsetAge [
     fhir:Quantity.value [ fhir:value "18"^^xsd:decimal ];
     fhir:Quantity.unit [ fhir:value "a" ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "a" ]
  ]; # 
  fhir:Condition.asserter [
     fhir:Reference.reference [ fhir:value "urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235" ]
  ]; # 
  fhir:Condition.evidence [
     fhir:index 0;
     fhir:Condition.evidence.code [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinBaseDiagnosticoCS" ];
         fhir:Coding.code [ fhir:value "1" ];
         fhir:Coding.display [ fhir:value "Clinico" ]       ]     ]
  ]. # 

<urn:uuid:e91308f4-7d87-4dae-8741-b433ace944fb> a fhir:Binary;
  fhir:Resource.id [ fhir:value "EjemploNotaTratamientoPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Nota de Tratamiento en PDF" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Ejemplo de Nota de Tratamiento en PDF" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DocumentoAdjuntoPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DocumentoAdjuntoPY>     ]
  ]; # 
  fhir:Binary.contentType [ fhir:value "application/pdf"]; # 
  fhir:Binary.data [ fhir:value "JVBERi0xLjAKMSAwIG9iajw8L1BhZ2VzIDIgMCBSPj5lbmRvYmogMiAwIG9iajw8L0tpZHNbMyAwIFJdL0NvdW50IDE+PmVuZG9iaiAzIDAgb2JqPDwvTWVkaWFCb3hbMCAwIDMgM10+PmVuZG9iagp0cmFpbGVyPDwvUm9vdCAxIDAgUj4+Cg=="^^xsd:base64Binary]. # 

<urn:uuid:4d8f611e-579d-4041-b1fd-0049e8194235> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "EjemploDatosProfesionalPY"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "Ejemplo de Profesional PY" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosProfesionalPy" ]     ];
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosProfesionalPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosProfesionalPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"EjemploDatosProfesionalPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;EjemploDatosProfesionalPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DatosProfesionalPY.html\">Profesional</a></p></div><p><b>identifier</b>: id: 12345</p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>ONCOLOGIA MEDICA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-RegEspecialidadProfesionalCS.html\">Especialidades Profesionales Paraguay (codes)</a>#88)</span></td></tr></table></div>"
  ]; # 
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.paraguay.gov.py/oee/mspbs" ];
     fhir:Identifier.value [ fhir:value "12345" ]
  ]; # 
  fhir:Practitioner.qualification [
     fhir:index 0;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/RegEspecialidadProfesionalCS" ];
         fhir:Coding.code [ fhir:value "88" ];
         fhir:Coding.display [ fhir:value "ONCOLOGIA MEDICA" ]       ]     ]
  ]. # 

<urn:uuid:f4e99798-971f-4c33-a63a-da3682e9b7e7> a fhir:Provenance;
  fhir:Resource.id [ fhir:value "EjemploOrigenDatosPY"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/OrigenDatosPY";
       fhir:index 0;
       fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/OrigenDatosPY>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"EjemploOrigenDatosPY\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;EjemploOrigenDatosPY&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OrigenDatosPY.html\">Origen de los Datos Enviados</a></p></div><p><b>target</b>: <span>: Caso #NUMERO</span></p><p><b>recorded</b>: Jun 26, 2023, 7:39:24 PM</p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>device <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#DEV)</span></td><td><span>: SICAP</span></td></tr></table></div>"
  ]; # 
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://miservicio.com/casos" ];
       fhir:Identifier.value [ fhir:value "NUMERO" ]     ];
     fhir:Reference.display [ fhir:value "Caso #NUMERO" ]
  ]; # 
  fhir:Provenance.recorded [ fhir:value "2023-06-27T08:39:24+10:00"^^xsd:dateTime]; # 
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
         fhir:Coding.code [ fhir:value "DEV" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/RegSistemaOrigenCS" ];
         fhir:Identifier.value [ fhir:value "SICAP" ]       ];
       fhir:Reference.display [ fhir:value "SICAP" ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.