MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay MedicationRequest Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MyHealthWayMedicationRequestExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"MyHealthWayMedicationRequestExample\"> </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;MyHealthWayMedicationRequestExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-medicationrequest.html\">MyHealthWay MedicationRequest Profile</a></p></div><p><b>identifier</b>: id:\u00a0medicationRequest-example</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>reported</b>: false</p><p><b>medication</b>: 케토라신정(케토롤락트로메타민)_(10mg/1정) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-edi-medication.html\">HIRA EDI Medication</a>#653400910)</span></p><p><b>subject</b>: <a href=\"Patient-MyHealthWayPatientExample.html\">Patient/MyHealthWayPatientExample</a> &quot;&quot;</p><p><b>encounter</b>: <a href=\"Encounter-MyHealthWayEncounterExample.html\">Encounter/MyHealthWayEncounterExample</a></p><p><b>authoredOn</b>: 2023-11-01</p><p><b>requester</b>: <a href=\"PractitionerRole-MyHealthWayPractitionerRoleExample.html\">PractitionerRole/MyHealthWayPractitionerRoleExample</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3알 복용</p><p><b>timing</b>: 3 per 1 days</p><p><b>route</b>: Oral route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "medicationRequest-example"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "reportedBoolean" : false,
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
        "code" : "653400910",
        "display" : "케토라신정(케토롤락트로메타민)_(10mg/1정)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/MyHealthWayPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/MyHealthWayEncounterExample"
  },
  "authoredOn" : "2023-11-01",
  "requester" : {
    🔗 "reference" : "PractitionerRole/MyHealthWayPractitionerRoleExample"
  },
  "dosageInstruction" : [
    {
      "text" : "하루 3알 복용",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route (qualifier value)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "mL",
            "system" : "http://unitsofmeasure.org",
            "code" : "mL"
          }
        }
      ]
    }
  ]
}