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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-for-fair
Resource TypeMedicationStatement
IdMedicationStatement-example-f4f-medicationStatement-2.json
FHIR VersionR4B

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 "example-f4f-medicationStatement-2"

status: unknown

medication: theophylline (WHO ATC#R03DA04)

subject: Patient/example-f4f-patient

reasonCode: COPD - Chronic obstructive pulmonary disease (SNOMED CT#13645005)


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example-f4f-medicationStatement-2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "R03DA04",
        "display": "theophylline"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-f4f-patient"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "13645005",
          "display": "COPD - Chronic obstructive pulmonary disease"
        }
      ]
    }
  ]
}