{
  "resourceType": "CodeSystem",
  "id": "related-claim-relationship",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Example Related Claim Relationship Codes</h2><div><p>This value set includes sample Related Claim Relationship codes.</p></div><p><b>Copyright Statement:</b> This is an example set.\r\n            </p><p>This code system http://hl7.org/fhir/ex-relatedclaimrelationship defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>prior\r\n                  <a name=\"related-claim-relationship-prior\"></a></td><td>Prior Claim</td><td>A prior claim instance for the same intended suite of services.</td></tr><tr><td>associated\r\n                  <a name=\"related-claim-relationship-associated\"></a></td><td>Associated Claim</td><td>A claim for a different suite of services which is related the suite claimed here.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/ex-relatedclaimrelationship",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.561"
  },
  "version": "3.0.1",
  "name": "Example Related Claim Relationship Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set includes sample Related Claim Relationship codes.",
  "copyright": "This is an example set.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship",
  "content": "complete",
  "concept": [
    {
      "code": "prior",
      "display": "Prior Claim",
      "definition": "A prior claim instance for the same intended suite of services."
    },
    {
      "code": "associated",
      "display": "Associated Claim",
      "definition": "A claim for a different suite of services which is related the suite claimed here."
    }
  ]
}