0.5.0 - ci-build
FHIR_CORE_AR - Local Development build (v0.5.0). See the Directory of published versions
@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 -------------------------------------------------------------------
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: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" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.