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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeMedication
IdMedication-krcore-medication-example-01.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: Medication

Resource Medication "krcore-medication-example-01"

Profile: KR Core Medication Profile

code: 케토라신정(케토롤락트로메타민)_(10mg/1정) (hira-edi-medication#653400910)

Ingredients

-Item[x]
*Ketorolac (WHO ATC#M01AB15)

Source1

{
  "resourceType": "Medication",
  "id": "krcore-medication-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
        "code": "653400910",
        "display": "케토라신정(케토롤락트로메타민)_(10mg/1정)"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.whocc.no/atc",
            "code": "M01AB15",
            "display": "Ketorolac"
          }
        ]
      }
    }
  ]
}