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

FHIR IG analytics

Packagendhm.in
Resource TypeMedication
IdMedication-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: Medication example-01

version: 1; Last updated: 2023-08-21 10:25:00+0530

Profile: Medication

identifier: Harmonized System of Nomenclature/29222933

code: Paracetamol 1 g oral tablet

form: Tablet

Batches

-LotNumberExpirationDate
*221804232023-02-24

Source1

{
  "resourceType": "Medication",
  "id": "example-01",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-08-21T10:25:00.181+05:30",
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code",
            "code": "HSN",
            "display": "Harmonized System of Nomenclature"
          }
        ]
      },
      "value": "29222933"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1172863005",
        "display": "Paracetamol 1 g oral tablet"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ]
  },
  "batch": {
    "lotNumber": "22180423",
    "expirationDate": "2023-02-24"
  }
}