HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions

: CarePlan Esempio - TTL Representation

Raw ttl | Download


@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:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CarePlan-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/dossier-pharma/StructureDefinition/CarePlan-it-dossierPharma"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/dossier-pharma/StructureDefinition/CarePlan-it-dossierPharma>     ] )
  ] ; # 
  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: CarePlan CarePlan-example</b></p><a name=\"CarePlan-example\"> </a><a name=\"hcCarePlan-example\"> </a><a name=\"CarePlan-example-it-IT\"> </a><p><b>identifier</b>: 8348732947324</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-Patient-Dossier-Esempio.html\">Angela Verdi  Female, DoB: 1989-04-03 ( http://hl7.it/sid/codiceFiscale#VRDNGL89D43H501J)</a></p><p><b>period</b>: 2024-01-16 14:31:22+0000 --&gt; 2024-06-16 14:31:22+0000</p><p><b>created</b>: 2024-01-15 14:31:22+0000</p><p><b>author</b>: <a href=\"PractitionerRole-MedicoPrescrittoreExample01.html\">PractitionerRole medico ospedaliero</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Product[x]</b></td><td><b>DailyAmount</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>In Progress</td><td><span title=\"Codes:{http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic 037568019}\">5 MICROGRAMMI SOLUZIONE INETTABILE - USO SOTTOCUTANEO PENNA PRERIEMPITA (VETRO)</span></td><td>2</td><td>1 Inject<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code422145002 = 'Inject - dosing instruction imperative (qualifier value)')</span></td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "8348732947324" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-Dossier-Esempio" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-01-16T14:31:22.387Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-06-16T14:31:22.387Z"^^xsd:dateTime ]
  ] ; # 
  fhir:created [ fhir:v "2024-01-15T14:31:22.387Z"^^xsd:dateTime] ; # 
  fhir:author [
fhir:reference [ fhir:v "PractitionerRole/MedicoPrescrittoreExample01" ]
  ] ; # 
  fhir:activity ( [
fhir:detail [
fhir:status [ fhir:v "in-progress" ] ;
fhir:product [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "037568019" ] ;
fhir:display [ fhir:v "5 MICROGRAMMI SOLUZIONE INETTABILE - USO SOTTOCUTANEO PENNA PRERIEMPITA (VETRO)" ]         ] )       ] ;
fhir:dailyAmount [
fhir:value [ fhir:v "2"^^xsd:decimal ]       ] ;
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Inject" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422145002" ]       ]     ]
  ] ) . #