teleassistenza - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EsempioMedicationStatementTerapiaCorrente - 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:meta [
( fhir:profile [
fhir:v "http://hl7.it/fhir/teleassistenza/StructureDefinition/MedicationStatementTeleassistenza"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/teleassistenza/StructureDefinition/MedicationStatementTeleassistenza> ] )
] ; #
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><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationStatementTeleassistenza.html\">MedicationStatement Telemedicina</a></p></div><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-patient-mrossi.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/patient-mrossi" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-06-01"^^xsd:date ]
] . #