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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeMedicationRequest
IdMedicationRequest-MyHealthWayMedicationRequestExample.json
FHIR VersionR4

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

Generated Narrative: MedicationRequest

Resource MedicationRequest "MyHealthWayMedicationRequestExample"

Profile: MyHealthWay MedicationRequest Profile

identifier: http://www.example.com/medicationRequest-example

status: completed

intent: order

reported: false

medication: 케토라신정(케토롤락트로메타민)_(10mg/1정) (HIRA EDI Medication#653400910)

subject: Patient/MyHealthWayPatientExample ""

encounter: Encounter/MyHealthWayEncounterExample

authoredOn: 2023-11-01

requester: PractitionerRole/MyHealthWayPractitionerRoleExample

dosageInstruction

text: 하루 3알 복용

timing: 3 per 1 days

route: Oral route (qualifier value) (SNOMED CT#26643006)

doseAndRate


Source1

{
  "resourceType": "MedicationRequest",
  "id": "MyHealthWayMedicationRequestExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        }
      ]
    }
  ]
}