HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito
0.0.1 - ci-build IT

HL7 FHIR Implementation Guide Taccuino Personale dell'Assistito - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationStatement assunzione Zitromax - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "08cea1b4-db13-48fd-8956-a29d25f42b99",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.it/fhir/taccuino/StructureDefinition/medicationStatement-it-taccuino"
    ],
    "tag" : [
      {
        "system" : "http://hl7.it/fhir/taccuino/CodeSystem/class-code",
        "code" : "TAC"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 08cea1b4-db13-48fd-8956-a29d25f42b99</b></p><a name=\"08cea1b4-db13-48fd-8956-a29d25f42b99\"> </a><a name=\"hc08cea1b4-db13-48fd-8956-a29d25f42b99\"> </a><a name=\"08cea1b4-db13-48fd-8956-a29d25f42b99-it-IT\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medicationStatement-it-taccuino.html\">MedicationStatement - Taccuino personale dell'assistito</a></p><p style=\"margin-bottom: 0px\">Tag: Taccuino (Details: Classe documento code TAC = 'Taccuino')</p></div><p><b>Data di Registrazione a sistema</b>: 2025-02-21 15:30:00+0100</p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://hl7.it/fhir/taccuino/CodeSystem/aifa-aic 027860042}\">ZITROMAX 3CPR RIV 500MG</span></p><p><b>subject</b>: <a href=\"Patient-e786443c-4786-4b88-b3e3-41a4b27681d1.html\">Angela Verdi  Female, DoB: 1989-04-03 ( http://hl7.it/sid/codiceFiscale#VRDNGL89D43H501J)</a></p><p><b>effective</b>: 2025-02-21 14:30:00+0100 --&gt; 2025-02-21 14:35:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reason-medication-given b}\">Given as Ordered</span></p><blockquote><p><b>dosage</b></p><p><b>text</b>: 2 Pillole dopo i pasti</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 836005}\">Oral region of face</span></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>2 Pill<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codePILL = 'Pill')</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.it/fhir/taccuino/StructureDefinition/registration-date",
      "valueInstant" : "2025-02-21T15:30:00+01:00"
    }
  ],
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.it/fhir/taccuino/CodeSystem/aifa-aic",
        "code" : "027860042",
        "display" : "ZITROMAX 3CPR RIV 500MG"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/e786443c-4786-4b88-b3e3-41a4b27681d1"
  },
  "effectivePeriod" : {
    "start" : "2025-02-21T14:30:00+01:00",
    "end" : "2025-02-21T14:35:00+01:00"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/reason-medication-given",
          "code" : "b",
          "display" : "Given as Ordered"
        }
      ]
    }
  ],
  "dosage" : [
    {
      "text" : "2 Pillole dopo i pasti",
      "site" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "836005"
          }
        ]
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 2,
            "unit" : "Pill",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "PILL"
          }
        }
      ]
    }
  ]
}