INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

OPCS 4 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "opcs-4",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: opcs-4</p><p><b>name</b>: OPCS 4</p><p><b>status</b>: draft</p><p><b>kind</b>: codesystem</p><p><b>date</b>: 2020-01-02</p><p><b>publisher</b>: INTEROpen</p><p><b>contact</b>: </p><p><b>responsible</b>: NHS Digital</p><p><b>description</b>: OPCS Classification of Interventions and Procedures version 4</p><p><b>jurisdiction</b>: United Kingdom of Great Britain and Northern Ireland (GBR) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '826' = 'United Kingdom of Great Britain and Northern Ireland (GBR))</span></p><p><b>usage</b>: UK Secondary Care - Procedures and Interventions</p><h3>UniqueIds</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>uri</td><td>https://fhir.nhs.uk/Id/opcs-4</td><td>true</td></tr></table></div>"
  },
  "name" : "OPCS 4",
  "status" : "draft",
  "kind" : "codesystem",
  "date" : "2020-01-02",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "responsible" : "NHS Digital",
  "description" : "OPCS Classification of Interventions and Procedures version 4",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "usage" : "UK Secondary Care - Procedures and Interventions",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://fhir.nhs.uk/Id/opcs-4",
      "preferred" : true
    }
  ]
}