openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: AspirinMedication - JSON Representation

Raw json | Download


{
  "resourceType" : "Medication",
  "id" : "AspirinMedication",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-medication"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"AspirinMedication\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-medication.html\">openIMIS Medication</a></p></div><p><b>Unit Price (Medication|ActivityDefinition)</b>: <span title=\"Euro\">€10.00</span> (EUR)</p><p><b>Medication Type (Medication)</b>: Drug <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-medication-item-type.html\">Item Type (Medication)</a>#D)</span></p><p><b>Frequency (Medication)</b>: Do Once per 0 days</p><blockquote><p><b>UsageContext (Medication)</b></p><p><b>value</b>: </p></blockquote><p><b style=\"color: maroon\">Exception generating Narrative: type org.hl7.fhir.r5.model.UsageContext not handled - should not be here</b></p></div>"
  },
  "extension" : [
    {
      "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/unit-price",
      "valueMoney" : {
        "value" : 10,
        "currency" : "EUR"
      }
    },
    {
      "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/medication-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/medication-item-type",
            "code" : "D",
            "display" : "Drug"
          }
        ]
      }
    },
    {
      "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/medication-frequency",
      "valueTiming" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 0,
          "periodUnit" : "d"
        }
      }
    },
    {
      "extension" : [
        {
          "url" : "Gender",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
              "code" : "gender",
              "display" : "Gender"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/administrative-gender",
                  "code" : "male",
                  "display" : "Male"
                },
                {
                  "system" : "http://hl7.org/fhir/administrative-gender",
                  "code" : "female",
                  "display" : "Female"
                }
              ]
            }
          }
        },
        {
          "url" : "CareType",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
              "code" : "venue",
              "display" : "Clinical Venue"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                  "code" : "AMB",
                  "display" : "ambulatory"
                }
              ]
            }
          }
        },
        {
          "url" : "Age",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
              "code" : "age",
              "display" : "Age"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type",
                  "code" : "adult",
                  "display" : "Adult"
                },
                {
                  "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type",
                  "code" : "child",
                  "display" : "Child"
                }
              ]
            }
          }
        }
      ],
      "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/medication-usage-context"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "Code"
          }
        ]
      },
      "value" : "0001"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "UUID"
          }
        ]
      },
      "value" : "71EFB78B-64EE-4A68-BE29-87DAF566EB20"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "7947003"
      }
    ],
    "text" : "ACETYLSALICYLIC ACID (ASPIRIN) TABS 300MG"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385055001",
        "display" : "Tablet"
      }
    ]
  },
  "amount" : {
    "numerator" : {
      "value" : 1000
    }
  }
}