| Package | smart.who.int.pcmt |
| Resource Type | CodeSystem |
| Id | Status |
| FHIR Version | R4 |
| Source | http://smart.who.int/pcmt/https://build.fhir.org/ig/WorldHealthOrganization/smart-pcmt/CodeSystem-Status.html |
| URL | http://smart.who.int/pcmt/CodeSystem/Status |
| Version | 0.2.0 |
| Status | draft |
| Date | 2025-07-01T08:14:20+00:00 |
| Name | Status |
| Title | Product and regulatory authorization status |
| Authority | who |
| Description | Product and regulatory authorization status |
| Content | complete |
| ValueSet | |
| Status | Status for a Product |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem Status
This code system http://smart.who.int/pcmt/CodeSystem/Status defines the following codes:
| Code |
| active |
| in-active |
| invalid |
{
"resourceType": "CodeSystem",
"id": "Status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/pcmt/CodeSystem/Status",
"version": "0.2.0",
"name": "Status",
"title": "Product and regulatory authorization status",
"status": "draft",
"date": "2025-07-01T08:14:20+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Product and regulatory authorization status",
"content": "complete",
"count": 3,
"concept": [
{
"code": "active"
},
{
"code": "in-active"
},
{
"code": "invalid"
}
]
}