Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: Janet allergy med - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "example007",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"example007\"> </a><a name=\"hcexample007\"> </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 MedicationStatement &quot;example007&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medicationstatement.html\">Fujitsu MedicationStatement Profile</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: <a name=\"hcmedication\"> </a></p><blockquote><p/><p><a name=\"medication\"> </a></p><p><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>Nasonex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#358793 &quot;mometasone furoate 0.05 MG/ACTUAT&quot;; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = '回分')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = '回')</span></td></tr></table></blockquote><p><b>subject</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><p><b>effective</b>: 2023-02-01</p><p><b>informationSource</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><hr/><blockquote><p><b>Generated Narrative: Medication #medication</b><a name=\"medication\"> </a><a name=\"hcmedication\"> </a></p><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td>Nasonex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#358793 &quot;mometasone furoate 0.05 MG/ACTUAT&quot;; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></td><td>1 回分<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code DOSE = '回分')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TIME = '回')</span></td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "medication",
      "meta" : {
        "profile" : [
          🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medication"
        ]
      },
      "status" : "active",
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
                "code" : "358793",
                "display" : "mometasone furoate 0.05 MG/ACTUAT"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
                "code" : "unknown",
                "display" : "Unknown"
              }
            ],
            "text" : "Nasonex"
          },
          "strength" : {
            "numerator" : {
              "value" : 1,
              "unit" : "回分",
              "system" : "urn:oid:1.2.392.100495.20.2.101",
              "code" : "DOSE"
            },
            "denominator" : {
              "value" : 1,
              "unit" : "回",
              "system" : "urn:oid:1.2.392.100495.20.2.101",
              "code" : "TIME"
            }
          }
        }
      ]
    }
  ],
  "status" : "active",
  "medicationReference" : {
    "reference" : "#medication"
  },
  "subject" : {
    🔗 "reference" : "Patient/JanetPatient"
  },
  "effectiveDateTime" : "2023-02-01",
  "informationSource" : {
    🔗 "reference" : "Patient/JanetPatient"
  }
}