NHS Digital FHIR Medicines

Prescription-release-rejection-reason-EPS-IssueCode

Url
https://fhir.nhs.uk/ConceptMap/Prescription-release-rejection-reason-EPS-IssueCode

Kind

Codesystem

Usage

EPS

Unique IDs

typeUri
valuehttps://fhir.nhs.uk/ConceptMap/Prescription-release-rejection-reason-EPS-IssueCode
PreferredTrue

typeOid
value2.16.840.1.113883.2.1.3.2.4.16.34
PreferredFalse
{
    "resourceType": "NamingSystem",
    "id": "EPS-task-prescription-release-rejection-reason-ns",
    "name": "EPStaskprescriptionreleaserejectionreasonns",
    "status": "draft",
    "kind": "codesystem",
    "date": "2020-11-24",
    "publisher": "NHS Digital",
    "responsible": "NHS Digital",
    "description": "EPS prescription status",
    "usage": "EPS",
    "uniqueId":  [
        {
            "type": "uri",
            "value": "https://fhir.nhs.uk/ConceptMap/Prescription-release-rejection-reason-EPS-IssueCode",
            "preferred": true
        },
        {
            "type": "oid",
            "value": "2.16.840.1.113883.2.1.3.2.4.16.34",
            "preferred": false
        }
    ]
}
<NamingSystem xmlns="http://hl7.org/fhir">
    <id value="EPS-task-prescription-release-rejection-reason-ns" />
    <name value="EPStaskprescriptionreleaserejectionreasonns" />
    <status value="draft" />
    <kind value="codesystem" />
    <date value="2020-11-24" />
    <publisher value="NHS Digital" />
    <responsible value="NHS Digital" />
    <description value="EPS prescription status" />
    <usage value="EPS" />
    <uniqueId>
        <type value="uri" />
        <value value="https://fhir.nhs.uk/ConceptMap/Prescription-release-rejection-reason-EPS-IssueCode" />
        <preferred value="true" />
    </uniqueId>
    <uniqueId>
        <type value="oid" />
        <value value="2.16.840.1.113883.2.1.3.2.4.16.34" />
        <preferred value="false" />
    </uniqueId>
</NamingSystem>
back to top