ICHOM FHIR Implementation Guide: Breast Cancer
0.0.1 - ci-build International flag

ICHOM FHIR Implementation Guide: Breast Cancer, published by ICHOM. This is not an authorized publication; it is the continuous build for version 0.0.1). This version is based on the current content of https://github.com/HL7/fhir-ichom-breast-cancer-ig/ and changes regularly. See the Directory of published versions

: RelationshipStatusCodeSystem - JSON Representation

Active as of 2022-03-28

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "RelationshipStatusCodeSystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://connect.ichom.org/fhir/CodeSystem/relationship-status defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">not-married-partnered<a name=\"RelationshipStatusCodeSystem-not-married-partnered\"> </a></td><td>Not married/partnered</td></tr><tr><td style=\"white-space:nowrap\">married-partnered<a name=\"RelationshipStatusCodeSystem-married-partnered\"> </a></td><td>Married/partnered</td></tr><tr><td style=\"white-space:nowrap\">divorced-separated<a name=\"RelationshipStatusCodeSystem-divorced-separated\"> </a></td><td>Divorced/separated</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"RelationshipStatusCodeSystem-unknown\"> </a></td><td>unknown</td></tr></table></div>"
  },
  "url" : "http://connect.ichom.org/fhir/CodeSystem/relationship-status",
  "version" : "0.0.1",
  "name" : "RelationshipStatusCodeSystem",
  "title" : "RelationshipStatusCodeSystem",
  "status" : "active",
  "date" : "2022-03-28T13:44:43+00:00",
  "publisher" : "ICHOM",
  "contact" : [
    {
      "name" : "ICHOM",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ichom.org"
        }
      ]
    }
  ],
  "description" : "Codes used in ICHOM relationship status that are not available yet in standard terminologies",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "not-married-partnered",
      "display" : "Not married/partnered"
    },
    {
      "code" : "married-partnered",
      "display" : "Married/partnered"
    },
    {
      "code" : "divorced-separated",
      "display" : "Divorced/separated"
    },
    {
      "code" : "unknown",
      "display" : "unknown"
    }
  ]
}