0.5.0 - ci-build

FHIR_CORE_AR - Local Development build (v0.5.0). See the Directory of published versions

: Bundle- IPS - Fernandez Perez, Pablo - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Bundle-ar-IPS-FernandezPerezPablo"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2021-05-03T14:30:00+01:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://fhir.msal.gob.ar/core/StructureDefinition/Bundle-ar-ips-core";
       fhir:index 0;
       fhir:link <http://fhir.msal.gob.ar/core/StructureDefinition/Bundle-ar-ips-core>     ]
  ];
  fhir:Resource.language [ fhir:value "es-AR"];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://hospitaljoaquincastellanos.gob.ar/documentos" ];
     fhir:Identifier.value [ fhir:value "3f69e0a5-2177-4540-baab-7a5d0877428f" ]
  ];
  fhir:Bundle.type [ fhir:value "document"];
  fhir:Bundle.timestamp [ fhir:value "2021-05-03T10:30:00Z"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "Composition/Composition-IPS-FernandezPerezPablo" ];
     fhir:Bundle.entry.resource <Composition/Composition-IPS-FernandezPerezPablo>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ];
     fhir:Bundle.entry.resource <Patient/Paciente-Ar-FernandezPerezPablo>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "Condition/Condition-Ar-FernandezPerezPablo-Asthma" ];
     fhir:Bundle.entry.resource <Condition/Condition-Ar-FernandezPerezPablo-Asthma>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "AllergyIntolerance/AllergyIntolerance-Ar-FernandezPerezPablo-Penicillin" ];
     fhir:Bundle.entry.resource <AllergyIntolerance/AllergyIntolerance-Ar-FernandezPerezPablo-Penicillin>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole" ];
     fhir:Bundle.entry.resource <MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Cimicifuga-Extract" ];
     fhir:Bundle.entry.resource <MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Cimicifuga-Extract>
  ], [
     fhir:index 6;
     fhir:Bundle.entry.fullUrl [ fhir:value "Immunization/Immunization-Ar-FernandezPerezPablo-Influenza" ];
     fhir:Bundle.entry.resource <Immunization/Immunization-Ar-FernandezPerezPablo-Influenza>
  ], [
     fhir:index 7;
     fhir:Bundle.entry.fullUrl [ fhir:value "Medication/Medication-Cimicifuga" ];
     fhir:Bundle.entry.resource <Medication/Medication-Cimicifuga>
  ], [
     fhir:index 8;
     fhir:Bundle.entry.fullUrl [ fhir:value "Medication/Medication-Anastrozole" ];
     fhir:Bundle.entry.resource <Medication/Medication-Anastrozole>
  ].

