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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeMedicationStatement
IdMedicationStatement-dcm-scenario7.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: MedicationStatement dcm-scenario7

status: Stopped

category: Inpatient

medication: Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)

subject: Example Patient Female, DoB: 1990-10-01

effective: 2015-01-23

dateAsserted: 2015-02-22

informationSource: Example Patient Female, DoB: 1990-10-01

derivedFrom: MedicationRequest: status = active; intent = order; priority = routine; medication[x] = Levothyroxine sodium 75 microgram oral tablet; reasonCode = Hypothyroidism (disorder)

reasonCode: Hypothyroidism (disorder)

dosage

sequence: 1

text: 75mcg daily

timing: Once per 1 days

route: Oral Route (qualifier value)

DoseAndRates

-TypeDose[x]
*Ordered75 mcg (Details: UCUM codeug = 'ug')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "dcm-scenario7",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "stopped",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "0378-1805-10",
        "display": "Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/dcm-scenario7-patient"
  },
  "effectiveDateTime": "2015-01-23",
  "dateAsserted": "2015-02-22",
  "informationSource": {
    "reference": "Patient/dcm-scenario7-patient"
  },
  "derivedFrom": [
    {
      "reference": "MedicationRequest/dcm-scenario7-mr"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "40930008",
          "display": "Hypothyroidism (disorder)"
        }
      ]
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "75mcg daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 75,
            "unit": "mcg",
            "system": "http://unitsofmeasure.org",
            "code": "ug"
          }
        }
      ]
    }
  ]
}