FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeMedicationRequest
IdExample_MedicationRequest_TerapiaFarmacologica.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "esempio-MedicationRequest-TerapiaFarmacologica",
  "meta": {
    "lastUpdated": "2023-01-11T08:32:56+01:00",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMedicationRequestTerapiaFarmacologica"
    ],
    "versionId": "1"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
        "code": "027224031",
        "display": "CLEVIAN*GEL 50 G 1%"
      }
    ]
  },
  "subject": {
    "reference": "Patient/b7807e00-9745-11ed-a8fc-0242ac120002",
    "display": "Mario Rossi"
  },
  "basedOn": [
    {
      "reference": "CarePlan/365db2ec-973c-11ed-a8fc-0242ac120002",
      "display": "PI-2023000000001"
    }
  ],
  "note": [
    {
      "text": "Rivalutare mensilmente se prorogare la terapia"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2023-01-21T08:32:56+01:00",
            "end": "2023-03-21T08:32:56+01:00"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "unit": "TAB",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLMedicationRequestConsegnaPaziente",
      "valueBoolean": true
    }
  ]
}