{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A code for a medical entity.",
      "rdfs:label" : "MedicalCode",
      "rdfs:subClassOf" : [
         "schema:MedicalIntangible",
         "schema:CategoryCode"
      ],
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {
      "schema:codeValue" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A short textual code that uniquely identifies the value.",
         "rdfs:label" : "codeValue",
         "rdfs:subPropertyOf" : "schema:termCode",
         "schema:domainIncludes" : [
            "schema:CategoryCode",
            "schema:MedicalCode"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/894"
      },
      "schema:codingSystem" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The coding system, e.g. 'ICD-10'.",
         "rdfs:label" : "codingSystem",
         "schema:domainIncludes" : "schema:MedicalCode",
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}