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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMedicationStatement
IdMedicationStatement-test2-2.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

id: test2-2

status: active

medication: testosterone cypionate 100mg/ml inj

subject: Brian Z. Generated Summary: id: test2; Medical Record Number: 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 1964-01-05

effective: 2016-09-12 --> (ongoing)

dateAsserted: 2016-09-12

informationSource: Brian Z

note: Get at doctor's office every third Friday. Taking for energy level and drive.


Source1

{
  "resourceType": "MedicationStatement",
  "id": "test2-2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "835829",
        "display": "testosterone cypionate 100 MG/ML Injectable Solution",
        "userSelected": false
      }
    ],
    "text": "testosterone cypionate 100mg/ml inj"
  },
  "subject": {
    "reference": "Patient/test2",
    "display": "Brian Z"
  },
  "effectivePeriod": {
    "start": "2016-09-12"
  },
  "dateAsserted": "2016-09-12",
  "informationSource": {
    "display": "Brian Z"
  },
  "note": [
    {
      "text": "Get at doctor's office every third Friday. Taking for energy level and drive."
    }
  ]
}