@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/finance>
  skos:prefLabel "finance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/per_member_per_month> .

<https://concepts.sagepub.com/social-science/concept/per_member_per_month>
  skos:definition "Per member per month (PMPM) is the ratio commonly used to designate the critically important average insurance cost and average insurance revenue of health plans. Because insurance premium payments are collected from employers monthly, this is reported as revenue per member per month that can be matched against the corresponding period's cost information. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n599.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Per Member Per Month (PMPM)</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/managed_care>, <https://concepts.sagepub.com/social-science/concept/finance> ;
  skos:prefLabel "per member per month"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/managed_care>
  skos:prefLabel "managed care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/per_member_per_month> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/per_member_per_month> .

