@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.msal.gob.ar/core/MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole> a fhir:MedicationStatement;
  fhir:nodeRole fhir:treeRoot;
  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.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 108774000}\">Product containing anastrozole (medicinal product)</span></a></p><p><b>subject</b>: <a href=\"Patient-Paciente-Ar-FernandezPerezPablo.html\">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>effective</b>: Mar 10, 2021, 7:00:00 AM</p></div>"
  ];
  fhir:MedicationStatement.status [ fhir:value "active"];
  fhir:MedicationStatement.medicationReference [
     fhir:link <http://fhir.msal.gob.ar/core/Medication/Medication-Anastrozole>;
     fhir:Reference.reference [ fhir:value "Medication/Medication-Anastrozole" ]
  ];
  fhir:MedicationStatement.subject [
     fhir:link <http://fhir.msal.gob.ar/core/Patient/Paciente-Ar-FernandezPerezPablo>;
     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" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhir.msal.gob.ar/core/MedicationStatement/MedicationStatement-Ar-FernandezPerezPablo-Anastrozole.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

