HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrderAzvudineTabletExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "OrderAzvudineTabletExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"OrderAzvudineTabletExample01\"> </a><a name=\"hcOrderAzvudineTabletExample01\"> </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\">Resource MedicationRequest &quot;OrderAzvudineTabletExample01&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: 门诊 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-admin-location.html\">Medication request  administration  location  codes</a>#outpatient)</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-MedicationAzvudineTabletExample01.html\">Medication/MedicationAzvudineTabletExample01: 阿兹夫定片</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter/EncounterExample01</a></p><p><b>authoredOn</b>: 2024-04-01</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>新型冠状病毒感染 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-icd10.html\">ICD-10</a>#U07.100x002)</span></td></tr></table><p><b>courseOfTherapyType</b>: 短程(急性)疗法 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-course-of-therapy.html\">MedicationRequest Course of Therapy Codes</a>#acute)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: 空腹 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#311501008)</span>, 整片吞服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#418693002)</span></p><p><b>patientInstruction</b>: 使用前应详细阅读说明书,注意与其他药物的相互作用、不良反应等问题。不建议在妊娠期和哺乳期使用,中重度肝、肾功能损伤患者慎用。</p><p><b>timing</b>: Code: 每日1次,疗程至多不超过14天, , before meals</p><p><b>route</b>: 口服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></p><p><b>method</b>: 吞服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#738995006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td><td><b>Dispenser</b></td></tr><tr><td style=\"display: none\">*</td><td>2 瓶</td><td><a href=\"Organization-HospitalDepartmentExample03.html\">Organization/HospitalDepartmentExample03: 西药药房</a> &quot;西药药房&quot;</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
          "code" : "outpatient",
          "display" : "门诊"
        }
      ]
    }
  ],
  "medication" : {
    "reference" : {
      🔗 "reference" : "Medication/MedicationAzvudineTabletExample01",
      "display" : "阿兹夫定片"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01",
    "display" : "刘康"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample01"
  },
  "authoredOn" : "2024-04-01",
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerExample01",
    "display" : "赵勇"
  },
  "reason" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/sid/icd-10",
            "code" : "U07.100x002",
            "display" : "新型冠状病毒感染"
          }
        ]
      }
    }
  ],
  "courseOfTherapyType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code" : "acute",
        "display" : "短程(急性)疗法"
      }
    ]
  },
  "dosageInstruction" : [
    {
      "additionalInstruction" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "311501008",
              "display" : "空腹"
            }
          ]
        },
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "418693002",
              "display" : "整片吞服"
            }
          ]
        }
      ],
      "patientInstruction" : "使用前应详细阅读说明书,注意与其他药物的相互作用、不良反应等问题。不建议在妊娠期和哺乳期使用,中重度肝、肾功能损伤患者慎用。",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 14,
            "unit" : "天",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          },
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d",
          "when" : [
            "AC"
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code" : "QD",
              "display" : "QD"
            }
          ],
          "text" : "每日1次,疗程至多不超过14天"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "口服"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "738995006",
            "display" : "吞服"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "开立值"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 5,
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        },
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "calculated",
                "display" : "计算值"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 5,
            "unit" : "片"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 2,
      "unit" : "瓶"
    },
    "dispenser" : {
      🔗 "reference" : "Organization/HospitalDepartmentExample03",
      "display" : "西药药房"
    }
  }
}