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

FHIR IG analytics

Packagendhm.in
Resource TypeMedicationStatement
IdMedicationStatement-example-01.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 example-01

status: Completed

medication: Telmisartan 20 mg oral tablet

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

dateAsserted: 2020-02-02 14:58:58+0530


Source1

{
  "resourceType": "MedicationStatement",
  "id": "example-01",
  "meta": {
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "134463001",
        "display": "Telmisartan 20 mg oral tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-01"
  },
  "dateAsserted": "2020-02-02T14:58:58.181+05:30"
}