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" : "MedicationRequest",
"id" : "22571f37-4ac6-4025-a6b7-afa05c2f5f3f",
"meta" : {
"profile" : [
🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/MedicationRequest-it-dossierPharma"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 22571f37-4ac6-4025-a6b7-afa05c2f5f3f</b></p><a name=\"22571f37-4ac6-4025-a6b7-afa05c2f5f3f\"> </a><a name=\"hc22571f37-4ac6-4025-a6b7-afa05c2f5f3f\"> </a><a name=\"22571f37-4ac6-4025-a6b7-afa05c2f5f3f-it-IT\"> </a><p><b>Medico Titolare (MedicationRequest)</b>: <a href=\"PractitionerRole-MedicoPrescrittoreExample02.html\">PractitionerRole medico di medicina generale</a></p><blockquote><p><b>Farmaco associato al Piano Terapeutico (MedicationRequest)</b></p><ul><li>existPt: false</li></ul></blockquote><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic 039785050}\">AUGMENTIN 875 MG/125 MG COMPRESSE RIVESTITE CON FILM</span></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>authoredOn</b>: 2022-01-31 14:31:22+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-MedicoPrescrittoreExample02.html\">PractitionerRole medico di medicina generale</a></p><p><b>reasonCode</b>: <span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/aifa-nota 01}\">Tonsillite</span></p><p><b>groupIdentifier</b>: <code>urn:oid:2.16.840.1.113883.2.9.4.3.9</code>/030A05714294325</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 compressa 2 volte al giorno</p><p><b>timing</b>: 2</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 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codeTAB = 'Tablet')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>2</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.it/fhir/dossier-pharma/StructureDefinition/medicationRequest-medicoTitolare",
"valueReference" : {
🔗 "reference" : "PractitionerRole/MedicoPrescrittoreExample02"
}
},
{
"extension" : [
{
"url" : "existPt",
"valueBoolean" : false
}
],
"url" : "http://hl7.it/fhir/dossier-pharma/StructureDefinition/medicationRequest-pianoTerapeutico"
}
],
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic",
"code" : "039785050",
"display" : "AUGMENTIN 875 MG/125 MG COMPRESSE RIVESTITE CON FILM"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Patient-Dossier-Esempio",
"identifier" : {
"system" : "http://hl7.it/sid/codiceFiscale",
"value" : "VRDMRA89D43F979Y"
}
},
"authoredOn" : "2022-01-31T14:31:22.387Z",
"requester" : {
🔗 "reference" : "PractitionerRole/MedicoPrescrittoreExample02",
"identifier" : {
"value" : "PLLDSR80E47A462P"
}
},
"reasonCode" : [
{
"coding" : [
{
"system" : "https://www.hl7.it/fhir/terminology/CodeSystem/aifa-nota",
"code" : "01"
}
],
"text" : "Tonsillite"
}
],
"groupIdentifier" : {
"system" : "urn:oid:2.16.840.1.113883.2.9.4.3.9",
"value" : "030A05714294325"
},
"dosageInstruction" : [
{
"text" : "1 compressa 2 volte al giorno",
"timing" : {
"repeat" : {
"frequency" : 2,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral use"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "Tablet",
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "TAB"
}
}
]
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 2
}
}
}