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

FHIR IG analytics

Packagehl7.fhir.eu.extensions.r5
Resource TypeMedication
IdMedication-04A-FirmagonBranded.json
FHIR VersionR5

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": "04A-FirmagonBranded",
  "extension": [
    {
      "url": "http://hl7.eu/fhir/StructureDefinition/medication-package-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://standardterms.edqm.eu",
            "code": "30009000",
            "display": "Box"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://www.ravimiregister.ee",
      "value": "1400601"
    }
  ],
  "marketingAuthorizationHolder": {
    "display": "Ferring Pharmaceuticals A/S"
  },
  "totalVolume": {
    "value": 2,
    "unit": "Vial",
    "system": "https://standardterms.edqm.eu",
    "code": "15060000"
  },
  "ingredient": [
    {
      "item": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "441864003",
              "display": "Degarelix"
            }
          ]
        }
      },
      "isActive": true,
      "strengthRatio": {
        "numerator": {
          "value": 120,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Vial",
          "system": "https://standardterms.edqm.eu",
          "code": "15060000"
        }
      }
    }
  ]
}