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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4
Resource TypeMedicationStatement
IdMedicationStatement-example007.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

Resource MedicationStatement "example007"

status: active

medication:

code: Nasonex (RxNorm#358793)

form: Nasal Spray (SNOMED CT#385157007)

subject: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"

dateAsserted: 2023-04-12

informationSource: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"

note: patient plans to start using for seasonal allergies in the Spring when pollen is in the air


Generated Narrative: Medication #med0315

code: Nasonex (RxNorm#358793)

form: Nasal Spray (SNOMED CT#385157007)


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example007",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med0315",
      "code": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "358793"
          }
        ],
        "text": "Nasonex"
      },
      "form": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "385157007",
            "display": "Nasal Spray"
          }
        ]
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#med0315"
  },
  "subject": {
    "reference": "Patient/JanetPatient",
    "display": "Janet"
  },
  "dateAsserted": "2023-04-12",
  "informationSource": {
    "reference": "Patient/JanetPatient",
    "display": "Janet"
  },
  "note": [
    {
      "text": "patient plans to start using for seasonal allergies in the Spring when pollen is in the air"
    }
  ]
}