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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeMedication
IdMedication-EX-Ramipril.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 EX-Ramipril

code: RAMIPRIL Mepha Tabl 5 mg

form: Tablette

amount: 20 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')


Source1

{
  "resourceType": "Medication",
  "id": "EX-Ramipril",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "urn:oid:2.51.1.1",
        "code": "7680658950051",
        "display": "RAMIPRIL Mepha Tabl 5 mg"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
        "code": "10219000",
        "display": "Tablet"
      }
    ],
    "text": "Tablette"
  },
  "amount": {
    "numerator": {
      "value": 20,
      "unit": "Tablet (unit of presentation)",
      "system": "http://snomed.info/sct",
      "code": "732936001"
    },
    "denominator": {
      "value": 1,
      "unit": "Package - unit of product usage (qualifier value)",
      "system": "http://snomed.info/sct",
      "code": "1681000175101"
    }
  }
}