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

FHIR IG analytics

Packagendhm.in
Resource TypeMedication
IdMedication-example-02.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-02

version: 1; Last updated: 2023-08-21 14:49:00+0530

Profile: Medication

identifier: Harmonized System of Nomenclature/3004

code: Sulfalene 2 g oral tablet

form: Tablet

Batches

-LotNumberExpirationDate
*221804242023-03-24

Source1

{
  "resourceType": "Medication",
  "id": "example-02",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-08-21T14:49: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": "3004"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "324409009",
        "display": "Sulfalene 2 g oral tablet"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ]
  },
  "batch": {
    "lotNumber": "22180424",
    "expirationDate": "2023-03-24"
  }
}