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

FHIR IG analytics

Packageehealth4u.package
Resource TypeMedication
IdMedication_Maria_Iosif.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",
  "id": "cyehrmedication-ATACAND",
  "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": "2200024 - 01"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "C09DA06",
        "display": "candesartan and diuretics"
      }
    ]
  },
  "extension": [
    {
      "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-medicinalproductdefinition",
      "extension": [
        {
          "url": "productName",
          "valueString": "ATACAND PLUS TABLET 16MG/12.5MG"
        },
        {
          "url": "strength",
          "valueString": "16MG/12.5MG"
        },
        {
          "url": "routeOfAdministration",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://standardterms.edqm.eu",
                "code": "20053000",
                "display": "Oral use"
              }
            ]
          }
        }
      ]
    }
  ],
  "form": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/edqm",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  }
}