HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 "38642e18-973d-4763-b875-1d1bc322d98a"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.it/fhir/taccuino/StructureDefinition/medicationStatement-it-taccuino"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/taccuino/StructureDefinition/medicationStatement-it-taccuino> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "http://hl7.it/fhir/taccuino/CodeSystem/class-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAC" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 38642e18-973d-4763-b875-1d1bc322d98a</b></p><a name=\"38642e18-973d-4763-b875-1d1bc322d98a\"> </a><a name=\"hc38642e18-973d-4763-b875-1d1bc322d98a\"> </a><a name=\"38642e18-973d-4763-b875-1d1bc322d98a-it-IT\"> </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-medicationStatement-it-taccuino.html\">MedicationStatement - Taccuino personale dell'assistito</a></p><p style=\"margin-bottom: 0px\">Tag: Taccuino (Details: Classe documento code TAC = 'Taccuino')</p></div><p><b>Data di Registrazione a sistema</b>: 2024-02-23 15:30:00+0100</p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://hl7.it/fhir/taccuino/CodeSystem/aifa-aic 036813018}\">1000 MG COMPRESSE 8 COMPRESSE DIVISIBILI</span></p><p><b>subject</b>: <a href=\"Patient-e786443c-4786-4b88-b3e3-41a4b27681d1.html\">Angela Verdi Female, DoB: 1989-04-03 ( http://hl7.it/sid/codiceFiscale#VRDNGL89D43H501J)</a></p><p><b>effective</b>: 2024-02-20 14:30:00+0100 --> 2024-02-20 14:35:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reason-medication-given b}\">Given as Ordered</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: 1 Pillola dopo i pasti</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 836005}\">Oral region of face</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral use</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Pill<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codePILL = 'Pill')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.it/fhir/taccuino/StructureDefinition/registration-date"^^xsd:anyURI ] ;
fhir:value [
a fhir:instant ;
fhir:v "2024-02-23T15:30:00+01:00"^^xsd:dateTime ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/taccuino/CodeSystem/aifa-aic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "036813018" ] ;
fhir:display [ fhir:v "1000 MG COMPRESSE 8 COMPRESSE DIVISIBILI" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/e786443c-4786-4b88-b3e3-41a4b27681d1" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2024-02-20T14:30:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-20T14:35:00+01:00"^^xsd:dateTime ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/reason-medication-given"^^xsd:anyURI ] ;
fhir:code [ fhir:v "b" ] ;
fhir:display [ fhir:v "Given as Ordered" ] ] )
] ) ; #
fhir:dosage ( [
fhir:text [ fhir:v "1 Pillola dopo i pasti" ] ;
fhir:site [
( fhir:coding [
a sct:836005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "836005" ] ] ) ] ;
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral use" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Pill" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PILL" ] ] ] )
] ) . #
IG © 2021+ HL7 Italia. Package hl7.fhir.it.taccuino#0.0.1 based on FHIR 4.0.1. Generated 2025-04-01
Links: Table of Contents |
QA Report