{
  "resourceType": "StructureDefinition",
  "id": "hspc-genencounter-ChiefComplaintId",
  "url": "http://fhir.org/guides/hspc/StructureDefinition/hspc-genencounter-ChiefComplaintId",
  "name": "Chief Complaint Identifier",
  "title": "Chief Complaint Identifier",
  "status": "draft",
  "date": "2017-06-11",
  "publisher": "HSPC",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://healthcaresoa.org"
        }
      ]
    }
  ],
  "description": "The identifying information that refers to the data for the chief complaint.",
  "fhirVersion": "1.5.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Encounter"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension:chiefcomplaintid",
        "path": "Extension",
        "sliceName": "ChiefComplaintId",
        "definition": "The identifying information that refers to the data for the chief complaint.",
        "min": 0,
        "max": "1",
        "isModifier": false
      },
      {
        "id": "Extension:chiefcomplaintid.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.org/guides/hspc/StructureDefinition/hspc-genencounter-ChiefComplaintId"
      },
      {
        "id": "Extension:chiefcomplaintid.valueIdentifier",
        "path": "Extension.valueIdentifier",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://hl7.org/fhir/StructureDefinition/Identifier"
          }
        ]
      }
    ]
  }
}