Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-concept-properties.xml

Example Coverage/SP1234 (JSON)

Vocabulary Financial Management Work Group Maturity Level : N/A Standards Status : Informative Compartments : Patient , RelatedPerson

Raw XML JSON ( canonical form + also see XML JSON Format Specification )

Definition for Code System FHIR Defined Concept Properties Self Payment Example

<?xml version="1.0" encoding="UTF-8"?> inactive True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false deprecated The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime notSelectable The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean parent The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute child The concept identified in this property is a child of the concept on which it is a property. The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning attribute True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute The concept identified in this property is a child of the concept on which it is a property. The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning attribute </ CodeSystem >
{
  "resourceType" : "Coverage",
  "id" : "SP1234",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of a Self Pay Agreement.</div>"
  },
  "identifier" : [{
    "system" : "http://hospitalx.com/selfpayagreement",
    "value" : "SP12345678"
  }],
  "status" : "active",
  "kind" : "self-pay",
  "paymentBy" : [{
    "party" : {
      "reference" : "Patient/5"
    }
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
      "code" : "pay",
      "display" : "PAY"
    }]
  },
  "subscriber" : {
    "reference" : "Patient/5"
  },
  "beneficiary" : {
    "reference" : "Patient/5"
  },
  "relationship" : {
    "coding" : [{
      "code" : "self"
    }]
  },
  "period" : {
    "end" : "2012-03-17"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.