{
  "resourceType": "Task",
  "id": "template-generated-by-server-phpid-req",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-09-15T10:10:50.2769395+00:00",
    "source": "https://api-poc.umcterminologies.org/idmp",
    "profile": [
      "http://poc.umcterminologies.org/StructureDefinition/Task-phpid-req"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Template for PhPID request Task</div>"
  },
  "contained": [
    {
      "resourceType": "MedicinalProductDefinition",
      "id": "fc1b7385-b52e-492a-9489-9106b07d1c2b",
      "meta": {
        "source": "https://api-poc.umcterminologies.org/idmp",
        "profile": [
          "http://poc.umcterminologies.org/StructureDefinition/MedicinalProductDefinition-req"
        ]
      },
      "identifier": [
        {
          "system": "http://ema.europa.eu/example/mpid",
          "value": "MPID-123"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/medicinal-product-type",
            "code": "MedicinalProduct"
          }
        ]
      },
      "domain": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/medicinal-product-domain",
            "code": "Human"
          }
        ],
        "text": "Human use"
      },
      "status": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/publication-status",
            "code": "active"
          }
        ],
        "text": "Active"
      },
      "combinedPharmaceuticalDoseForm": {
        "text": "tablet"
      },
      "attachedDocument": [
        {
          "display": "SPC/123"
        }
      ],
      "name": [
        {
          "productName": "Marvelol",
          "usage": [
            {
              "country": {
                "coding": [
                  {
                    "system": "urn:iso:std:iso:3166",
                    "code": "NLD"
                  }
                ]
              },
              "jurisdiction": {
                "coding": [
                  {
                    "system": "http://poc.umcterminologies.org/CodeSystem/jurisdiction",
                    "code": "EU"
                  }
                ]
              },
              "language": {
                "coding": [
                  {
                    "system": "urn:ietf:bcp:47",
                    "code": "nl"
                  }
                ]
              }
            }
          ]
        }
      ]
    },
    {
      "resourceType": "Ingredient",
      "id": "71499cd8-5668-4bc3-a426-3e0f6cf2e6c7",
      "meta": {
        "source": "https://api-poc.umcterminologies.org/idmp",
        "profile": [
          "http://poc.umcterminologies.org/StructureDefinition/Ingredient-req"
        ]
      },
      "status": "active",
      "for": [
        {
          "reference": "#fc1b7385-b52e-492a-9489-9106b07d1c2b"
        }
      ],
      "role": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ingredient-role",
            "code": "100000072072"
          }
        ],
        "text": "Active"
      },
      "substance": {
        "code": {
          "concept": {
            "coding": [
              {
                "system": "http://poc.umcterminologies.org/gsid",
                "code": "UTGSID1ZH2AGD3LL96N"
              }
            ],
            "text": "Simvastatin"
          }
        },
        "strength": [
          {
            "presentationRatio": {
              "numerator": {
                "value": 1.5,
                "unit": "mg",
                "system": "http://unitsofmeasure.org",
                "code": "mg"
              },
              "denominator": {
                "value": 1,
                "unit": "IU",
                "system": "http://unitsofmeasure.org",
                "code": "[IU]"
              }
            },
            "textPresentation": "1.5 mg"
          }
        ]
      }
    },
    {
      "resourceType": "Organization",
      "id": "acmeinc",
      "meta": {
        "source": "https://api-poc.umcterminologies.org/idmp",
        "profile": [
          "http://poc.umcterminologies.org/StructureDefinition/MarketingAuthorizationHolder-who-php"
        ]
      },
      "active": true,
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/organization-type",
              "code": "bus"
            }
          ],
          "text": "Non-Healthcare Business or Corporation"
        }
      ],
      "name": "Acme Inc"
    },
    {
      "resourceType": "RegulatedAuthorization",
      "id": "6dadb05f-d92f-4a03-8908-5e1f04433e93",
      "identifier": [
        {
          "system": "http://ema.europa.eu/ema/",
          "value": "EU/1/20/XXXX"
        }
      ],
      "subject": [
        {
          "reference": "#fc1b7385-b52e-492a-9489-9106b07d1c2b"
        }
      ],
      "holder": {
        "reference": "#acmeinc"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://requester.org/phpidreqid",
      "value": "123456"
    }
  ],
  "status": "requested",
  "intent": "proposal",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://poc.umcterminologies.org/CodeSystem/task-request-code",
        "code": "phpid-request"
      }
    ]
  },
  "authoredOn": "2026-06-04",
  "lastModified": "2026-06-04",
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://poc.umcterminologies.org/CodeSystem/task-input-type",
            "code": "mpd-request-resource",
            "display": "Medicinal Product for PhPID request"
          }
        ]
      },
      "valueReference": {
        "reference": "#fc1b7385-b52e-492a-9489-9106b07d1c2b"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://poc.umcterminologies.org/CodeSystem/task-input-type",
            "code": "ingredient-request-resource",
            "display": "Ingredient for PhPID request"
          }
        ]
      },
      "valueReference": {
        "reference": "#71499cd8-5668-4bc3-a426-3e0f6cf2e6c7"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://poc.umcterminologies.org/CodeSystem/task-input-type",
            "code": "organization-request-resource",
            "display": "Marketing Auth Holder for PhPID request"
          }
        ]
      },
      "valueReference": {
        "reference": "#acmeinc"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://poc.umcterminologies.org/CodeSystem/task-input-type",
            "code": "regauth-request-resource",
            "display": "Regulated Authorization for PhPID request"
          }
        ]
      },
      "valueReference": {
        "reference": "#6dadb05f-d92f-4a03-8908-5e1f04433e93"
      }
    }
  ]
}