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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeMedicationStatement
IdMedicationStatement-argo-ms2.json
FHIR VersionR2

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 with Details

id: argo-ms2

meta:

contained:

patient: Peter Chalmers. Generated Summary: id: peter-chalmers; Medical Record Number = 1032702; active; Peter James Chalmers (OFFICIAL); ph: (555)555-5555(WORK), person@example.org(WORK); gender: male; birthDate: 19/06/1964

dateAsserted: 01/05/2016 4:13:03 PM

status: active

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

medication: lisinopril oral 10 mg. Generated Summary: unknown resource contained


Source1

{
  "resourceType": "MedicationStatement",
  "id": "argo-ms2",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med1",
      "code": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "206765",
            "display": "Lisinopril 10 MG Oral Tablet [Prinivil]"
          }
        ],
        "text": "lisinopril oral 10 mg"
      }
    }
  ],
  "patient": {
    "reference": "Patient/peter-chalmers",
    "display": "Peter Chalmers"
  },
  "dateAsserted": "2016-05-01T16:13:03Z",
  "status": "active",
  "effectivePeriod": {
    "start": "2010-05-01"
  },
  "medicationReference": {
    "reference": "#med1",
    "display": "lisinopril oral 10 mg"
  }
}