HL7 Italia Dossier Farmaceutico FHIR Implementation Guide
0.1.0 - CI Build IT

HL7 Italia Dossier Farmaceutico FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Prescrizione farmaceutica per AIC, con nota, non sostituibile, erogata - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequest-it-dossierPharma-ex001",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.it/fhir/dossierPharma/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-ex001\"> </a><a name=\"hcMedicationRequest-it-dossierPharma-ex001\"> </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-ex001&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>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: PANTORC - 28CPR GASTR 20MG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (aifa-aic#031981069)</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>: 001 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (aifa-nota#001)</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><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>none <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-substanceAdminSubstitution.html\">Substance Admin Substitution</a>#N)</span></td></tr></table></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.it/CodeSystem/aifa-aic",
        "code" : "031981069",
        "display" : "PANTORC - 28CPR GASTR 20MG"
      }
    ]
  },
  "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://terminology.hl7.it/CodeSystem/aifa-nota",
          "code" : "001"
        }
      ]
    }
  ],
  "groupIdentifier" : {
    "system" : "http://hl7.it/sid/mef/nre",
    "value" : "030A05714294324"
  },
  "dispenseRequest" : {
    "quantity" : {
      "value" : 2
    }
  },
  "substitution" : {
    "allowedCodeableConcept" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
          "code" : "N"
        }
      ]
    }
  }
}