HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build
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
{
"resourceType" : "CarePlan",
"id" : "CarePlan-example",
"meta" : {
"profile" : [
🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/CarePlan-it-dossierPharma"
]
},
"text" : {
"status" : "generated",
"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 --> 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>"
},
"identifier" : [
{
"value" : "8348732947324"
}
],
"status" : "completed",
"intent" : "order",
"subject" : {
🔗 "reference" : "Patient/Patient-Dossier-Esempio"
},
"period" : {
"start" : "2024-01-16T14:31:22.387Z",
"end" : "2024-06-16T14:31:22.387Z"
},
"created" : "2024-01-15T14:31:22.387Z",
"author" : {
🔗 "reference" : "PractitionerRole/MedicoPrescrittoreExample01"
},
"activity" : [
{
"detail" : {
"status" : "in-progress",
"productCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic",
"code" : "037568019",
"display" : "5 MICROGRAMMI SOLUZIONE INETTABILE - USO SOTTOCUTANEO PENNA PRERIEMPITA (VETRO)"
}
]
},
"dailyAmount" : {
"value" : 2
},
"quantity" : {
"value" : 1,
"unit" : "Inject",
"system" : "http://snomed.info/sct",
"code" : "422145002"
}
}
}
]
}