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

FHIR IG analytics

Packagech.fhir.ig.ch-idmp
Resource TypeRegulatedAuthorization
IdRegulatedAuthorization-MA-123456002.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: RegulatedAuthorization MA-123456002

identifier: Marketing Authorisation Number/123456002

subject: PackagedProductDefinition: identifier = http://fhir.ch/ig/ch-idmp/sid/pcid#Clinical Product Identifier#CH-11111111-1234560010000-0002; containedItemQuantity = 1 Tube,6 Vaginal Tablet; description = Comprehensive Sample Combipack 40 g Salbe und 3 x 2 Vaginalzäpfchen

type: Marketing Authorisation

region: Switzerland

status: approved

statusDate: 2023-11-07

validityPeriod: 2023-11-07 --> 2028-11-06

holder: Organization Example AG

regulator: Organization SMC


Generated Narrative: Organization #holder-Example-AG

Profile: Organization

identifier: Swissmedic Location Identifier/12345678, LOC Identifier/0123456789, GLN Identifier/7601123456789

name: Example AG


Generated Narrative: Organization #regulator-SMC

Profile: Organization

identifier: LOC Identifier/100010911, GLN Identifier/7601001398511

name: SMC


Source1

{
  "resourceType": "RegulatedAuthorization",
  "id": "MA-123456002",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-idmp/StructureDefinition/ch-idmp-regulatedauthorization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "holder-Example-AG",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-idmp/StructureDefinition/ch-idmp-organization"
        ]
      },
      "identifier": [
        {
          "system": "https://www.swissmedic.ch/fhir/identifier/locations",
          "value": "12345678"
        },
        {
          "system": "https://spor.ema.europa.eu/v1/locations",
          "value": "0123456789"
        },
        {
          "system": "urn:oid:2.51.1.3",
          "value": "7601123456789"
        }
      ],
      "name": "Example AG"
    },
    {
      "resourceType": "Organization",
      "id": "regulator-SMC",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-idmp/StructureDefinition/ch-idmp-organization"
        ]
      },
      "identifier": [
        {
          "system": "https://spor.ema.europa.eu/v1/locations",
          "value": "100010911"
        },
        {
          "system": "urn:oid:2.51.1.3",
          "value": "7601001398511"
        }
      ],
      "name": "SMC"
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.ch/ig/ch-idmp/sid/authno",
      "value": "123456002"
    }
  ],
  "subject": [
    {
      "reference": "PackagedProductDefinition/PMP-Comprehensive-Sample-Combipack"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-idmp/CodeSystem/ch-authorisation-type-cs",
        "code": "756000002001",
        "display": "Marketing Authorisation"
      }
    ]
  },
  "region": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH",
          "display": "Switzerland"
        }
      ]
    }
  ],
  "status": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-idmp/CodeSystem/ch-SMC-authorisation-status",
        "code": "756005010000001",
        "display": "approved"
      }
    ]
  },
  "statusDate": "2023-11-07",
  "validityPeriod": {
    "start": "2023-11-07",
    "end": "2028-11-06"
  },
  "holder": {
    "reference": "#holder-Example-AG"
  },
  "regulator": {
    "reference": "#regulator-SMC"
  }
}