Televisita - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MedicationStatement-terapia-corrente - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e62c9f1d-9c0b-4433-853b-06ec5074f19a"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement e62c9f1d-9c0b-4433-853b-06ec5074f19a</b></p><a name=\"e62c9f1d-9c0b-4433-853b-06ec5074f19a\"> </a><a name=\"hce62c9f1d-9c0b-4433-853b-06ec5074f19a\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 372729009}\">Acyclovir</span></p><p><b>subject</b>: <a href=\"Patient-2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82.html\">Maria Rossi Female, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#RSSMRA71E01F205E)</a></p><p><b>effective</b>: 2025-06-01 --> (ongoing)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:372729009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372729009" ] ;
fhir:display [ fhir:v "Acyclovir" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/2e7e0fe3-f0bf-4e0a-8228-b8e7fcec8c82" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-06-01"^^xsd:date ]
] . #