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

FHIR IG analytics

Packageru.core
Resource TypeMedicationRequest
IdMedicationRequest-example-core-medicationrequest-ivanov-paracetamol.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Назначение лекарства: Парацетамол Иванова И.П.

Минимальный пример для использования в ссылках

  • Пациент: Иванов Иван Петрович
  • Препарат: Парацетамол
  • Дозировка: 500 мг 3 раза в день
  • Статус: Активное
  • Дата назначения: 15.01.2024

Source1

{
  "resourceType": "MedicationRequest",
  "id": "example-core-medicationrequest-ivanov-paracetamol",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.ru/ig/core/systems/medicationrequest",
      "value": "MR-2024-001"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient",
          "display": "Outpatient"
        }
      ]
    }
  ],
  "priority": "routine",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "313782",
          "display": "Acetaminophen 500 MG Oral Tablet"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/example-core-patient-ivanov",
    "display": "Иванов Иван Петрович"
  },
  "encounter": {
    "reference": "Encounter/example-core-encounter-consultation",
    "display": "Консультация терапевта"
  },
  "authoredOn": "2024-01-15T10:30:00Z",
  "requester": {
    "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
    "display": "Смирнов Александр Иванович"
  },
  "dosageInstruction": [
    {
      "text": "500 мг 3 раза в день",
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}