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

FHIR IG analytics

Packageehealth4u.package
Resource TypeMedication
IdMedication_10 - IPS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medication-r4"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.3.1",
      "value": "310011601 - 01"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "J01GB06",
        "display": "amikacin"
      }
    ]
  },
  "extension": [
    {
      "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-medicinalproductdefinition",
      "extension": [
        {
          "url": "productName",
          "valueString": "SELEMYCIN SOLUTION FOR INJECTION OR INFUSION 100MG/2ML"
        }
      ]
    }
  ],
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "50060000",
        "display": "Solution for injection/infusion"
      }
    ]
  }
}