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

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeMedicationStatement
IdMedicationStatement-argo-ms1.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-ms1

meta:

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 (Details : {RxNorm code '206765' = 'Lisinopril 10 MG Oral Tablet [Prinivil]', given as 'Lisinopril 10 MG Oral Tablet [Prinivil]'})


Source1

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