<Composition/Composition-IPS-FernandezPerezPablo> a fhir:Composition;
  fhir:Resource.id [ fhir:value "Composition-IPS-FernandezPerezPablo"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.msal.gob.ar/core/StructureDefinition/Composition-ar-ips-core";
       fhir:index 0;
       fhir:link <http://fhir.msal.gob.ar/core/StructureDefinition/Composition-ar-ips-core>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 3f69e0a5-2177-4540-baab-7a5d0877428f</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 60591-5}\">Patient Summary Document</span></p><p><b>date</b>: May 5, 2021, 10:30:00 AM</p><p><b>author</b>: <span></span></p><p><b>title</b>: Resumen IPS para Pablo Fernandez Perez - 05 MAY 2021</p><p><b>confidentiality</b>: N</p><p><b>custodian</b>: <span></span></p></div>"
  ];
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "http://hospitaljoaquincorvalan.gob.ar/documentos" ];
     fhir:Identifier.value [ fhir:value "3f69e0a5-2177-4540-baab-7a5d0877428f" ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:60591-5;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "60591-5" ];
       fhir:Coding.display [ fhir:value "Patient Summary Document" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ]
  ];
  fhir:Composition.date [ fhir:value "2021-05-05T14:30:00+01:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://refes.msal.gob.ar" ];
       fhir:Identifier.value [ fhir:value "10661472173057" ]     ]
  ];
  fhir:Composition.title [ fhir:value "Resumen IPS para Pablo Fernandez Perez - 05 MAY 2021"];
  fhir:Composition.confidentiality [ fhir:value "N"];
  fhir:Composition.custodian [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://federador.msal.gob.ar/uri" ];
       fhir:Identifier.value [ fhir:value "32818" ]     ]
  ];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Problemas activos" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:11450-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11450-4" ];
         fhir:Coding.display [ fhir:value "Problem list Reported" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Asma</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Condition/Condition-Ar-FernandezPerezPablo-Asthma" ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Medicamentos" ];
     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\">Anastrozole/Cimicifuga</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Cimicifuga-Extract" ]     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "Alergias" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:48765-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "48765-2" ];
         fhir:Coding.display [ fhir:value "Allergies and adverse reactions Document" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergy to penicillin, high criticality, active</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "AllergyIntolerance/AllergyIntolerance-Ar-FernandezPerezPablo-Penicillin" ]     ]
  ], [
     fhir:index 3;
     fhir:Composition.section.title [ fhir:value "Vacunas" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:11369-6;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "11369-6" ];
         fhir:Coding.display [ fhir:value "Hx of Immunization" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Lista de las vacunas recibidas</div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Immunization/Immunization-Ar-FernandezPerezPablo-Influenza" ]     ]
  ].

<Patient/Paciente-Ar-FernandezPerezPablo> a fhir:Patient;
  fhir:Resource.id [ fhir:value "Paciente-Ar-FernandezPerezPablo"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core";
       fhir:index 0;
       fhir:link <http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 99999999 (OFFICIAL), id: 1234567 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pablo Fernandez Perez(OFFICIAL), Alicia de las Mercedes </p><p><b>telecom</b>: ph: 1141233100</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1912-06-12</p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "http://www.renaper.gob.ar/dni" ];
     fhir:Identifier.value [ fhir:value "99999999" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.system [ fhir:value "http://www.dummy.org" ];
     fhir:Identifier.value [ fhir:value "1234567" ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.text [ fhir:value "Pablo Fernandez Perez" ];
     fhir:HumanName.family [
       fhir:value "Fernandez Perez";
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family" ];
         fhir:Extension.valueString [ fhir:value "Fernandez" ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" ];
         fhir:Extension.valueString [ fhir:value "Perez" ]       ]     ];
     fhir:HumanName.given [
       fhir:value "Pablo";
       fhir:index 0     ]
  ], [
     fhir:index 1;
     fhir:HumanName.use [ fhir:value "usual" ];
     fhir:HumanName.given [
       fhir:value "Alicia de las Mercedes";
       fhir:index 0     ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "1141233100" ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1912-06-12"^^xsd:date].

<Condition/Condition-Ar-FernandezPerezPablo-Asthma> a fhir:Condition;
  fhir:Resource.id [ fhir:value "Condition-Ar-FernandezPerezPablo-Asthma"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes: {http://loinc.org 75326-9}, {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span></p><p><b>severity</b>: <span title=\"Codes: {http://loinc.org LA6750-9}, {http://snomed.info/sct 24484000}\">Severe</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 195967001}\">Asthma</span></p><p><b>subject</b>: <a href=\"#Patient_Paciente-Ar-FernandezPerezPablo\">See above (Patient/Paciente-Ar-FernandezPerezPablo)</a></p><p><b>onset</b>: 2015</p><p><b>recordedDate</b>: 2016-10</p></div>"
  ];
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ];
       fhir:Coding.code [ fhir:value "active" ]     ]
  ];
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ];
       fhir:Coding.code [ fhir:value "confirmed" ]     ]
  ];
  fhir:Condition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:75326-9;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "75326-9" ];
       fhir:Coding.display [ fhir:value "Problem" ]     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
       fhir:Coding.code [ fhir:value "problem-list-item" ];
       fhir:Coding.display [ fhir:value "Problem List Item" ]     ]
  ];
  fhir:Condition.severity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:LA6750-9;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "LA6750-9" ];
       fhir:Coding.display [ fhir:value "Severe" ]     ], [
       fhir:index 1;
       a sct:24484000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "24484000" ];
       fhir:Coding.display [ fhir:value "Severe" ]     ]
  ];
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:195967001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "195967001" ];
       fhir:Coding.display [ fhir:value "Asthma" ]     ]
  ];
  fhir:Condition.subject [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ]
  ];
  fhir:Condition.onsetDateTime [ fhir:value "2015"^^xsd:gYear];
  fhir:Condition.recordedDate [ fhir:value "2016-10"^^xsd:gYearMonth].

