基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版

基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。

: MedicationUseExample02 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "MedicationUseExample02",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-medical-use"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>medication</b>: <span title=\"Codes: {http://snomed.info/sct 1190007}\">二甲双胍</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>context</b>: <a href=\"Encounter-FollowupEncounterExample02.html\">Generated Summary: id: N1233456672; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode HH}\">随访</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207 2}\">家庭</span>; period: 2021-5-7 12:30:02 --&gt; 2002-8-20 16:45:50</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1190007",
        "display" : "二甲双胍"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientExample01",
    "display" : "张三"
  },
  "context" : {
    "reference" : "Encounter/FollowupEncounterExample02"
  },
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2002-08-20T16:45:50+08:00",
            "end" : "2002-09-20T16:45:50+08:00"
          }
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code" : "BID",
              "display" : "每日两次"
            }
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "口服"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 2,
            "system" : "http://unitsofmeasure.org",
            "code" : "片"
          }
        }
      ]
    }
  ]
}