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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeMedicinalProductDefinition
IdMedicinalProductDefinition-Enbrel425Part2Definition.json
FHIR VersionR5

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: MedicinalProductDefinition Enbrel425Part2Definition

identifier: National drug codes/58406-910

MarketingStatuses

-StatusDateRange
*active2003-01-02 --> (ongoing)

name

productName: ENBREL

type: Proprietary Name

name

productName: etanercept

type: Generic Name (Non-Proprietary)


Source1

{
  "resourceType": "MedicinalProductDefinition",
  "id": "Enbrel425Part2Definition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedMedicinalProduct"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/ndc",
      "value": "58406-910"
    }
  ],
  "marketingStatus": [
    {
      "status": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-splMarketingStatuses",
            "code": "active"
          }
        ]
      },
      "dateRange": {
        "start": "2003-01-02"
      }
    }
  ],
  "name": [
    {
      "productName": "ENBREL",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-submittedMedicinalProductNameTypes",
            "code": "PROPRIETARY"
          }
        ]
      }
    },
    {
      "productName": "etanercept",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-submittedMedicinalProductNameTypes",
            "code": "NONPROPRIETARY"
          }
        ]
      }
    }
  ]
}