Sha256: cdbce7fd6240a881b7d8d355c1cb70b326887c88feb48b2093b488789522cb2e

Contents?: true

Size: 1.84 KB

Versions: 10

Compression:

Stored size: 1.84 KB

Contents

{
  "resourceType": "MedicationStatement",
  "id": "example003",
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Little Pink Pill for water retention"
  },
  "subject": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  },
  "effectiveDateTime": "2014-02-01",
  "dateAsserted": "2014-02-22",
  "informationSource": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  },
  "reasonReference": [
    {
      "reference": "Observation/blood-pressure"
    }
  ],
  "note": [
    {
      "text": "Patient cannot remember the name of the tablet, but takes it every day in the morning for water retention"
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "1 tablet per day",
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "260548002",
            "display": "Oral"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "tab",
            "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code": "tab"
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 1
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "d"
        }
      }
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.2.2 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.2.1 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.2.0 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.1.2 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.1.1 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.1.0 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.0.2 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.0.1 lib/fhir_models/examples/json/medicationstatementexample3.json
fhir_models-4.0.0 lib/fhir_models/examples/json/medicationstatementexample3.json