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

Read Codes Version 3 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "read-v3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: read-v3</p><p><b>name</b>: READ_V3</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>: HL7 UK</p><p><b>description</b>: Read Codes version 3 - ctv3</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 Primary Care</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>http://read.info/ctv3</td><td>true</td></tr></table></div>"
  },
  "name" : "READ_V3",
  "status" : "draft",
  "kind" : "codesystem",
  "date" : "2020-01-02",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "responsible" : "HL7 UK",
  "description" : "Read Codes version 3 - ctv3",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "usage" : "UK Primary Care",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "http://read.info/ctv3",
      "preferred" : true
    }
  ]
}