<AllergyIntolerance/AllergyIntolerance-Ar-FernandezPerezPablo-Penicillin> a fhir:AllergyIntolerance;
  fhir:Resource.id [ fhir:value "AllergyIntolerance-Ar-FernandezPerezPablo-Penicillin"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>criticality</b>: high</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 373270004}\">Substance with penicillin structure and antibacterial mechanism of action (substance)</span></p><p><b>patient</b>: <a href=\"#Patient_Paciente-Ar-FernandezPerezPablo\">See above (Patient/Paciente-Ar-FernandezPerezPablo)</a></p><p><b>onset</b>: 2010</p></div>"
  ];
  fhir:AllergyIntolerance.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ];
       fhir:Coding.code [ fhir:value "active" ]     ]
  ];
  fhir:AllergyIntolerance.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ];
       fhir:Coding.code [ fhir:value "confirmed" ]     ]
  ];
  fhir:AllergyIntolerance.type [ fhir:value "allergy"];
  fhir:AllergyIntolerance.category [
     fhir:value "medication";
     fhir:index 0
  ];
  fhir:AllergyIntolerance.criticality [ fhir:value "high"];
  fhir:AllergyIntolerance.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:373270004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "373270004" ];
       fhir:Coding.display [ fhir:value "Substance with penicillin structure and antibacterial mechanism of action (substance)" ]     ]
  ];
  fhir:AllergyIntolerance.patient [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ]
  ];
  fhir:AllergyIntolerance.onsetDateTime [ fhir:value "2010"^^xsd:gYear].

<MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole> a fhir:MedicationStatement;
  fhir:Resource.id [ fhir:value "MedicationStatement-Ar-FernandezPerezPablo-Anastrozole"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"#Medication_Medication-Anastrozole\">See above (Medication/Medication-Anastrozole)</a></p><p><b>subject</b>: <a href=\"#Patient_Paciente-Ar-FernandezPerezPablo\">See above (Patient/Paciente-Ar-FernandezPerezPablo)</a></p><p><b>effective</b>: Mar 10, 2021, 7:00:00 AM</p></div>"
  ];
  fhir:MedicationStatement.status [ fhir:value "active"];
  fhir:MedicationStatement.medicationReference [
     fhir:Reference.reference [ fhir:value "Medication/Medication-Anastrozole" ]
  ];
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ]
  ];
  fhir:MedicationStatement.effectiveDateTime [ fhir:value "2021-03-10T10:00:00Z"^^xsd:dateTime];
  fhir:MedicationStatement.dosage [
     fhir:index 0;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ];
         fhir:Coding.code [ fhir:value "20053000" ];
         fhir:Coding.display [ fhir:value "Oral use" ]       ]     ]
  ].

<MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Cimicifuga-Extract> a fhir:MedicationStatement;
  fhir:Resource.id [ fhir:value "MedicationStatement-Ar-FernandezPerezPablo-Cimicifuga-Extract"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"#Medication_Medication-Cimicifuga\">See above (Medication/Medication-Cimicifuga)</a></p><p><b>subject</b>: <a href=\"#Patient_Paciente-Ar-FernandezPerezPablo\">See above (Patient/Paciente-Ar-FernandezPerezPablo)</a></p><p><b>effective</b>: Mar 12, 2021, 7:00:00 AM</p></div>"
  ];
  fhir:MedicationStatement.status [ fhir:value "active"];
  fhir:MedicationStatement.medicationReference [
     fhir:Reference.reference [ fhir:value "Medication/Medication-Cimicifuga" ]
  ];
  fhir:MedicationStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ]
  ];
  fhir:MedicationStatement.effectiveDateTime [ fhir:value "2021-03-12T10:00:00Z"^^xsd:dateTime];
  fhir:MedicationStatement.dosage [
     fhir:index 0;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://standardterms.edqm.eu" ];
         fhir:Coding.code [ fhir:value "20053000" ];
         fhir:Coding.display [ fhir:value "Oral use" ]       ]     ]
  ].

