FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-dcm-scenario6.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement dcm-scenario6
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
reasonCode: Hypothyroidism (disorder)
dosage
sequence: 1
text: 75mcg daily
timing: Once per 1 days
route: Oral Route (qualifier value)
DoseAndRates
Type Dose[x] Ordered 75 mcg (Details: UCUM codeug = 'ug')
{
"resourceType": "MedicationStatement",
"id": "dcm-scenario6",
"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-scenario6-patient"
},
"effectiveDateTime": "2015-01-23",
"dateAsserted": "2015-02-22",
"informationSource": {
"reference": "Patient/dcm-scenario6-patient"
},
"derivedFrom": [
{
"reference": "MedicationRequest/dm-scenario6-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"
}
}
]
}
]
}