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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4
Resource TypeMedicationStatement
IdMedicationStatement-medication-statement.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 medication-statement

version: 7; Last updated: 2020-08-13 00:27:42+0000;

Information Source: #DEai5xNhh8KqJU2w

status: Active

medication: lisinopril oral 10 mg

subject: Amy Shaw

effective: 2010-05-01 --> (ongoing)

dateAsserted: 2016-05-01 16:13:03+0000


Source1

{
  "resourceType": "MedicationStatement",
  "id": "medication-statement",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2020-08-13T00:27:42.879+00:00",
    "source": "#DEai5xNhh8KqJU2w"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "206765",
        "display": "Prinivil 10 MG Oral Tablet"
      }
    ],
    "text": "lisinopril oral 10 mg"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectivePeriod": {
    "start": "2010-05-01"
  },
  "dateAsserted": "2016-05-01T16:13:03Z"
}