<Immunization/Immunization-Ar-FernandezPerezPablo-Influenza> a fhir:Immunization;
  fhir:Resource.id [ fhir:value "Immunization-Ar-FernandezPerezPablo-Influenza"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.msal.gob.ar/core/StructureDefinition/Immunization-ar-core";
       fhir:index 0;
       fhir:link <http://fhir.msal.gob.ar/core/StructureDefinition/Immunization-ar-core>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title=\"Codes: {http://snomed.info/sct 46233009}\">Influenza Virus Vaccine</span></p><p><b>patient</b>: <a href=\"#Patient_Paciente-Ar-FernandezPerezPablo\">Fernandez Perez, Pablo. Generated Summary: id: 99999999 (OFFICIAL), id: 1234567 (USUAL); active; Pablo Fernandez Perez(OFFICIAL), Alicia de las Mercedes ; Phone: 1141233100; gender: male; birthDate: 1912-06-12</a></p><p><b>occurrence</b>: 2021-05-22</p><p><b>primarySource</b>: true</p><p><b>location</b>: <span>HOSPITAL JOAQUIN CORBALAN</span></p><p><b>lotNumber</b>: 649718</p><p><b>reasonCode</b>: <span title=\"Codes: \">108774000</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 6142004}\">Influenza (disorder)</span></td><td>1</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://fhir.msal.gov.ar/StructureDefinition/NomivacEsquema" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://fhir.msal.gob.ar/core/CodeSystem/NomivacEsquemaCS" ];
         fhir:Coding.code [ fhir:value "220" ];
         fhir:Coding.display [ fhir:value "IMPORTACION Antigripal IMPORTACION" ]       ]     ]
  ];
  fhir:Immunization.status [ fhir:value "completed"];
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:46233009;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "46233009" ];
       fhir:Coding.display [ fhir:value "Influenza Virus Vaccine" ]     ]
  ];
  fhir:Immunization.patient [
     fhir:Reference.reference [ fhir:value "Patient/Paciente-Ar-FernandezPerezPablo" ];
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://www.renaper.gob.ar/dni" ];
       fhir:Identifier.value [ fhir:value "35123123" ]     ];
     fhir:Reference.display [ fhir:value "Fernandez Perez, Pablo" ]
  ];
  fhir:Immunization.occurrenceDateTime [ fhir:value "2021-05-22"^^xsd:date];
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean];
  fhir:Immunization.location [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://refes.msal.gob.ar" ];
       fhir:Identifier.value [ fhir:value "10661472173057" ]     ];
     fhir:Reference.display [ fhir:value "HOSPITAL JOAQUIN CORBALAN" ]
  ];
  fhir:Immunization.lotNumber [ fhir:value "649718"];
  fhir:Immunization.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "108774000" ]     ]
  ];
  fhir:Immunization.protocolApplied [
     fhir:index 0;
     fhir:Immunization.protocolApplied.targetDisease [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:6142004;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "6142004" ];
         fhir:Coding.display [ fhir:value "Influenza (disorder)" ]       ]     ];
     fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
  ].

<Medication/Medication-Cimicifuga> a fhir:Medication;
  fhir:Resource.id [ fhir:value "Medication-Cimicifuga"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 412588001}\">Cimicifuga racemosa extract (substance)</span></p></div>"
  ];
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:412588001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "412588001" ];
       fhir:Coding.display [ fhir:value "Cimicifuga racemosa extract (substance)" ]     ]
  ].

<Medication/Medication-Anastrozole> a fhir:Medication;
  fhir:Resource.id [ fhir:value "Medication-Anastrozole"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 108774000}\">Product containing anastrozole (medicinal product)</span></p></div>"
  ];
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:108774000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "108774000" ];
       fhir:Coding.display [ fhir:value "Product containing anastrozole (medicinal product)" ]     ]
  ].

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

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