{
  "resourceType": "CodeSystem",
  "id": "property-representation",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>PropertyRepresentation</h2>\n            <div>\n              <p>How a property is represented when serialized.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/property-representation defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>xmlAttr\n                  <a name=\"property-representation-xmlAttr\"> </a>\n                </td>\n                <td>XML Attribute</td>\n                <td>In XML, this property is represented as an attribute not an element.</td>\n              </tr>\n              <tr>\n                <td>xmlText\n                  <a name=\"property-representation-xmlText\"> </a>\n                </td>\n                <td>XML Text</td>\n                <td>This element is represented using the XML text attribute (primitives only)</td>\n              </tr>\n              <tr>\n                <td>typeAttr\n                  <a name=\"property-representation-typeAttr\"> </a>\n                </td>\n                <td>Type Attribute</td>\n                <td>The type of this element is indicated using xsi:type</td>\n              </tr>\n              <tr>\n                <td>cdaText\n                  <a name=\"property-representation-cdaText\"> </a>\n                </td>\n                <td>CDA Text Format</td>\n                <td>Use CDA narrative instead of XHTML</td>\n              </tr>\n              <tr>\n                <td>xhtml\n                  <a name=\"property-representation-xhtml\"> </a>\n                </td>\n                <td>XHTML</td>\n                <td>The property is represented using XHTML</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/property-representation",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.81"
  },
  "version": "3.0.1",
  "name": "PropertyRepresentation",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "How a property is represented when serialized.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/property-representation",
  "content": "complete",
  "concept": [
    {
      "code": "xmlAttr",
      "display": "XML Attribute",
      "definition": "In XML, this property is represented as an attribute not an element."
    },
    {
      "code": "xmlText",
      "display": "XML Text",
      "definition": "This element is represented using the XML text attribute (primitives only)"
    },
    {
      "code": "typeAttr",
      "display": "Type Attribute",
      "definition": "The type of this element is indicated using xsi:type"
    },
    {
      "code": "cdaText",
      "display": "CDA Text Format",
      "definition": "Use CDA narrative instead of XHTML"
    },
    {
      "code": "xhtml",
      "display": "XHTML",
      "definition": "The property is represented using XHTML"
    }
  ]
}