{
  "resourceType": "CodeSystem",
  "id": "157399",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-06-27T02:18:47.571+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Roman Hall UWearMe CR7\"></a></div>"
  },
  "url": "http://fhir.hl7fundamentals.org/uwearmecr7/CodeSystem/UWearMeCR7",
  "identifier": [
    {
      "system": "http://fhir.hl7fundamentals.org/uwearmecr7/identifiers/codesystems",
      "value": "PatientSubscriptionCategory"
    }
  ],
  "version": "20202706",
  "name": "UWearMeCR7 Patient Subscription Category",
  "status": "draft",
  "experimental": true,
  "date": "2020-06-27",
  "publisher": "Roman Hall",
  "contact": [
    {
      "name": "Isaak Azimov",
      "telecom": [
        {
          "system": "other",
          "value": "Azimov.Isaak@UWearMeCR7.com"
        }
      ]
    }
  ],
  "description": "Code System for UWearMeCR7 devices Patient Subscription Category",
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "N",
      "display": "NORMAL",
      "definition": "NORMAL - patient is not paying"
    },
    {
      "code": "G",
      "display": "GOLD",
      "definition": "GOLD - patient is paying usd 8 per mont"
    },
    {
      "code": "P",
      "display": "PLATINUM",
      "definition": "PLATINUM - patient is paying usd 28 per month"
    },
    {
      "code": "F",
      "display": "FAMILY",
      "definition": "FAMILY - patient is paying usd 35 per month, up to 4 persons"
    }
  ]
}