Fujitsu Healthy Living Implementation Guide
1.1.30 - release

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

: Janet Tylenol PM med - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "example001",
  "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=\"example001\"> </a><a name=\"hcexample001\"> </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;example001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medicationstatement.html\">Fujitsu MedicationStatement Profile</a></p></div><p><b>identifier</b>: <code>http://www.bmc.nl/portal/medstatements</code>/12345689\u00a0(use:\u00a0official)</p><p><b>status</b>: active</p><p><b>medication</b>: Tylenol PM <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ndc.html\">National drug codes</a>#50580-506-02)</span></p><p><b>subject</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><p><b>effective</b>: 2015-01-23</p><p><b>informationSource</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>1-2 tablets once daily at bedtime as needed for restless legs</td><td>Once per 1 days</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.bmc.nl/portal/medstatements",
      "value" : "12345689"
    }
  ],
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "50580-506-02"
      }
    ],
    "text" : "Tylenol PM"
  },
  "subject" : {
    🔗 "reference" : "Patient/JanetPatient"
  },
  "effectiveDateTime" : "2015-01-23",
  "informationSource" : {
    🔗 "reference" : "Patient/JanetPatient"
  },
  "dosage" : [
    {
      "text" : "1-2 tablets once daily at bedtime as needed for restless legs",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      }
    }
  ]
}