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

: MedicationRequest per ATC - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequest-it-dossierPharma-ex002",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.it/fhir/dossier-pharma/StructureDefinition/MedicationRequest-it-dossierPharma"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"MedicationRequest-it-dossierPharma-ex002\"> </a><a name=\"hcMedicationRequest-it-dossierPharma-ex002\"> </a></p><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\">ResourceMedicationRequest &quot;MedicationRequest-it-dossierPharma-ex002&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-it-dossierPharma.html\">MedicationRequest - Dossier Farmaceutico</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: PANTOPRAZOLO <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-WC.html\">WHO ATC</a>#A02BC02)</span></p><p><b>subject</b>: <span><code>http://hl7.it/sid/codiceFiscale</code>/RSSMRT57D12D612R</span></p><p><b>authoredOn</b>: 2022-01-31 14:31:22+0000</p><p><b>requester</b>: <a href=\"PractitionerRole-MedicoPrescrittoreExample01.html\">PractitionerRole/MedicoPrescrittoreExample01</a></p><p><b>reasonCode</b>: Farmaco in nota: pantoprazolo, omeprazolo, misoprostolo, lansoprazolo, esomeprazolo <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-aifa-nota.html\">AIFA - Indicazioni terapeutiche (Nota AIFA)</a>#01)</span></p><p><b>groupIdentifier</b>: <code>http://hl7.it/sid/mef/nre</code>/030A05714294324</p><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>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "A02BC02"
      }
    ],
    "text" : "PANTOPRAZOLO"
  },
  "subject" : {
    "identifier" : {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "RSSMRT57D12D612R"
    }
  },
  "authoredOn" : "2022-01-31T14:31:22.387Z",
  "requester" : {
    🔗 "reference" : "PractitionerRole/MedicoPrescrittoreExample01"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-nota",
          "code" : "01"
        }
      ]
    }
  ],
  "groupIdentifier" : {
    "system" : "http://hl7.it/sid/mef/nre",
    "value" : "030A05714294324"
  },
  "dispenseRequest" : {
    "quantity" : {
      "value" : 2
    }
  }
}